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