summaryrefslogtreecommitdiff
path: root/hw/acpi_piix4.c
AgeCommit message (Expand)Author
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin
2012-12-10Merge remote-tracking branch 'kraxel/acpi.1' into stagingAnthony Liguori
2012-12-04hw/apm.c: Replace register_ioport_*Julien Grall
2012-12-04acpi: drop debug portGerd Hoffmann
2012-12-04apci: switch piix4 pci hotplug to memory apiGerd Hoffmann
2012-12-04acpi: remove acpi_gpe_blkGerd Hoffmann
2012-12-04apci: switch piix4 gpe to memory apiGerd Hoffmann
2012-12-04acpi: fix piix4 smbus mappingGerd Hoffmann
2012-12-04acpi: switch smbus to memory apiGerd Hoffmann
2012-12-04acpi: cleanup piix4 memory regionGerd Hoffmann
2012-12-04apci: switch evt to memory apiGerd Hoffmann
2012-12-04apci: switch cnt to memory apiGerd Hoffmann
2012-12-04apci: switch timer to memory apiGerd Hoffmann
2012-12-04apci: switch piix4 to memory apiGerd Hoffmann
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