aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi/piix4.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+2
2019-05-20acpi/piix4: Convert debug printf()s to trace eventsMarkus Armbruster1-11/+3
2019-05-17hw/i386/acpi: Add object_resolve_type_unambiguous to improve modularityPhilippe Mathieu-Daudé1-11/+0
2019-05-17hw/acpi/piix4: Move TYPE_PIIX4_PM to a public headerPhilippe Mathieu-Daudé1-2/+0
2019-03-12i386, acpi: check acpi_memory_hotplug capacity in pre_plugWei Yang1-3/+10
2019-03-11hw/i386: Remove unused includePhilippe Mathieu-Daudé1-1/+0
2019-02-27i2c:pm_smbus: Fix state transferCorey Minyard1-0/+7
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth1-1/+1
2018-12-20pci/pcihp: perform unplug via the hotplug handlerDavid Hildenbrand1-2/+5
2018-12-20pci/pcihp: overwrite hotplug handler recursively from the startDavid Hildenbrand1-15/+1
2018-12-20pci/pcihp: perform check for bus capability in pre_plug handlerDavid Hildenbrand1-2/+14
2018-12-19pc:piix4: Update smbus I/O space after a migrationCorey Minyard1-0/+1
2018-08-23i2c: pm_smbus: Add the ability to force block transfer enableCorey Minyard1-1/+1
2018-06-01hw: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-3/+4
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+1
2017-09-08Revert "ACPI: don't call acpi_pcihp_device_plug_cb on xen"Anthony PERARD1-8/+3
2017-05-18Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi1-3/+8
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1
2017-05-10ACPI: don't call acpi_pcihp_device_plug_cb on xenBruce Rogers1-3/+8
2017-03-01bus: do not unref hotplug handlerMarc-André Lureau1-0/+2
2017-01-10memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov1-1/+2
2016-11-15pc: memhp: move nvdimm hotplug out of memory hotplugXiao Guangrong1-1/+6
2016-06-24pc: use new CPU hotplug interface since 2.7 machine typeIgor Mammedov1-0/+32
2016-06-24acpi: cpuhp: add cpu._OST handlingIgor Mammedov1-0/+3
2016-06-24acpi: cpuhp: implement hot-remove parts of CPU hotplug interfaceIgor Mammedov1-0/+6
2016-06-24pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hookIgor Mammedov1-0/+1
2016-06-24acpi: cpuhp: add CPU devices AML with _STA methodIgor Mammedov1-3/+8
2016-06-24pc: piix4/ich9: add 'cpu-hotplug-legacy' propertyIgor Mammedov1-1/+23
2016-06-07pc: use AcpiDeviceIfClass.send_event to issue GPE eventsIgor Mammedov1-6/+5
2016-06-07acpi: extend ACPI interface to provide send_event hookIgor Mammedov1-0/+8
2016-06-07pc: acpi: mark current CPU hotplug functions as legacyIgor Mammedov1-3/+3
2016-05-19explicitly include qom/cpu.hPaolo Bonzini1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29x86: Clean up includesPeter Maydell1-0/+1
2015-07-06pc_piix: rename kvm_enabled to smm_enabledPaolo Bonzini1-5/+5
2015-07-06piix4/ich9: do not raise SMI on ACPI enable/disable commandsPaolo Bonzini1-0/+3
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-6/+4
2015-06-04hw/acpi: piix4_pm_init(): take fw_cfg object no moreLaszlo Ersek1-2/+1
2015-06-04hw/acpi: move "etc/system-states" fw_cfg file from PIIX4 to coreLaszlo Ersek1-8/+0
2015-06-04hw/acpi: acpi_pm1_cnt_init(): take "disable_s3" and "disable_s4"Laszlo Ersek1-1/+1
2015-04-27acpi, mem-hotplug: add unplug cb for memory deviceTang Chen1-2/+9
2015-04-27acpi, mem-hotplug: add unplug request cb for memory deviceTang Chen1-1/+5
2015-02-26pc: pcihp: expose MMIO base and len as propertiesIgor Mammedov1-1/+1
2015-02-26acpi, piix4: Add unplug cb for piix4.Tang Chen1-0/+8
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-3/+2
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini1-1/+1