]> Git Repo - qemu.git/commit - qapi/misc.json
memory-device: introduce separate config option
authorDavid Hildenbrand <[email protected]>
Fri, 5 Oct 2018 09:20:14 +0000 (11:20 +0200)
committerEduardo Habkost <[email protected]>
Wed, 24 Oct 2018 09:44:59 +0000 (06:44 -0300)
commit15cea5ae813f35bf34363511338219102f45ff39
tree6d22b434bf8a343db7d4f3b7923cf8810861deab
parent26b1d1fd642994faf06ca480890b76fd6bfde328
memory-device: introduce separate config option

Some architectures might support memory devices, while they don't
support DIMM/NVDIMM. So let's
- Rename CONFIG_MEM_HOTPLUG to CONFIG_MEM_DEVICE
- Introduce CONFIG_DIMM and use it similarly to CONFIG NVDIMM

CONFIG_DIMM and CONFIG_NVDIMM require CONFIG_MEM_DEVICE.

Reviewed-by: Igor Mammedov <[email protected]>
Reviewed-by: David Gibson <[email protected]>
Acked-by: David Gibson <[email protected]>
Signed-off-by: David Hildenbrand <[email protected]>
Message-Id: <20181005092024[email protected]>
Signed-off-by: Eduardo Habkost <[email protected]>
default-configs/i386-softmmu.mak
default-configs/ppc64-softmmu.mak
hw/Makefile.objs
hw/mem/Makefile.objs
qapi/misc.json
This page took 0.024736 seconds and 4 git commands to generate.