mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
5c42eef243
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>
2 lines
86 B
Text
2 lines
86 B
Text
common-obj-$(CONFIG_MEM_HOTPLUG) += pc-dimm.o
|
|
common-obj-$(CONFIG_NVDIMM) += nvdimm.o
|