summaryrefslogtreecommitdiffstats
path: root/hw/acpi_piix4.c
Commit message (Expand)AuthorAgeFilesLines
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* apci: assign memory regions to piix4 acpi deviceGerd Hoffmann2013-01-041-7/+13
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-2/+2
* pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-1/+1
* Merge remote-tracking branch 'kraxel/acpi.1' into stagingAnthony Liguori2012-12-101-100/+83
|\
| * acpi: drop debug portGerd Hoffmann2012-12-041-9/+0
| * apci: switch piix4 pci hotplug to memory apiGerd Hoffmann2012-12-041-8/+29
| * acpi: remove acpi_gpe_blkGerd Hoffmann2012-12-041-1/+0
| * apci: switch piix4 gpe to memory apiGerd Hoffmann2012-12-041-6/+18
| * acpi: fix piix4 smbus mappingGerd Hoffmann2012-12-041-1/+19
| * acpi: switch smbus to memory apiGerd Hoffmann2012-12-041-3/+2
| * acpi: cleanup piix4 memory regionGerd Hoffmann2012-12-041-40/+1
| * apci: switch evt to memory apiGerd Hoffmann2012-12-041-17/+1
| * apci: switch cnt to memory apiGerd Hoffmann2012-12-041-7/+1
| * apci: switch timer to memory apiGerd Hoffmann2012-12-041-4/+1
| * apci: switch piix4 to memory apiGerd Hoffmann2012-12-041-17/+24
* | hw/apm.c: Replace register_ioport_*Julien Grall2012-12-041-1/+1
|/
* acpi_piix4: fix migration of gpe fieldsMarcelo Tosatti2012-11-141-4/+46
* acpi: use notifier for signaling guest system_powerdown commandIgor Mammedov2012-09-251-3/+5
* reset PMBA and PMREGMISC PIIX4 registers.Gleb Natapov2012-08-291-2/+3
* qom: object_delete should unparent the object firstPaolo Bonzini2012-08-231-1/+0
* Add PIIX4 properties to control PM system states.Gleb Natapov2012-06-191-2/+18
* qbus: Make child devices linksAnthony Liguori2012-06-181-4/+6
* pci: call object_unparent() before free_qdev()Amos Kong2012-05-291-0/+1
* acpi: explicitly account for >1 device per slotMichael S. Tsirkin2012-04-151-3/+10
* acpi_piix4: Re-define PCI hotplug eject register readAlex Williamson2012-04-151-3/+4
* acpi_piix4: Remove PCI_RMV_BASE write codeAlex Williamson2012-04-151-6/+0
* acpi_piix4: Fix PCI hotplug raceAlex Williamson2012-04-151-21/+53
* acpi_piix4: Disallow write to up/down PCI hotplug registersAlex Williamson2012-04-151-30/+14
* suspend: switch acpi s3 to new infrastructure.Gerd Hoffmann2012-02-241-2/+2
* acpi: add acpi_pm1_evt_write_enGerd Hoffmann2012-02-241-1/+1
* acpi: don't pass overflow_time to acpi_pm1_evt_get_stsGerd Hoffmann2012-02-241-2/+2
* acpi: add ACPIREGSGerd Hoffmann2012-02-241-36/+32
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-9/+11
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-26/+33
* qdev: move qdev->info to classAnthony Liguori2012-01-271-2/+2
* prepare for future GPLv2+ relicensingPaolo Bonzini2012-01-131-0/+3
* qdev: switch children device list to QTAILQPaolo Bonzini2011-10-281-2/+2
* notifier: Pass data argument to callbackJan Kiszka2011-07-231-1/+1
* report serial devices created with -device in the PIIX4 config spacePaolo Bonzini2011-07-231-5/+17
* Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin2011-06-151-1/+3
|\
| * Ignore pci unplug requests for unpluggable devices (CVE-2011-1751)Gerd Hoffmann2011-05-191-1/+3
* | hw/acpi_piix4.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-4/+4
|/
* acpi, acpi_piix: factor out GPE logicIsaku Yamahata2011-04-101-70/+25
* acpi, acpi_piix, vt82c686: factor out PM1_CNT logicIsaku Yamahata2011-04-091-34/+6
* acpi, acpi_piix, vt82c686: factor out PM1a EVT logicIsaku Yamahata2011-04-091-36/+16
* acpi, acpi_piix, vt82c686: factor out PM_TMR logicIsaku Yamahata2011-04-091-33/+12
OpenPOWER on IntegriCloud