mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
hw/arm/virt: Add nvdimm hotplug support
This adds support for nvdimm hotplug events through GED and enables nvdimm for the arm/virt. Now Guests with ACPI can have both cold and hot plug of nvdimms. Hot removal functionality is not yet supported. Signed-off-by: Shameer Kolothum <shameerali.kolothum.thodi@huawei.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Eric Auger <eric.auger@redhat.com> Message-Id: <20200421125934.14952-5-shameerali.kolothum.thodi@huawei.com> Acked-by: Peter Maydell <peter.maydell@linaro.org> Tested-by: Eric Auger <eric.auger@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
b5a60bee74
commit
c2505d1c56
4 changed files with 28 additions and 7 deletions
|
@ -63,7 +63,8 @@ GED IO interface (4 byte access)
|
|||
bits:
|
||||
0: Memory hotplug event
|
||||
1: System power down event
|
||||
2-31: Reserved
|
||||
2: NVDIMM hotplug event
|
||||
3-31: Reserved
|
||||
|
||||
**write_access:**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue