]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Refactor qemuDomainSetMemoryParameters
authorPeter Krempa <pkrempa@redhat.com>
Mon, 18 Feb 2013 15:13:04 +0000 (16:13 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 25 Feb 2013 16:24:34 +0000 (17:24 +0100)
commit19c6ad9ac7e7eb2fd3c8262bff5f087b508ad07f
treef9ee35c6bf564cf082c697b05bde058f2d232a6f
parent65bb1b97956feb329cdebd438bd965c95d07fd03
qemu: Refactor qemuDomainSetMemoryParameters

The new TypedParam helper APIs allow to simplify this function
significantly.

This patch integrates the fix in 75e5bec97b3045e4f926248d5c742f8a50d0f9
by correctly ordering the setting functions instead of reordering the
parameters.
src/qemu/qemu_driver.c