summaryrefslogtreecommitdiffstats
path: root/hw/acpi_piix4.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix build errors when we enable acpi_piix4 debugWen Congyang2011-04-011-2/+3
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-4/+4
* acpi_piix4: expose no_hotplug attribute via i/o portMarcelo Tosatti2011-01-171-0/+37
* piix: tag as not hotpluggable.Gerd Hoffmann2011-01-101-0/+2
* piix4 acpi: convert io BAR to type-safe ioport callbacksAvi Kivity2010-11-211-33/+22
* pci: allow hotplug removal of cold-plugged devicesMichael S. Tsirkin2010-11-161-4/+10
* Merge branch 'pci' into for_anthonyMichael S. Tsirkin2010-10-271-0/+3
|\
| * pci: call hotplug callback even when not hotplug case for later use.Isaku Yamahata2010-09-071-0/+3
* | Fix pci hotplug to generate level triggered interrupt.Gleb Natapov2010-10-201-11/+17
* | Use defines instead of numbers for pci hotplug sts bitGleb Natapov2010-10-201-2/+4
* | Introduce range.hBlue Swirl2010-09-181-0/+1
|/
* pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata2010-07-111-1/+0
* acpi_piix4: save gpe and pci hotplug slot statusAlex Williamson2010-06-141-1/+28
* blockdev: Collect block device code in new blockdev.cMarkus Armbruster2010-06-041-0/+1
* Trim unnecessary includesBlue Swirl2010-05-151-3/+0
* acpi_piix4: remove #ifdef DEBUG.Isaku Yamahata2010-05-151-37/+18
* pci hotadd, acpi_piix4: remove global variablesIsaku Yamahata2010-05-151-41/+48
* pci hotplug: add argument to pci hot plug callback.Isaku Yamahata2010-05-151-3/+3
* acpi_piix4: qdevfy.Isaku Yamahata2010-05-151-15/+46
* acpi: split acpi.c into the common part and the piix4 part.Isaku Yamahata2010-05-151-0/+583
OpenPOWER on IntegriCloud