aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi/piix4.c
AgeCommit message (Expand)Author
2019-05-20acpi/piix4: Convert debug printf()s to trace eventsMarkus Armbruster
2019-05-17hw/i386/acpi: Add object_resolve_type_unambiguous to improve modularityPhilippe Mathieu-Daudé
2019-05-17hw/acpi/piix4: Move TYPE_PIIX4_PM to a public headerPhilippe Mathieu-Daudé
2019-03-12i386, acpi: check acpi_memory_hotplug capacity in pre_plugWei Yang
2019-03-11hw/i386: Remove unused includePhilippe Mathieu-Daudé
2019-02-27i2c:pm_smbus: Fix state transferCorey Minyard
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth
2018-12-20pci/pcihp: perform unplug via the hotplug handlerDavid Hildenbrand
2018-12-20pci/pcihp: overwrite hotplug handler recursively from the startDavid Hildenbrand
2018-12-20pci/pcihp: perform check for bus capability in pre_plug handlerDavid Hildenbrand
2018-12-19pc:piix4: Update smbus I/O space after a migrationCorey Minyard
2018-08-23i2c: pm_smbus: Add the ability to force block transfer enableCorey Minyard
2018-06-01hw: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-09-08Revert "ACPI: don't call acpi_pcihp_device_plug_cb on xen"Anthony PERARD
2017-05-18Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2017-05-10ACPI: don't call acpi_pcihp_device_plug_cb on xenBruce Rogers
2017-03-01bus: do not unref hotplug handlerMarc-André Lureau
2017-01-10memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov
2016-11-15pc: memhp: move nvdimm hotplug out of memory hotplugXiao Guangrong
2016-06-24pc: use new CPU hotplug interface since 2.7 machine typeIgor Mammedov
2016-06-24acpi: cpuhp: add cpu._OST handlingIgor Mammedov
2016-06-24acpi: cpuhp: implement hot-remove parts of CPU hotplug interfaceIgor Mammedov
2016-06-24pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hookIgor Mammedov
2016-06-24acpi: cpuhp: add CPU devices AML with _STA methodIgor Mammedov
2016-06-24pc: piix4/ich9: add 'cpu-hotplug-legacy' propertyIgor Mammedov
2016-06-07pc: use AcpiDeviceIfClass.send_event to issue GPE eventsIgor Mammedov
2016-06-07acpi: extend ACPI interface to provide send_event hookIgor Mammedov
2016-06-07pc: acpi: mark current CPU hotplug functions as legacyIgor Mammedov
2016-05-19explicitly include qom/cpu.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-29x86: Clean up includesPeter Maydell
2015-07-06pc_piix: rename kvm_enabled to smm_enabledPaolo Bonzini
2015-07-06piix4/ich9: do not raise SMI on ACPI enable/disable commandsPaolo Bonzini
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-06-04hw/acpi: piix4_pm_init(): take fw_cfg object no moreLaszlo Ersek
2015-06-04hw/acpi: move "etc/system-states" fw_cfg file from PIIX4 to coreLaszlo Ersek
2015-06-04hw/acpi: acpi_pm1_cnt_init(): take "disable_s3" and "disable_s4"Laszlo Ersek
2015-04-27acpi, mem-hotplug: add unplug cb for memory deviceTang Chen
2015-04-27acpi, mem-hotplug: add unplug request cb for memory deviceTang Chen
2015-02-26pc: pcihp: expose MMIO base and len as propertiesIgor Mammedov
2015-02-26acpi, piix4: Add unplug cb for piix4.Tang Chen
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini
2014-11-14pc: piix4_pm: init legacy PCI hotplug when running on XenIgor Mammedov
2014-11-02cpu-hotplug: rename function for better readabilityGu Zheng
2014-11-02acpi:piix4: convert cpu hotplug to hotplug_handler APIGu Zheng
2014-10-15qdev: HotplugHandler: Rename unplug callback to unplug_requestIgor Mammedov