]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: update qemuhelptest data
authorJán Tomko <jtomko@redhat.com>
Tue, 20 Nov 2012 18:47:10 +0000 (19:47 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 21 Nov 2012 17:43:18 +0000 (18:43 +0100)
commitbb2f6216119d50f25541ab259f24160ef1ec7a97
treefc0198aafdcc7debfc38aca3afcf2c8e02c9b9a9
parentc5834ec148b075130a1db139566dc14249ee5e81
tests: update qemuhelptest data

Both generated with
qemu-system-x86_64 --help > qemu-1.2.0

qemu-system-x86_64 \
-device ? \
-device pci-assign,? \
-device virtio-blk-pci,? \
-device virtio-net-pci,? \
-device scsi-disk,? \
-device PIIX4_PM,? \
-device usb-redir,? \
-device ide-drive,? \
-device usb-host,? 2> qemu-1.2.0-device

It seems I missed a few -device flags when doing this last time and I
mixed up qemu and qemu-kvm.
tests/qemuhelpdata/qemu-1.2.0
tests/qemuhelpdata/qemu-1.2.0-device
tests/qemuhelpdata/qemu-kvm-1.2.0 [new file with mode: 0644]
tests/qemuhelpdata/qemu-kvm-1.2.0-device [new file with mode: 0644]
tests/qemuhelptest.c