mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 20:19: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>
3 lines
86 B
Makefile
3 lines
86 B
Makefile
common-obj-$(CONFIG_MEM_HOTPLUG) += pc-dimm.o
|
|
common-obj-$(CONFIG_NVDIMM) += nvdimm.o
|