summaryrefslogtreecommitdiffstats
path: root/hw/i386/acpi-build.c
Commit message (Expand)AuthorAgeFilesLines
* x86: move more x86-generic functions out of PC filesPaolo Bonzini2019-12-171-0/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-11-071-7/+120
|\
| * hw/i386: AMD-Vi IVRS DMA alias supportAlex Williamson2019-11-051-7/+120
* | hw/pci-host/piix: Move RCR_IOPORT register definitionPhilippe Mathieu-Daudé2019-11-051-1/+1
* | piix4: Add a MC146818 RTC Controller as specified in datasheetPhilippe Mathieu-Daudé2019-11-051-2/+1Star
|/
* Merge commit 'df84f17' into HEADPaolo Bonzini2019-10-261-12/+17
|\
| * hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini2019-10-221-12/+17
* | hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-1/+1
|/
* hw/acpi: Make ACPI IO address space configurableShameer Kolothum2019-10-051-1/+6
* pc: Add an SMB0 ACPI device to q35Corey Minyard2019-09-201-0/+15
* ipmi: Fix SSIF ACPI handling to use the right CRSCorey Minyard2019-09-201-1/+1
* numa: move numa global variable have_numa_distance into MachineStateTao Xu2019-09-031-1/+1
* numa: move numa global variable nb_numa_nodes into MachineStateTao Xu2019-09-031-1/+1
* hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-211-1/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* i386/acpi: show PCI Express bus on pxb-pcie expandersEvgeny Yakovlev2019-07-251-1/+4
* i386/acpi: fix gint overflow in crs_range_compareEvgeny Yakovlev2019-07-251-3/+9
* hw/i386: Replace global smp variables with machine smp propertiesLike Xu2019-07-051-4/+7
* machine: Refactor smp-related call chains to pass MachineStateLike Xu2019-07-051-1/+1
* q35: fix mmconfig and PCI0._CRSGerd Hoffmann2019-06-161-0/+14
* hw/acpi: extract acpi_add_rom_blob()Wei Yang2019-06-161-16/+10Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* hw/acpi: Consolidate build_mcfg to pci.cWei Yang2019-05-301-17/+1Star
* hw/arm/virt-acpi-build: pass AcpiMcfgInfo to build_mcfg()Wei Yang2019-05-211-5/+1Star
* i386, acpi: remove mcfg_ prefix in AcpiMcfgInfo membersWei Yang2019-05-211-7/+7
* q35: acpi: do not create dummy MCFG tableIgor Mammedov2019-05-211-14/+4Star
* hw/i386/acpi: Assert a pointer is not null BEFORE using itPhilippe Mathieu-Daudé2019-05-171-1/+1
* hw/i386/acpi: Add object_resolve_type_unambiguous to improve modularityPhilippe Mathieu-Daudé2019-05-171-4/+16
* machine: Move nvdimms state into struct MachineStateEric Auger2019-03-111-3/+3
* i386, acpi: cleanup build_facs by removing second unused argumentWei Yang2019-02-051-2/+2
* acpi: Make TPM 2.0 with TIS available as MSFT0101Stefan Berger2019-02-051-2/+10
* typo: apci->acpiDr. David Alan Gilbert2019-01-301-1/+1
* acpi: build TPM Physical Presence interfaceStefan Berger2019-01-181-3/+9
* acpi: expose TPM/PPI configuration parameters to firmware via fw_cfgStefan Berger2019-01-181-0/+19
* x86-iommu: switch intr_supported to OnOffAuto typePeter Xu2018-12-201-3/+3
* hw: acpi: Export and share the ARM RSDP buildSamuel Ortiz2018-12-191-30/+19Star
* hw: i386: Use correct RSDT length for checksumIgor Mammedov2018-12-191-1/+6
* hw: acpi: The RSDP build API can return voidSamuel Ortiz2018-12-191-3/+1Star
* x86_iommu/amd: Enable Guest virtual APIC supportSingh, Brijesh2018-11-051-1/+2
* i386: acpi: add IVHD device entry for IOAPICSingh, Brijesh2018-11-051-1/+27
* pc: acpi: revert back to 1 SRAT entry for hotpluggable areaIgor Mammedov2018-09-071-61/+12Star
* pc: acpi: fix memory hotplug regression by reducing stub SRAT entry sizeIgor Mammedov2018-08-031-9/+10
* hw/acpi-build: Add a check for memory-less NUMA nodesDou Liyang2018-08-031-3/+6
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-07-031-1/+1
|\
| * hw/i386: Fix IVHD entry length for AMD IOMMUJan Kiszka2018-06-261-1/+1
* | hw/i386: Use the IEC binary prefix definitionsPaolo Bonzini2018-07-021-2/+2
|/
* pc: rename "hotplug memory" terminology to "device memory"David Hildenbrand2018-05-071-1/+1
* machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand2018-05-071-1/+1
* pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand2018-05-071-1/+2