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