]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
tests: add qemu-1.2.0 help data
authorJán Tomko <jtomko@redhat.com>
Mon, 17 Sep 2012 07:59:55 +0000 (09:59 +0200)
committerDaniel Veillard <veillard@redhat.com>
Tue, 18 Sep 2012 07:43:28 +0000 (15:43 +0800)
commit76345dd43ad00d4dc274f4204f37940b6ab7f643
tree55434ede952b6638c41c00103d85b70e8ddcbcee
parent5f7861ca3f0fcddbe5365009e0d5455ee8100617
tests: add qemu-1.2.0 help data

Generated with:

qemu-system-x86_64 -help >tests/qemuhelpdata/qemu-1.2.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.2.0-device
tests/qemuhelpdata/qemu-1.2.0 [new file with mode: 0644]
tests/qemuhelpdata/qemu-1.2.0-device [new file with mode: 0644]
tests/qemuhelptest.c