]> git.proxmox.com Git - mirror_qemu.git/commit
hw/audio/virtio-sound: mark the device as unmigratable
authorVolker Rümelin <vr_qemu@t-online.de>
Mon, 4 Dec 2023 07:28:37 +0000 (08:28 +0100)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 4 Dec 2023 08:04:36 +0000 (12:04 +0400)
commit551ef0fa05c11abd62f4607ee3cddbcb7dea6b66
treed1dc6c1846b32f9f46b43fb1060329fa24f10407
parentebfbf394671163c14e2b24d98f3927a3151d1aff
hw/audio/virtio-sound: mark the device as unmigratable

The virtio-sound device is currently not migratable. QEMU crashes
on the source machine at some point during the migration with a
segmentation fault.

Even with this bug fixed, the virtio-sound device doesn't migrate
the state of the audio streams. For example, running streams leave
the device on the destination machine in a broken condition.

Mark the device as unmigratable until these issues have been fixed.

Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20231204072837.6058-1-vr_qemu@t-online.de>
hw/audio/virtio-snd.c