mirror of https://github.com/xemu-project/xemu.git
qemu-iotests: drop duplicate virtio-blk initialization failure
Commit 75884afd5c
("virtio-blk: Convert to
QOM realize") dropped a duplicate error_report() call. Now we no longer
get the following error message twice:
QEMU_PROG: -drive if=virtio: Device initialization failed.
Update qemu-iotests 051.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
917703c179
commit
de99c417f6
|
@ -91,7 +91,6 @@ Testing: -drive if=virtio
|
||||||
QEMU X.Y.Z monitor - type 'help' for more information
|
QEMU X.Y.Z monitor - type 'help' for more information
|
||||||
(qemu) QEMU_PROG: -drive if=virtio: Device needs media, but drive is empty
|
(qemu) QEMU_PROG: -drive if=virtio: Device needs media, but drive is empty
|
||||||
QEMU_PROG: -drive if=virtio: Device initialization failed.
|
QEMU_PROG: -drive if=virtio: Device initialization failed.
|
||||||
QEMU_PROG: -drive if=virtio: Device initialization failed.
|
|
||||||
QEMU_PROG: -drive if=virtio: Device 'virtio-blk-pci' could not be initialized
|
QEMU_PROG: -drive if=virtio: Device 'virtio-blk-pci' could not be initialized
|
||||||
|
|
||||||
Testing: -drive if=scsi
|
Testing: -drive if=scsi
|
||||||
|
|
Loading…
Reference in New Issue