summaryrefslogtreecommitdiff
path: root/hw/i386/acpi-build.c
AgeCommit message (Expand)Author
2018-05-07pc: rename "hotplug memory" terminology to "device memory"David Hildenbrand
2018-05-07machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-03-20hw/acpi-build: build SRAT memory affinity structures for DIMM devicesHaozhong Zhang
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz
2018-03-13acpi: move build_fadt() from i386 specific to generic ACPI sourceIgor Mammedov
2018-03-13pc: acpi: use build_append_foo() API to construct FADTIgor Mammedov
2018-03-13pc: acpi: isolate FADT specific data into AcpiFadtData structureIgor Mammedov
2018-03-13acpi: move ACPI_PORT_SMI_CMD define to header it belongs toIgor Mammedov
2018-03-13pc: replace pm object initialization with one-liner in acpi_get_pm_info()Igor Mammedov
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster
2018-01-29tpm: add CRB deviceMarc-André Lureau
2018-01-18hw/acpi-build: Make next_base easy to followDou Liyang
2018-01-18intel-iommu: Extend address width to 48 bitsPrasad Singamsetty
2017-12-22acpi: Update TPM2 ACPI table to more recent specsStefan Berger
2017-12-18hw/misc/pvpanic: extract public API from i386/pc to "hw/misc/pvpanic.h"Philippe Mathieu-Daudé
2017-12-14acpi: change TPM TIS data conditionsMarc-André Lureau
2017-12-14tpm: lookup the the TPM interface instead of TIS deviceMarc-André Lureau
2017-10-15fw_cfg: add write callbackMarc-André Lureau
2017-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2017-09-19hw/acpi-build: Fix SRAT memory building in case of node 0 without RAMEduardo Habkost
2017-09-19hw/i386: Improve some of the warning messagesAlistair Francis
2017-09-08hw/acpi: Move acpi_set_pci_info to pcihpAnthony PERARD
2017-08-08hw/i386: allow SHPC for Q35 machineAleksandr Bezzubikov
2017-08-02pc: acpi: force FADT rev1 for 440fx based machine typesIgor Mammedov
2017-07-13Convert error_report() to warn_report()Alistair Francis
2017-07-03hw/acpi: remove dead acpi codeAleksandr Bezzubikov
2017-06-20acpi: use get_uint() for "pci-hole*" propertiesMarc-André Lureau
2017-06-20acpi: use get_uint() for various acpi propertiesMarc-André Lureau
2017-06-20acpi: use get_uint() for "acpi-pcihp-io*" propertiesMarc-André Lureau
2017-06-20qdev: Use appropriate getter/setters typeMarc-André Lureau
2017-06-20qapi: update the qobject visitor to use QNUM_U64Marc-André Lureau
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2017-06-05numa: make sure that all cpus have has_node_id set if numa is enabledIgor Mammedov
2017-05-29pc: ACPI BIOS: use highest NUMA node for hotplug mem hole SRAT entryLadi Prosek
2017-05-18Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi
2017-05-11pc: get numa node mapping from possible_cpus instead of numa_get_node_for_cpu()Igor Mammedov
2017-05-11numa: Allow setting NUMA distance for different NUMA nodesHe Chen
2017-05-10hw/acpi-defs: replace leading X with x_ in FADT field namesArd Biesheuvel
2017-05-03hw/i386: Build-time assertion on pc/q35 reset register being identical.Phil Dennis-Jordan
2017-05-03hw/i386: Use Rev3 FADT (ACPI 2.0) instead of Rev1 to improve guest OS support.Phil Dennis-Jordan
2017-03-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2017-03-02hw/pxb-pcie: fix PCI Express hotplug supportMarcel Apfelbaum
2017-03-02acpi: simplify _OSCMichael S. Tsirkin
2017-03-02ACPI: Add Virtual Machine Generation ID supportBen Warren
2017-03-01pc: pcihp: avoid adding ACPI_PCIHP_PROP_BSEL twiceIgor Mammedov
2017-01-23machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov
2017-01-18fw-cfg: support writeable blobsMichael S. Tsirkin