public inbox for qemu-devel@nongnu.org
 help / color / mirror / Atom feed
* [PATCH 0/3] virtio-snd: snapshot prep cleanups
@ 2026-03-10 23:56 Roman Kiryanov
  2026-03-10 23:56 ` [PATCH 1/3] virtio-snd: remove the unused field Roman Kiryanov
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Roman Kiryanov @ 2026-03-10 23:56 UTC (permalink / raw)
  To: philmd, manos.pitsidianakis
  Cc: qemu-devel, whollins, jansene, jpcottin, Roman Kiryanov

I am currently working on adding snapshot support for the virtio-snd
device. While implementing the VMStateDescription, I noticed that the
device currently retains more internal state than is strictly necessary,
including unused fields and full transport-specific layouts.

This patch series cleans up the internal PCM state to reduce the overall
allocation footprint and simplify the upcoming snapshotting and migration
handling code. 

Roman Kiryanov (3):
  virtio-snd: remove the unused field
  virtio-snd: remove virtio_snd_pcm_set_params from VirtIOSoundPCMStream
  virtio-snd: introduce VirtIOPcmParams

 hw/audio/virtio-snd.c         | 21 +++++++++------------
 include/hw/audio/virtio-snd.h | 17 +++++++++++++----
 2 files changed, 22 insertions(+), 16 deletions(-)

-- 
2.53.0.473.g4a7958ca14-goog



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-03-25  8:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-10 23:56 [PATCH 0/3] virtio-snd: snapshot prep cleanups Roman Kiryanov
2026-03-10 23:56 ` [PATCH 1/3] virtio-snd: remove the unused field Roman Kiryanov
2026-03-10 23:56 ` [PATCH 2/3] virtio-snd: remove virtio_snd_pcm_set_params from VirtIOSoundPCMStream Roman Kiryanov
2026-03-10 23:56 ` [PATCH 3/3] virtio-snd: introduce VirtIOPcmParams Roman Kiryanov
2026-03-24 21:04 ` [PATCH 0/3] virtio-snd: snapshot prep cleanups Roman Kiryanov
2026-03-25  8:48 ` Marc-André Lureau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox