nvdimm: implement NVDIMM device abstract
commit5c42eef24314fb51600b0e90fb69c60653ea05bb
authorXiao Guangrong <guangrong.xiao@linux.intel.com>
Wed, 2 Dec 2015 07:20:56 +0000 (2 15:20 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 22 Dec 2015 16:39:20 +0000 (22 18:39 +0200)
treee2ca35859fec1f99d81a24c49312c2ca1ef8ce9d
parent40c520418b1172661f64f85d453edaf17b9a5317
nvdimm: implement NVDIMM device abstract

Introduce "nvdimm" device which is based on pc-dimm device type

Currently, nothing is specific for nvdimm but hotplug is disabled

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Xiao Guangrong <guangrong.xiao@linux.intel.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
default-configs/i386-softmmu.mak
default-configs/x86_64-softmmu.mak
hw/acpi/memory_hotplug.c
hw/mem/Makefile.objs
hw/mem/nvdimm.c [new file with mode: 0644]
include/hw/mem/nvdimm.h [new file with mode: 0644]