mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
acpi: ged: rename event memory region
Rename memory region and callbacks and ops to carry "evt" in the name because a second region will be added shortly. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-Id: <20200520132003.9492-10-kraxel@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Igor Mammedow <imammedo@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
c8ed8f57cc
commit
32905fc95c
2 changed files with 9 additions and 9 deletions
|
@ -86,7 +86,7 @@
|
|||
#define ACPI_GED_NVDIMM_HOTPLUG_EVT 0x4
|
||||
|
||||
typedef struct GEDState {
|
||||
MemoryRegion io;
|
||||
MemoryRegion evt;
|
||||
uint32_t sel;
|
||||
} GEDState;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue