]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: add support for memory devices
authorPeter Krempa <pkrempa@redhat.com>
Fri, 9 Jan 2015 09:40:37 +0000 (10:40 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 23 Mar 2015 13:25:15 +0000 (14:25 +0100)
commit8b54bffbab423608dcf596761675e7d206049902
treed577949bfdc68ac3395bbe7c5ed605789d436b3d
parentc5710066e87dc8d563e9dcf9c0af9585319a0a54
qemu: add support for memory devices

Add support to start qemu instance with 'pc-dimm' device. Thanks to the
refactors we are able to reuse the existing function to determine the
parameters.
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
tests/qemuxml2argvdata/qemuxml2argv-memory-hotplug-dimm.args [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c