[PATCH 0/7] Some cleanups (mostly ui/audio)

Marc-André Lureau posted 7 patches 1 month, 4 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260211-cleanups-v1-0-e63c96572389@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>
meson.build                                |   6 +++---
include/ui/qemu-spice.h                    |   6 ------
audio/audio.c                              |   2 +-
audio/paaudio.c                            |  28 ++-------------------------
audio/spiceaudio.c                         |  30 -----------------------------
chardev/spice.c                            |   6 ------
hw/display/qxl.c                           |  23 ++--------------------
ui/spice-display.c                         |  15 ---------------
ui/vdagent.c                               |  18 -----------------
python/scripts/vendor.py                   |   2 ++
python/wheels/meson-1.9.0-py3-none-any.whl | Bin 1029634 -> 0 bytes
11 files changed, 10 insertions(+), 126 deletions(-)
[PATCH 0/7] Some cleanups (mostly ui/audio)
Posted by Marc-André Lureau 1 month, 4 weeks ago
Hi,

Please review those ui/audio related patches,
thanks

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
Marc-André Lureau (7):
      audio: fix nominal volume channel (cosmetic)
      python/wheel: remove meson-1.9.0
      scripts/vendor.py: add pycotap
      audio: require pulse >= 0.9.13
      audio: require spice >= 0.15
      ui: drop legacy spice < 0.15 support code
      ui: drop spice-protocol < 0.14.3 support

 meson.build                                |   6 +++---
 include/ui/qemu-spice.h                    |   6 ------
 audio/audio.c                              |   2 +-
 audio/paaudio.c                            |  28 ++-------------------------
 audio/spiceaudio.c                         |  30 -----------------------------
 chardev/spice.c                            |   6 ------
 hw/display/qxl.c                           |  23 ++--------------------
 ui/spice-display.c                         |  15 ---------------
 ui/vdagent.c                               |  18 -----------------
 python/scripts/vendor.py                   |   2 ++
 python/wheels/meson-1.9.0-py3-none-any.whl | Bin 1029634 -> 0 bytes
 11 files changed, 10 insertions(+), 126 deletions(-)
---
base-commit: 0b91040d23dc8820724a60c811223b777f3bc6b7
change-id: 20260211-cleanups-b51df70c3b2f

Best regards,
-- 
Marc-André Lureau <marcandre.lureau@redhat.com>


Re: [PATCH 0/7] Some cleanups (mostly ui/audio)
Posted by Paolo Bonzini 1 month, 2 weeks ago
On 2/11/26 11:01, Marc-André Lureau wrote:
> Hi,
> 
> Please review those ui/audio related patches,
> thanks
> 
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>

Queued, thanks.

Paolo

> ---
> Marc-André Lureau (7):
>        audio: fix nominal volume channel (cosmetic)
>        python/wheel: remove meson-1.9.0
>        scripts/vendor.py: add pycotap
>        audio: require pulse >= 0.9.13
>        audio: require spice >= 0.15
>        ui: drop legacy spice < 0.15 support code
>        ui: drop spice-protocol < 0.14.3 support
> 
>   meson.build                                |   6 +++---
>   include/ui/qemu-spice.h                    |   6 ------
>   audio/audio.c                              |   2 +-
>   audio/paaudio.c                            |  28 ++-------------------------
>   audio/spiceaudio.c                         |  30 -----------------------------
>   chardev/spice.c                            |   6 ------
>   hw/display/qxl.c                           |  23 ++--------------------
>   ui/spice-display.c                         |  15 ---------------
>   ui/vdagent.c                               |  18 -----------------
>   python/scripts/vendor.py                   |   2 ++
>   python/wheels/meson-1.9.0-py3-none-any.whl | Bin 1029634 -> 0 bytes
>   11 files changed, 10 insertions(+), 126 deletions(-)
> ---
> base-commit: 0b91040d23dc8820724a60c811223b777f3bc6b7
> change-id: 20260211-cleanups-b51df70c3b2f
> 
> Best regards,