aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/acpi-build.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-7/+120
2019-11-05hw/pci-host/piix: Move RCR_IOPORT register definitionPhilippe Mathieu-Daudé1-1/+1
2019-11-05piix4: Add a MC146818 RTC Controller as specified in datasheetPhilippe Mathieu-Daudé1-2/+1
2019-11-05hw/i386: AMD-Vi IVRS DMA alias supportAlex Williamson1-7/+120
2019-10-26Merge commit 'df84f17' into HEADPaolo Bonzini1-12/+17
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé1-1/+1
2019-10-22hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini1-12/+17
2019-10-05hw/acpi: Make ACPI IO address space configurableShameer Kolothum1-1/+6
2019-09-20pc: Add an SMB0 ACPI device to q35Corey Minyard1-0/+15
2019-09-20ipmi: Fix SSIF ACPI handling to use the right CRSCorey Minyard1-1/+1
2019-09-03numa: move numa global variable have_numa_distance into MachineStateTao Xu1-1/+1
2019-09-03numa: move numa global variable nb_numa_nodes into MachineStateTao Xu1-1/+1
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-07-25i386/acpi: show PCI Express bus on pxb-pcie expandersEvgeny Yakovlev1-1/+4
2019-07-25i386/acpi: fix gint overflow in crs_range_compareEvgeny Yakovlev1-3/+9
2019-07-05hw/i386: Replace global smp variables with machine smp propertiesLike Xu1-4/+7
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu1-1/+1
2019-06-16q35: fix mmconfig and PCI0._CRSGerd Hoffmann1-0/+14
2019-06-16hw/acpi: extract acpi_add_rom_blob()Wei Yang1-16/+10
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-05-29hw/acpi: Consolidate build_mcfg to pci.cWei Yang1-17/+1
2019-05-20hw/arm/virt-acpi-build: pass AcpiMcfgInfo to build_mcfg()Wei Yang1-5/+1
2019-05-20i386, acpi: remove mcfg_ prefix in AcpiMcfgInfo membersWei Yang1-7/+7
2019-05-20q35: acpi: do not create dummy MCFG tableIgor Mammedov1-14/+4
2019-05-17hw/i386/acpi: Assert a pointer is not null BEFORE using itPhilippe Mathieu-Daudé1-1/+1
2019-05-17hw/i386/acpi: Add object_resolve_type_unambiguous to improve modularityPhilippe Mathieu-Daudé1-4/+16
2019-03-11machine: Move nvdimms state into struct MachineStateEric Auger1-3/+3
2019-02-05i386, acpi: cleanup build_facs by removing second unused argumentWei Yang1-2/+2
2019-02-05acpi: Make TPM 2.0 with TIS available as MSFT0101Stefan Berger1-2/+10
2019-01-30typo: apci->acpiDr. David Alan Gilbert1-1/+1
2019-01-17acpi: build TPM Physical Presence interfaceStefan Berger1-3/+9
2019-01-17acpi: expose TPM/PPI configuration parameters to firmware via fw_cfgStefan Berger1-0/+19
2018-12-20x86-iommu: switch intr_supported to OnOffAuto typePeter Xu1-3/+3
2018-12-19hw: acpi: Export and share the ARM RSDP buildSamuel Ortiz1-30/+19
2018-12-19hw: i386: Use correct RSDT length for checksumIgor Mammedov1-1/+6
2018-12-19hw: acpi: The RSDP build API can return voidSamuel Ortiz1-3/+1
2018-11-05x86_iommu/amd: Enable Guest virtual APIC supportSingh, Brijesh1-1/+2
2018-11-05i386: acpi: add IVHD device entry for IOAPICSingh, Brijesh1-1/+27
2018-09-07pc: acpi: revert back to 1 SRAT entry for hotpluggable areaIgor Mammedov1-61/+12
2018-08-03pc: acpi: fix memory hotplug regression by reducing stub SRAT entry sizeIgor Mammedov1-9/+10
2018-08-03hw/acpi-build: Add a check for memory-less NUMA nodesDou Liyang1-3/+6
2018-07-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+1
2018-07-02hw/i386: Use the IEC binary prefix definitionsPaolo Bonzini1-2/+2
2018-06-26hw/i386: Fix IVHD entry length for AMD IOMMUJan Kiszka1-1/+1
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