diff options
| author | Xiao Guangrong | 2016-11-07 12:13:38 +0100 |
|---|---|---|
| committer | Michael S. Tsirkin | 2016-11-15 16:20:37 +0100 |
| commit | 75f27498220e6ff6f78bf08fbe2cc662ec76ba89 (patch) | |
| tree | f68f4b39df6fa145fe4d6e010f089f9c9967cd47 /default-configs | |
| parent | nvdimm acpi: drop the lock of fit buffer (diff) | |
| download | qemu-75f27498220e6ff6f78bf08fbe2cc662ec76ba89.tar.gz qemu-75f27498220e6ff6f78bf08fbe2cc662ec76ba89.tar.xz qemu-75f27498220e6ff6f78bf08fbe2cc662ec76ba89.zip | |
pc: memhp: move nvdimm hotplug out of memory hotplug
as they use completely different way to handle hotplug event
Suggested-by: Igor Mammedov <imammedo@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>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Diffstat (limited to 'default-configs')
| -rw-r--r-- | default-configs/mips-softmmu-common.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/mips-softmmu-common.mak b/default-configs/mips-softmmu-common.mak index 0394514b93..f0676f52ac 100644 --- a/default-configs/mips-softmmu-common.mak +++ b/default-configs/mips-softmmu-common.mak @@ -17,6 +17,7 @@ CONFIG_FDC=y CONFIG_ACPI=y CONFIG_ACPI_X86=y CONFIG_ACPI_MEMORY_HOTPLUG=y +CONFIG_ACPI_NVDIMM=y CONFIG_ACPI_CPU_HOTPLUG=y CONFIG_APM=y CONFIG_I8257=y |
