]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Add command line builder and parser for NVRAM.
authorLi Zhang <zhlcindy@linux.vnet.ibm.com>
Thu, 25 Apr 2013 08:46:04 +0000 (16:46 +0800)
committerOsier Yang <jyang@redhat.com>
Thu, 25 Apr 2013 08:50:45 +0000 (16:50 +0800)
commitdfd0e4f7f20b1ae8f4bb7478cd5bdad188fe4f76
tree6cd2e1a20c81554c124e568f6b2a7f4899b06242
parentbf1888738b7e265398c3d7559a2a62f83a5f55fe
qemu: Add command line builder and parser for NVRAM.

This patch is to add command line builder and parser
for NVRAM device, and add test cases.

Signed-off-by: Li Zhang <zhlcindy@linux.vnet.ibm.com>
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_command.c
tests/qemuargv2xmltest.c
tests/qemuxml2argvdata/qemuxml2argv-pseries-nvram.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-pseries-nvram.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c