[PULL v2 00/10] virtio-sound migration

Manos Pitsidianakis posted 10 patches 1 week ago
include/hw/audio/virtio-snd.h |  26 +-
hw/audio/virtio-snd.c         | 716 ++++++++++++++++++++--------------
2 files changed, 424 insertions(+), 318 deletions(-)
[PULL v2 00/10] virtio-sound migration
Posted by Manos Pitsidianakis 1 week ago
The following changes since commit 
b36ad6a0510aee81ecf6087b59f412b9bccaa369:

  hw/audio/virtio-sound: add missing vmstate fields (2026-09-18 10:20:20 +0300)

are available in the Git repository at:

  https://gitlab.com/epilys/qemu.git tags/virtio-snd-migrate-pr-v2

for you to fetch changes up to b36ad6a0510aee81ecf6087b59f412b9bccaa369:

  hw/audio/virtio-sound: add missing vmstate fields (2026-09-18 10:20:20 +0300)

----------------------------------------------------------------
virtio-snd-migrate-pr-v2

----------------------------------------------------------------

Alexander Mikhalitsyn (2):
  hw/audio/virtio-sound: remove channel positions field from
    VirtIOSoundPCMStream
  hw/audio/virtio-sound: drop unused struct
    VirtIOSoundPCMStream.flushing field

Volker Rümelin (8):
  hw/audio/virtio-sound: remove command and stream mutexes
  hw/audio/virtio-sound: allocate an array of streams
  hw/audio/virtio-sound: free all stream buffers on reset
  hw/audio/virtio-sound: split out virtio_snd_pcm_start_stop()
  hw/audio/virtio-sound: add stream state variable
  hw/audio/virtio-sound: introduce virtio_snd_pcm_open()
  hw/audio/virtio-sound: introduce virtio_snd_set_active()
  hw/audio/virtio-sound: add missing vmstate fields

 include/hw/audio/virtio-snd.h |  26 +-
 hw/audio/virtio-snd.c         | 716 ++++++++++++++++++++--------------
 2 files changed, 424 insertions(+), 318 deletions(-)

-- 
γαῖα πυρί μιχθήτω


Re: [PULL v2 00/10] virtio-sound migration
Posted by Richard Henderson 6 days, 16 hours ago
On 9/18/26 22:54, Manos Pitsidianakis wrote:
> The following changes since commit
> b36ad6a0510aee81ecf6087b59f412b9bccaa369:
> 
>    hw/audio/virtio-sound: add missing vmstate fields (2026-09-18 10:20:20 +0300)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/epilys/qemu.git tags/virtio-snd-migrate-pr-v2
> 
> for you to fetch changes up to b36ad6a0510aee81ecf6087b59f412b9bccaa369:
> 
>    hw/audio/virtio-sound: add missing vmstate fields (2026-09-18 10:20:20 +0300)
> 
> ----------------------------------------------------------------
> virtio-snd-migrate-pr-v2

Applied, thanks.

r~