aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-17hw/acpi: Use QEMU_NONSTRING for non NUL-terminated arraysPhilippe Mathieu-Daudé1-4/+8
2019-01-17hw: acpi: Fix memory hotplug AML generation errorYang Zhong1-5/+5
2019-01-17acpi: add ACPI memory clear interfaceMarc-André Lureau1-0/+55
2019-01-17acpi: build TPM Physical Presence interfaceStefan Berger2-0/+405
2018-12-20pci/pcihp: perform unplug via the hotplug handlerDavid Hildenbrand2-3/+15
2018-12-20pci/pcihp: overwrite hotplug handler recursively from the startDavid Hildenbrand2-15/+16
2018-12-20pci/pcihp: perform check for bus capability in pre_plug handlerDavid Hildenbrand2-8/+29
2018-12-19hw: acpi: Export and share the ARM RSDP buildSamuel Ortiz1-0/+68
2018-12-19pc:piix4: Update smbus I/O space after a migrationCorey Minyard1-0/+1
2018-12-18qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza1-1/+2
2018-12-18qmp: query-current-machine with wakeup-suspend-supportDaniel Henrique Barboza1-0/+6
2018-11-12hw/acpi/nvdimm: Don't take address of fields in packed structsPeter Maydell1-8/+8
2018-09-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-4/+6
2018-09-07pc: make sure that guest isn't able to unplug the first cpuIgor Mammedov1-4/+6
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu3-5/+4
2018-08-23i2c: pm_smbus: Add the ability to force block transfer enableCorey Minyard1-1/+1
2018-06-11nvdimm: make persistence option symbolicRoss Zwisler1-2/+2
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-4/+41
2018-06-01nvdimm, acpi: support NFIT platform capabilitiesRoss Zwisler1-4/+41
2018-06-01hw: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé2-2/+0
2018-05-20acpi: fix a comment about aml_call0()Marc-André Lureau1-1/+1