]> xenbits.xensource.com Git - libvirt.git/commit
tests: Refresh qemu-1.1.0 data
authorJiri Denemark <jdenemar@redhat.com>
Tue, 5 Jun 2012 13:34:09 +0000 (15:34 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 5 Jun 2012 13:44:40 +0000 (15:44 +0200)
commitae953f51342469d77fde4a10b08d8d7d4c1994cc
tree3b4b72d7fcd439b9728e80809244928261ab1136
parentee58b581c4b275f06904253285b7ad562dc09745
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
tests/qemuhelpdata/qemu-1.1 [deleted file]
tests/qemuhelpdata/qemu-1.1-device [deleted file]
tests/qemuhelpdata/qemu-1.1.0 [new file with mode: 0644]
tests/qemuhelpdata/qemu-1.1.0-device [new file with mode: 0644]
tests/qemuhelptest.c