mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
memory-device: complete factoring out plug handling
With the new memory device functions in place, we can factor out plugging of memory devices completely. Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Eric Auger <eric.auger@redhat.com> Signed-off-by: David Hildenbrand <david@redhat.com> Message-Id: <20181005092024.14344-15-david@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
parent
6ef2c0f2c1
commit
55d67a0492
3 changed files with 12 additions and 13 deletions
|
@ -101,8 +101,7 @@ MemoryDeviceInfoList *qmp_memory_device_list(void);
|
|||
uint64_t get_plugged_memory_size(void);
|
||||
void memory_device_pre_plug(MemoryDeviceState *md, MachineState *ms,
|
||||
const uint64_t *legacy_align, Error **errp);
|
||||
void memory_device_plug_region(MachineState *ms, MemoryRegion *mr,
|
||||
uint64_t addr);
|
||||
void memory_device_plug(MemoryDeviceState *md, MachineState *ms);
|
||||
void memory_device_unplug_region(MachineState *ms, MemoryRegion *mr);
|
||||
uint64_t memory_device_get_region_size(const MemoryDeviceState *md,
|
||||
Error **errp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue