]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Refactor qemuDomainGetMemoryParameters
authorPeter Krempa <pkrempa@redhat.com>
Mon, 15 Jun 2015 18:27:17 +0000 (20:27 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 18 Jun 2015 13:13:45 +0000 (15:13 +0200)
commit68ba0d8a891c0c1d4cd47b420735e9a3caf84d65
tree65335a6a91197dc251efd7016429f3a50fa6cedb
parent809ba20ebecfe2548244ab285955c05581ee8392
qemu: Refactor qemuDomainGetMemoryParameters

Replace the for loops with case inside with temp variables and a macro.
src/qemu/qemu_driver.c