aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi
AgeCommit message (Expand)AuthorFilesLines
2019-10-22hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini1-5/+5
2019-10-17Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-4/+3
2019-10-15hw/acpi/piix4: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé1-4/+3
2019-10-05hw/arm: Use GED for system_powerdown eventShameer Kolothum1-0/+8
2019-10-05hw/acpi: Add ACPI Generic Event Device SupportSamuel Ortiz3-0/+308
2019-10-05hw/acpi: Do not create memory hotplug method when handler is not definedSamuel Ortiz1-4/+6
2019-10-05hw/acpi: Make ACPI IO address space configurableShameer Kolothum1-19/+14
2019-09-20ipmi: Fix SSIF ACPI handling to use the right CRSCorey Minyard2-7/+8
2019-09-20acpi: Add i2c serial bus CRS handlingCorey Minyard1-0/+40
2019-09-03numa: move numa global variable numa_info into MachineStateTao Xu1-2/+4
2019-09-03numa: move numa global variable nb_numa_nodes into MachineStateTao Xu1-1/+3
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster3-3/+3
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster3-2/+3
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2-2/+0
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster2-0/+2
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster5-5/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster7-0/+8
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster2-0/+2
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster3-0/+5
2019-06-16hw/acpi: extract acpi_add_rom_blob()Wei Yang2-1/+36
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster2-2/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2-0/+2
2019-05-29acpi: pci: use build_append_foo() API to construct MCFGWei Yang1-12/+27
2019-05-29hw/acpi: Consolidate build_mcfg to pci.cWei Yang3-0/+51
2019-05-20acpi/pcihp: Add a few more trace points related to unplugMarkus Armbruster2-0/+10
2019-05-20acpi/pcihp: Convert debug printf()s to trace eventsMarkus Armbruster2-17/+17
2019-05-20acpi/piix4: Convert debug printf()s to trace eventsMarkus Armbruster2-11/+7
2019-05-17hw/i386/acpi: Add object_resolve_type_unambiguous to improve modularityPhilippe Mathieu-Daudé1-11/+0
2019-05-17hw/acpi/piix4: Move TYPE_PIIX4_PM to a public headerPhilippe Mathieu-Daudé1-2/+0
2019-04-02acpi: verify file entries in bios_linker_loader_add_pointer()Liam Merwick1-0/+2
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-3/+3
2019-03-12i386, acpi: check acpi_memory_hotplug capacity in pre_plugWei Yang2-5/+23
2019-03-12nvdimm: use NVDIMM_ACPI_IO_LEN for the proper IO sizeWei Yang1-1/+1
2019-03-12nvdimm: use *function* directly instead of allocating it againWei Yang1-1/+1
2019-03-12nvdimm: fix typo in nvdimm_build_nvdimm_devices argumentWei Yang1-2/+2
2019-03-12Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-9/+9
2019-03-11hw/i386: Remove unused includePhilippe Mathieu-Daudé1-1/+0
2019-03-11nvdimm: Rename AcpiNVDIMMState into NVDIMMStateEric Auger1-9/+9
2019-03-07i386-softmmu.mak: remove all CONFIG_* except boards definitionsYang Zhong1-0/+6
2019-03-07i386: express dependencies with KconfigPaolo Bonzini1-0/+3
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+20
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand3-1/+4
2019-03-06hw/acpi: remove unnecessary variable acpi_table_builtinWei Yang1-3/+1
2019-03-06hw/acpi: remove unused function acpi_table_add_builtin()Wei Yang1-6/+0
2019-02-27i2c:pm_smbus: Fix state transferCorey Minyard1-0/+7
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth2-2/+2
2019-02-01uuid: Make qemu_uuid_bswap() take and return a QemuUUIDPeter Maydell1-4/+2
2019-01-30typo: apci->acpiDr. David Alan Gilbert1-1/+1