aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi_piix4.c
AgeCommit message (Expand)Author
2012-11-14acpi_piix4: fix migration of gpe fieldsMarcelo Tosatti
2012-09-25acpi: use notifier for signaling guest system_powerdown commandIgor Mammedov
2012-08-29reset PMBA and PMREGMISC PIIX4 registers.Gleb Natapov
2012-08-23qom: object_delete should unparent the object firstPaolo Bonzini
2012-06-19Add PIIX4 properties to control PM system states.Gleb Natapov
2012-06-18qbus: Make child devices linksAnthony Liguori
2012-05-29pci: call object_unparent() before free_qdev()Amos Kong
2012-04-15acpi: explicitly account for >1 device per slotMichael S. Tsirkin
2012-04-15acpi_piix4: Re-define PCI hotplug eject register readAlex Williamson
2012-04-15acpi_piix4: Remove PCI_RMV_BASE write codeAlex Williamson
2012-04-15acpi_piix4: Fix PCI hotplug raceAlex Williamson
2012-04-15acpi_piix4: Disallow write to up/down PCI hotplug registersAlex Williamson
2012-02-24suspend: switch acpi s3 to new infrastructure.Gerd Hoffmann
2012-02-24acpi: add acpi_pm1_evt_write_enGerd Hoffmann
2012-02-24acpi: don't pass overflow_time to acpi_pm1_evt_get_stsGerd Hoffmann
2012-02-24acpi: add ACPIREGSGerd Hoffmann
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori
2012-01-27qdev: move qdev->info to classAnthony Liguori
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini
2011-10-28qdev: switch children device list to QTAILQPaolo Bonzini
2011-07-23notifier: Pass data argument to callbackJan Kiszka
2011-07-23report serial devices created with -device in the PIIX4 config spacePaolo Bonzini
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin
2011-06-12hw/acpi_piix4.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata
2011-05-19Ignore pci unplug requests for unpluggable devices (CVE-2011-1751)Gerd Hoffmann
2011-04-10acpi, acpi_piix: factor out GPE logicIsaku Yamahata
2011-04-09acpi, acpi_piix, vt82c686: factor out PM1_CNT logicIsaku Yamahata
2011-04-09acpi, acpi_piix, vt82c686: factor out PM1a EVT logicIsaku Yamahata
2011-04-09acpi, acpi_piix, vt82c686: factor out PM_TMR logicIsaku Yamahata
2011-04-01fix build errors when we enable acpi_piix4 debugWen Congyang
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-01-17acpi_piix4: expose no_hotplug attribute via i/o portMarcelo Tosatti
2011-01-10piix: tag as not hotpluggable.Gerd Hoffmann
2010-11-21piix4 acpi: convert io BAR to type-safe ioport callbacksAvi Kivity
2010-11-16pci: allow hotplug removal of cold-plugged devicesMichael S. Tsirkin
2010-10-27Merge branch 'pci' into for_anthonyMichael S. Tsirkin
2010-10-20Fix pci hotplug to generate level triggered interrupt.Gleb Natapov
2010-10-20Use defines instead of numbers for pci hotplug sts bitGleb Natapov
2010-09-18Introduce range.hBlue Swirl
2010-09-07pci: call hotplug callback even when not hotplug case for later use.Isaku Yamahata
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata
2010-06-14acpi_piix4: save gpe and pci hotplug slot statusAlex Williamson
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster
2010-05-15Trim unnecessary includesBlue Swirl
2010-05-15acpi_piix4: remove #ifdef DEBUG.Isaku Yamahata
2010-05-15pci hotadd, acpi_piix4: remove global variablesIsaku Yamahata
2010-05-15pci hotplug: add argument to pci hot plug callback.Isaku Yamahata
2010-05-15acpi_piix4: qdevfy.Isaku Yamahata