summaryrefslogtreecommitdiff
path: root/hw/acpi
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-08acpi/vmgenid: change device category to miscYoni Bettan1-0/+1
2017-09-08Revert "ACPI: don't call acpi_pcihp_device_plug_cb on xen"Anthony PERARD1-8/+3
2017-09-08hw/acpi: Move acpi_set_pci_info to pcihpAnthony PERARD1-0/+38
2017-09-08hw/acpi: Limit hotplug to root bus on legacy modeAnthony PERARD1-1/+1
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-04include/exec/poison: Mark CONFIG_KVM as poisoned, tooThomas Huth1-1/+0
2017-06-20pcihp: use get_uint() for "bsel" propertyMarc-André Lureau1-3/+3
2017-06-20pc-dimm: make "size" property uint64Marc-André Lureau2-6/+7
2017-06-20pc-dimm: use get_uint() for dimm propertiesMarc-André Lureau2-8/+9
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau1-1/+0
2017-06-08nvdimm acpi: fix region format interface codeHaozhong Zhang1-3/+4
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-2/+2
2017-05-18Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi2-3/+35
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1
2017-05-11pc: get numa node mapping from possible_cpus instead of numa_get_node_for_cpu()Igor Mammedov1-4/+3
2017-05-11numa: Allow setting NUMA distance for different NUMA nodesHe Chen1-0/+26
2017-05-10ACPI: don't call acpi_pcihp_device_plug_cb on xenBruce Rogers1-3/+8
2017-05-10hw/arm/virt: generate 64-bit addressable ACPI objectsArd Biesheuvel1-0/+27
2017-04-05tco: do not generate an NMIPaolo Bonzini1-2/+0
2017-03-22hw/acpi/vmgenid: prevent more than one vmgenid deviceLaszlo Ersek1-0/+8
2017-03-22hw/acpi/vmgenid: prevent device realization on pre-2.5 machine typesLaszlo Ersek1-0/+14
2017-03-15Bugfix: Handle error if VM Generation ID device not presentBen Warren1-0/+1
2017-03-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell4-3/+324
2017-03-02qmp/hmp: add query-vm-generation-id and 'info vm-generation-id' commandsIgor Mammedov1-0/+16
2017-03-02ACPI: Add Virtual Machine Generation ID supportBen Warren2-0/+243
2017-03-02ACPI: Add vmgenid blob storage to the build tablesBen Warren1-0/+2
2017-03-02linker-loader: Add new 'write pointer' commandBen Warren1-3/+63
2017-03-01bus: do not unref hotplug handlerMarc-André Lureau1-0/+2
2017-03-01pc: pcihp: avoid adding ACPI_PCIHP_PROP_BSEL twiceIgor Mammedov1-11/+0