hw/acpi/piix4: Rename piix4_pm_add_propeties() to piix4_pm_add_properties()
Signed-off-by: Greg Kurz <groug@kaod.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Li Qiang <liq3ea@gmail.com> Message-Id: <160165476743.57452.2128307974125615413.stgit@bahia.lan> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
cd466702f0
commit
5ad1037cad
@ -437,7 +437,7 @@ static void piix4_pm_machine_ready(Notifier *n, void *opaque)
|
|||||||
(memory_region_present(io_as, 0x2f8) ? 0x90 : 0);
|
(memory_region_present(io_as, 0x2f8) ? 0x90 : 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void piix4_pm_add_propeties(PIIX4PMState *s)
|
static void piix4_pm_add_properties(PIIX4PMState *s)
|
||||||
{
|
{
|
||||||
static const uint8_t acpi_enable_cmd = ACPI_ENABLE;
|
static const uint8_t acpi_enable_cmd = ACPI_ENABLE;
|
||||||
static const uint8_t acpi_disable_cmd = ACPI_DISABLE;
|
static const uint8_t acpi_disable_cmd = ACPI_DISABLE;
|
||||||
@ -509,7 +509,7 @@ static void piix4_pm_realize(PCIDevice *dev, Error **errp)
|
|||||||
pci_get_bus(dev), s);
|
pci_get_bus(dev), s);
|
||||||
qbus_set_hotplug_handler(BUS(pci_get_bus(dev)), OBJECT(s));
|
qbus_set_hotplug_handler(BUS(pci_get_bus(dev)), OBJECT(s));
|
||||||
|
|
||||||
piix4_pm_add_propeties(s);
|
piix4_pm_add_properties(s);
|
||||||
}
|
}
|
||||||
|
|
||||||
I2CBus *piix4_pm_init(PCIBus *bus, int devfn, uint32_t smb_io_base,
|
I2CBus *piix4_pm_init(PCIBus *bus, int devfn, uint32_t smb_io_base,
|
||||||
|
Loading…
Reference in New Issue
Block a user