summaryrefslogtreecommitdiff
path: root/hw/acpi_piix4.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-04apci: assign memory regions to piix4 acpi deviceGerd Hoffmann1-7/+13
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-2/+2
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin1-1/+1
2012-12-10Merge remote-tracking branch 'kraxel/acpi.1' into stagingAnthony Liguori1-100/+83
2012-12-04hw/apm.c: Replace register_ioport_*Julien Grall1-1/+1
2012-12-04acpi: drop debug portGerd Hoffmann1-9/+0
2012-12-04apci: switch piix4 pci hotplug to memory apiGerd Hoffmann1-8/+29
2012-12-04acpi: remove acpi_gpe_blkGerd Hoffmann1-1/+0
2012-12-04apci: switch piix4 gpe to memory apiGerd Hoffmann1-6/+18
2012-12-04acpi: fix piix4 smbus mappingGerd Hoffmann1-1/+19
2012-12-04acpi: switch smbus to memory apiGerd Hoffmann1-3/+2
2012-12-04acpi: cleanup piix4 memory regionGerd Hoffmann1-40/+1
2012-12-04apci: switch evt to memory apiGerd Hoffmann1-17/+1
2012-12-04apci: switch cnt to memory apiGerd Hoffmann1-7/+1
2012-12-04apci: switch timer to memory apiGerd Hoffmann1-4/+1
2012-12-04apci: switch piix4 to memory apiGerd Hoffmann1-17/+24
2012-11-14acpi_piix4: fix migration of gpe fieldsMarcelo Tosatti1-4/+46
2012-09-25acpi: use notifier for signaling guest system_powerdown commandIgor Mammedov1-3/+5
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