]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Implement NVDIMM
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 29 Jul 2016 09:02:25 +0000 (11:02 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 15 Mar 2017 13:16:32 +0000 (14:16 +0100)
commit1bc173199edac4fcc63718cf010ea3950f205435
tree93c088f5ed044fe337d7f0470de8e143ab7007d7
parente21250dee8054200078250085564a5b75b23a4ff
qemu: Implement NVDIMM

So, majority of the code is just ready as-is. Well, with one
slight change: differentiate between dimm and nvdimm in places
like device alias generation, generating the command line and so
on.

Speaking of the command line, we also need to append 'nvdimm=on'
to the '-machine' argument so that the nvdimm feature is
advertised in the ACPI tables properly.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_alias.c
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
tests/qemuxml2argvdata/qemuxml2argv-memory-hotplug-nvdimm.args [new file with mode: 0644]
tests/qemuxml2argvtest.c