aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-13virt_arm: acpi: reuse common build_fadt()Igor Mammedov1-2/+21
2018-03-13acpi: move build_fadt() from i386 specific to generic ACPI sourceIgor Mammedov1-0/+105
2018-03-13acpi: add build_append_gas() helper for Generic Address StructureIgor Mammedov1-0/+16
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster4-4/+4
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
2018-02-09Include qmp-commands.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster4-0/+5
2018-01-19nvdimm: add 'unarmed' optionHaozhong Zhang1-0/+7
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin2-1/+1
2017-12-18hw/acpi: ACPI_PM_* defines are not restricted to i386 archPhilippe Mathieu-Daudé1-1/+0
2017-12-18hw: use "qemu/osdep.h" as first #include in source filesPhilippe Mathieu-Daudé1-0/+1
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2-5/+6
2017-12-05vmgenid: use UUID property typeRoman Kagan1-22/+8
2017-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-2/+13
2017-10-16tco: add trace eventsPaolo Bonzini2-2/+13
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+1
2017-10-15fw_cfg: add write callbackMarc-André Lureau1-1/+1
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis1-4/+3
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis1-1/+2
2017-09-08vmgenid: replace x-write-pointer-available hackMarc-André Lureau2-8/+11