[PATCH 0/3] Introduce pipewire audio backend

Michal Privoznik posted 3 patches 5 months, 3 weeks ago
Failed in applying to current master (apply log)
There is a newer version of this series
NEWS.rst                                      | 10 +++
docs/formatdomain.rst                         | 35 +++++++++-
src/conf/domain_conf.c                        | 70 +++++++++++++++++++
src/conf/domain_conf.h                        | 12 ++++
src/conf/schemas/domaincommon.rng             | 37 ++++++++++
src/qemu/qemu_command.c                       | 63 +++++++++++++++++
src/qemu/qemu_validate.c                      |  1 +
.../audio-many-backends.x86_64-latest.args    |  2 +
.../qemuxml2argvdata/audio-many-backends.xml  |  1 +
.../audio-pipewire-best.x86_64-latest.args    | 36 ++++++++++
.../qemuxml2argvdata/audio-pipewire-best.xml  | 43 ++++++++++++
.../audio-pipewire-full.x86_64-latest.args    | 36 ++++++++++
.../qemuxml2argvdata/audio-pipewire-full.xml  | 43 ++++++++++++
.../audio-pipewire-minimal.x86_64-latest.args | 36 ++++++++++
.../audio-pipewire-minimal.xml                | 36 ++++++++++
tests/qemuxml2argvtest.c                      | 14 ++++
.../audio-many-backends.x86_64-latest.xml     |  1 +
.../audio-pipewire-best.x86_64-latest.xml     | 46 ++++++++++++
.../audio-pipewire-full.x86_64-latest.xml     | 46 ++++++++++++
.../audio-pipewire-minimal.x86_64-latest.xml  | 39 +++++++++++
tests/qemuxml2xmltest.c                       |  3 +
21 files changed, 608 insertions(+), 2 deletions(-)
create mode 100644 tests/qemuxml2argvdata/audio-pipewire-best.x86_64-latest.args
create mode 100644 tests/qemuxml2argvdata/audio-pipewire-best.xml
create mode 100644 tests/qemuxml2argvdata/audio-pipewire-full.x86_64-latest.args
create mode 100644 tests/qemuxml2argvdata/audio-pipewire-full.xml
create mode 100644 tests/qemuxml2argvdata/audio-pipewire-minimal.x86_64-latest.args
create mode 100644 tests/qemuxml2argvdata/audio-pipewire-minimal.xml
create mode 100644 tests/qemuxml2xmloutdata/audio-pipewire-best.x86_64-latest.xml
create mode 100644 tests/qemuxml2xmloutdata/audio-pipewire-full.x86_64-latest.xml
create mode 100644 tests/qemuxml2xmloutdata/audio-pipewire-minimal.x86_64-latest.xml
[PATCH 0/3] Introduce pipewire audio backend
Posted by Michal Privoznik 5 months, 3 weeks ago
This is a resend of patches from earlier:

https://listman.redhat.com/archives/libvir-list/2023-May/239860.html

Apparently, users want this now.

Michal Prívozník (3):
  conf: Introduce pipewire audio backend
  qemu: Generate cmd line for pipewire audio backend
  NEWS: Document pipewire audio backend

 NEWS.rst                                      | 10 +++
 docs/formatdomain.rst                         | 35 +++++++++-
 src/conf/domain_conf.c                        | 70 +++++++++++++++++++
 src/conf/domain_conf.h                        | 12 ++++
 src/conf/schemas/domaincommon.rng             | 37 ++++++++++
 src/qemu/qemu_command.c                       | 63 +++++++++++++++++
 src/qemu/qemu_validate.c                      |  1 +
 .../audio-many-backends.x86_64-latest.args    |  2 +
 .../qemuxml2argvdata/audio-many-backends.xml  |  1 +
 .../audio-pipewire-best.x86_64-latest.args    | 36 ++++++++++
 .../qemuxml2argvdata/audio-pipewire-best.xml  | 43 ++++++++++++
 .../audio-pipewire-full.x86_64-latest.args    | 36 ++++++++++
 .../qemuxml2argvdata/audio-pipewire-full.xml  | 43 ++++++++++++
 .../audio-pipewire-minimal.x86_64-latest.args | 36 ++++++++++
 .../audio-pipewire-minimal.xml                | 36 ++++++++++
 tests/qemuxml2argvtest.c                      | 14 ++++
 .../audio-many-backends.x86_64-latest.xml     |  1 +
 .../audio-pipewire-best.x86_64-latest.xml     | 46 ++++++++++++
 .../audio-pipewire-full.x86_64-latest.xml     | 46 ++++++++++++
 .../audio-pipewire-minimal.x86_64-latest.xml  | 39 +++++++++++
 tests/qemuxml2xmltest.c                       |  3 +
 21 files changed, 608 insertions(+), 2 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/audio-pipewire-best.x86_64-latest.args
 create mode 100644 tests/qemuxml2argvdata/audio-pipewire-best.xml
 create mode 100644 tests/qemuxml2argvdata/audio-pipewire-full.x86_64-latest.args
 create mode 100644 tests/qemuxml2argvdata/audio-pipewire-full.xml
 create mode 100644 tests/qemuxml2argvdata/audio-pipewire-minimal.x86_64-latest.args
 create mode 100644 tests/qemuxml2argvdata/audio-pipewire-minimal.xml
 create mode 100644 tests/qemuxml2xmloutdata/audio-pipewire-best.x86_64-latest.xml
 create mode 100644 tests/qemuxml2xmloutdata/audio-pipewire-full.x86_64-latest.xml
 create mode 100644 tests/qemuxml2xmloutdata/audio-pipewire-minimal.x86_64-latest.xml

-- 
2.41.0

_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org