]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Add command-line to generate the nvdimm align property
authorLuyao Zhong <luyao.zhong@intel.com>
Thu, 20 Dec 2018 09:14:47 +0000 (17:14 +0800)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 2 Jan 2019 14:00:34 +0000 (09:00 -0500)
commit1fdcaac3d3c61fa8017b4c9d1c7cd523c727a2f8
tree4a518b439843e5b5916a337e31d3989bd34773fd
parent900289b767fd671cfb0ce39087f088fd1287f4ac
qemu: Add command-line to generate the nvdimm align property

According to the result parsing from xml, add align property
into QEMU command line:

-object memory-backend-file,...[,align=xxx]

Signed-off-by: Luyao Zhong <luyao.zhong@intel.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_command.c
tests/qemuxml2argvdata/memory-hotplug-nvdimm-align.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvtest.c