mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
tests: Refresh qemu-1.1.0 data
QEMU 1.1.0 has been officially released. With 1.1.0 QEMU went back to three-digits version even for the initial release and I renamed the data files to match this fact. They were generated with qemu-system-x86_64 -help >tests/qemuhelpdata/qemu-1.1.0 qemu-system-x86_64 \ -device ? \ -device pci-assign,? \ -device virtio-blk-pci,? \ -device virtio-net-pci,? \ -device scsi-disk,? 2>tests/qemuhelpdata/qemu-1.1.0-device
This commit is contained in:
parent
ee58b581c4
commit
ae953f5134
@ -1,4 +1,4 @@
|
||||
QEMU emulator version 1.0.92, Copyright (c) 2003-2008 Fabrice Bellard
|
||||
QEMU emulator version 1.1.0, Copyright (c) 2003-2008 Fabrice Bellard
|
||||
usage: qemu-system-x86_64 [options] [disk_image]
|
||||
|
||||
'disk_image' is a raw hard disk image for IDE hard disk 0
|
@ -101,11 +101,11 @@ virtio-blk-pci.opt_io_size=uint32
|
||||
virtio-blk-pci.bootindex=int32
|
||||
virtio-blk-pci.discard_granularity=uint32
|
||||
virtio-blk-pci.serial=string
|
||||
virtio-blk-pci.scsi=on/off
|
||||
virtio-blk-pci.ioeventfd=on/off
|
||||
virtio-blk-pci.vectors=uint32
|
||||
virtio-blk-pci.indirect_desc=on/off
|
||||
virtio-blk-pci.event_idx=on/off
|
||||
virtio-blk-pci.scsi=on/off
|
||||
virtio-blk-pci.addr=pci-devfn
|
||||
virtio-blk-pci.romfile=string
|
||||
virtio-blk-pci.rombar=uint32
|
@ -678,7 +678,7 @@ mymain(void)
|
||||
QEMU_CAPS_SCSI_BLOCK,
|
||||
QEMU_CAPS_SCSI_CD,
|
||||
QEMU_CAPS_IDE_CD);
|
||||
DO_TEST("qemu-1.1", 1000092, 0, 0,
|
||||
DO_TEST("qemu-1.1.0", 1001000, 0, 0,
|
||||
QEMU_CAPS_VNC_COLON,
|
||||
QEMU_CAPS_NO_REBOOT,
|
||||
QEMU_CAPS_DRIVE,
|
||||
|
Loading…
x
Reference in New Issue
Block a user