1 #include "qemu/osdep.h"
2 #include "hw/acpi/memory_hotplug.h"
3 #include "migration/vmstate.h"
5 const VMStateDescription vmstate_memory_hotplug
;
7 void acpi_memory_hotplug_init(MemoryRegion
*as
, Object
*owner
,
8 MemHotplugState
*state
, hwaddr io_base
)
13 void acpi_memory_ospm_status(MemHotplugState
*mem_st
, ACPIOSTInfoList
***list
)
18 void acpi_memory_plug_cb(HotplugHandler
*hotplug_dev
, MemHotplugState
*mem_st
,
19 DeviceState
*dev
, Error
**errp
)
24 void acpi_memory_unplug_cb(MemHotplugState
*mem_st
,
25 DeviceState
*dev
, Error
**errp
)
30 void acpi_memory_unplug_request_cb(HotplugHandler
*hotplug_dev
,
31 MemHotplugState
*mem_st
,
32 DeviceState
*dev
, Error
**errp
)