Le 19/03/2021 à 12:43, Cornelia Huck a écrit : > On Thu, 18 Mar 2021 23:39:05 +0100 > Laurent Vivier <laur...@vivier.eu> wrote: > >> Commit f1d5516ab583 introduces a test in some iotests to check if >> the machine is a s390-ssw-virtio and to select virtio-*-ccw rather > > s/ssw/ccw/ > >> than virtio-*-pci. >> >> We don't need that because QEMU already provides aliases to use the correct >> virtio interface according to the machine type. > > Maybe add a comment that this also enables virtio-mmio?
ok >> >> This patch removes all virtio-*-pci and virtio-*-ccw to use virtio-* >> instead. >> >> Signed-off-by: Laurent Vivier <laur...@vivier.eu> >> cc: Cornelia Huck <coh...@redhat.com> >> --- >> blockdev.c | 6 +----- > > Hm, that also tweaks how -drive behaves, IIUC. Intended, I think; but > worth a note as well? > You're right. I think it needs a separate patch, in fact. Thanks, Laurent