Re: [libvirt PATCH 07/12] qemu: assume QEMU_CAPS_VIRTIO_SCSI_IOTHREAD

2022-09-05 Thread Peter Krempa
On Thu, Aug 25, 2022 at 17:59:30 +0200, Ján Tomko wrote: > All the supported QEMU versions should have iothread support > on the virtio-scsi controllers if they are compiled in. > > Signed-off-by: Ján Tomko > --- > src/qemu/qemu_process.c | 16 > 1 file changed, 16 deletions(-)

[libvirt PATCH 07/12] qemu: assume QEMU_CAPS_VIRTIO_SCSI_IOTHREAD

2022-08-25 Thread Ján Tomko
All the supported QEMU versions should have iothread support on the virtio-scsi controllers if they are compiled in. Signed-off-by: Ján Tomko --- src/qemu/qemu_process.c | 16 1 file changed, 16 deletions(-) diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c index