aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/acpi-build.c
AgeCommit message (Expand)Author
2016-01-09pc: acpi: cpuhp: move CPMA() method into SSDTIgor Mammedov
2016-01-09pc: acpi: cpuhp: move CPEJ() method to SSDTIgor Mammedov
2016-01-09pc: acpi: memhp: drop not needed stringify(MEMORY_foo) usageIgor Mammedov
2016-01-09pc: acpi: memhp: move \_GPE._E03 into SSDTIgor Mammedov
2016-01-09pc: acpi: factor out memhp code from build_ssdt() into separate functionIgor Mammedov
2016-01-08pc: acpi: memhp: prepare context in SSDT for moving memhp DSDT codeIgor Mammedov
2016-01-08hw/i386: fill in the CENTURY field of the FADT (FACP) ACPI tableLaszlo Ersek
2015-12-22acpi: extend aml_and() to accept target argumentIgor Mammedov
2015-12-22acpi: extend aml_or() to accept target argumentIgor Mammedov
2015-12-22acpi: extend aml_field() to support LockRuleIgor Mammedov
2015-12-22acpi: extend aml_shiftright() to accept target argumentIgor Mammedov
2015-12-22acpi: extend aml_add() to accept target argumentIgor Mammedov
2015-12-22nvdimm acpi: build ACPI NFIT tableXiao Guangrong
2015-12-22acpi: support specified oem table id for build_headerXiao Guangrong
2015-12-22hw/i386: extend pxb query for all PC machinesMarcel Apfelbaum
2015-12-22hw/acpi: merge pxb adjacent memory/IO rangesMarcel Apfelbaum
2015-12-17acpi: support serialized methodXiao Guangrong
2015-12-15fw_cfg: remove offset argument from callback prototypeGabriel L. Somlo
2015-08-13acpi: avoid potential uninitialized access to cpu_hp_io_baseDaniel P. Berrange
2015-07-27acpi: fix pvpanic device is not shown in uiGal Hammer
2015-07-03pc,pc-dimm: Extract hotplug related fields in PCMachineState to a structureBharata B Rao
2015-06-23pc: cleanup and convert TMP ACPI device description to AML APIIgor Mammedov
2015-06-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-06-11i386/acpi-build: fix PXB workarounds for unsupported BIOSesLaszlo Ersek
2015-06-11i386/acpi-build: more traditional _UID and _HID for PXB root busesLaszlo Ersek
2015-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-06-03apci: fix PXB behaviour if used with unsupported BIOSMarcel Apfelbaum
2015-06-03hw/pxb: add numa_node parameterMarcel Apfelbaum
2015-06-03hw/acpi: remove from root bus 0 the crs resources used by other buses.Marcel Apfelbaum
2015-06-03hw/acpi: add _CRS method for extra root bussesMarcel Apfelbaum
2015-06-03hw/apci: add _PRT method for extra PCI root bussesMarcel Apfelbaum
2015-06-03hw/acpi: add support for i440fx 'snooping' root bussesMarcel Apfelbaum
2015-06-03hw/i386: query only for q35/pc when looking for pci host bridgeMarcel Apfelbaum
2015-06-03hw/i386/acpi-build: decref after useShannon Zhao
2015-06-01TPM2 ACPI table supportStefan Berger
2015-05-31pc: acpi: fix pvpanic for buggy guestsRadim Krčmář
2015-05-29hw/arm/virt-acpi-build: Generate RSDT tableShannon Zhao
2015-05-29hw/acpi/aml-build: Make enum values to be upper case to match coding styleShannon Zhao
2015-05-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-04-30range: remove useless inclusionsPaolo Bonzini
2015-04-28acpi: add a missing backslash to the \_SB scope.Gal Hammer
2015-04-27acpi: add hardware implementation for memory hot unplugZhu Guihua
2015-04-27acpi: fix "Memory device control fields" registerZhu Guihua
2015-04-27acpi: extend aml_field() to support UpdateRuleZhu Guihua
2015-04-27hw/i386/acpi-build: move generic acpi building helpers into dedictated fileShannon Zhao
2015-04-27hw/i386: Move ACPI header definitions in an arch-independent locationShannon Zhao
2015-04-27acpi-build: close } in commentMichael S. Tsirkin
2015-04-27acpi-build: remove dependency from ram_addr.hPaolo Bonzini
2015-04-01pc: acpi: fix pvpanic regressionIgor Mammedov
2015-03-08acpi: drop unused codeMichael S. Tsirkin