]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Introduce label-size for NVDIMMs
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 27 Feb 2017 10:20:26 +0000 (11:20 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 15 Mar 2017 13:39:22 +0000 (14:39 +0100)
commite433546bef6ff5be92aa0cfca7794fff67c80cac
tree4783bfbe74d2882111446dc6e421e8f74471c2bf
parent04dc668a31f27d8decf900fee1a2b8e909219212
qemu: Introduce label-size for NVDIMMs

For NVDIMM devices it is optionally possible to specify the size
of internal storage for namespaces. Namespaces are a feature that
allows users to partition the NVDIMM for different uses.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-memory-hotplug-nvdimm-label.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-memory-hotplug-nvdimm-label.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmloutdata/qemuxml2xmlout-memory-hotplug-nvdimm-label.xml [new symlink]
tests/qemuxml2xmltest.c