]> xenbits.xensource.com Git - libvirt.git/commit
XML parsing for memory tunables
authorNikunj A. Dadhania <nikunj@linux.vnet.ibm.com>
Tue, 12 Oct 2010 14:43:39 +0000 (16:43 +0200)
committerDaniel Veillard <veillard@redhat.com>
Tue, 12 Oct 2010 17:26:09 +0000 (19:26 +0200)
commitd390fce4133d62e3d1a848a2768ba2eaaa4548d6
tree7a601527b558433617a8727d22ea0020bab1d156
parentaf996f554410c2a75a3c98f232664b661185c400
XML parsing for memory tunables

Adding parsing code for memory tunables in the domain xml file
also change the internal define structures used for domain memory
informations
Adds a new specific test
22 files changed:
src/conf/domain_conf.c
src/conf/domain_conf.h
src/esx/esx_vmx.c
src/lxc/lxc_controller.c
src/lxc/lxc_driver.c
src/opennebula/one_conf.c
src/opennebula/one_driver.c
src/openvz/openvz_driver.c
src/phyp/phyp_driver.c
src/qemu/qemu_conf.c
src/qemu/qemu_driver.c
src/test/test_driver.c
src/uml/uml_conf.c
src/uml/uml_driver.c
src/vbox/vbox_tmpl.c
src/xen/xend_internal.c
src/xen/xm_internal.c
src/xenapi/xenapi_driver.c
src/xenapi/xenapi_utils.c
tests/qemuxml2argvdata/qemuxml2argv-memtune.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-memtune.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c