diff options
author | David Hildenbrand | 2018-04-23 18:51:24 +0200 |
---|---|---|
committer | Eduardo Habkost | 2018-05-07 15:00:02 +0200 |
commit | f2ffbe2b7dd05a563fe81066440629824192b15a (patch) | |
tree | ab5291116ed01bc7a3422d231c739da2450ddfb0 /hw/i386/acpi-build.c | |
parent | machine: rename MemoryHotplugState to DeviceMemoryState (diff) | |
download | qemu-f2ffbe2b7dd05a563fe81066440629824192b15a.tar.gz qemu-f2ffbe2b7dd05a563fe81066440629824192b15a.tar.xz qemu-f2ffbe2b7dd05a563fe81066440629824192b15a.zip |
pc: rename "hotplug memory" terminology to "device memory"
Let's make it clear that we are dealing with device memory. That it can
be used for memory hotplug is just a special case.
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20180423165126.15441-10-david@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'hw/i386/acpi-build.c')
-rw-r--r-- | hw/i386/acpi-build.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c index b1eddeb204..9bc6d97ea1 100644 --- a/hw/i386/acpi-build.c +++ b/hw/i386/acpi-build.c @@ -2313,7 +2313,7 @@ build_srat(GArray *table_data, BIOSLinker *linker, MachineState *machine) const CPUArchIdList *apic_ids = mc->possible_cpu_arch_ids(machine); PCMachineState *pcms = PC_MACHINE(machine); ram_addr_t hotplugabble_address_space_size = - object_property_get_int(OBJECT(pcms), PC_MACHINE_MEMHP_REGION_SIZE, + object_property_get_int(OBJECT(pcms), PC_MACHINE_DEVMEM_REGION_SIZE, NULL); srat_start = table_data->len; |