~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to hw/acpi/ich9.c

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
306
306
 
307
307
    if (pm->acpi_memory_hotplug.is_enabled) {
308
308
        acpi_memory_hotplug_init(pci_address_space_io(lpc_pci), OBJECT(lpc_pci),
309
 
                                 &pm->acpi_memory_hotplug);
 
309
                                 &pm->acpi_memory_hotplug,
 
310
                                 ACPI_MEMORY_HOTPLUG_BASE);
310
311
    }
311
312
}
312
313