summaryrefslogtreecommitdiffstats
path: root/hw/i386/acpi-build.c
Commit message (Expand)AuthorAgeFilesLines
* acpi: avoid potential uninitialized access to cpu_hp_io_baseDaniel P. Berrange2015-08-131-0/+1
* acpi: fix pvpanic device is not shown in uiGal Hammer2015-07-271-2/+2
* pc,pc-dimm: Extract hotplug related fields in PCMachineState to a structureBharata B Rao2015-07-031-1/+1
* pc: cleanup and convert TMP ACPI device description to AML APIIgor Mammedov2015-06-231-25/+15
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-06-111-7/+6
|\
| * i386/acpi-build: fix PXB workarounds for unsupported BIOSesLaszlo Ersek2015-06-111-4/+4
| * i386/acpi-build: more traditional _UID and _HID for PXB root busesLaszlo Ersek2015-06-111-3/+2
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-06-041-19/+377
|\ \ | |/
| * apci: fix PXB behaviour if used with unsupported BIOSMarcel Apfelbaum2015-06-031-29/+58
| * hw/pxb: add numa_node parameterMarcel Apfelbaum2015-06-031-0/+6
| * hw/acpi: remove from root bus 0 the crs resources used by other buses.Marcel Apfelbaum2015-06-031-27/+91
| * hw/acpi: add _CRS method for extra root bussesMarcel Apfelbaum2015-06-031-0/+139
| * hw/apci: add _PRT method for extra PCI root bussesMarcel Apfelbaum2015-06-031-0/+81
| * hw/acpi: add support for i440fx 'snooping' root bussesMarcel Apfelbaum2015-06-031-0/+23
| * hw/i386: query only for q35/pc when looking for pci host bridgeMarcel Apfelbaum2015-06-031-9/+25
* | hw/i386/acpi-build: decref after useShannon Zhao2015-06-031-0/+1
|/
* TPM2 ACPI table supportStefan Berger2015-06-011-4/+34
* pc: acpi: fix pvpanic for buggy guestsRadim Krčmář2015-05-311-1/+4
* hw/arm/virt-acpi-build: Generate RSDT tableShannon Zhao2015-05-291-24/+0
* hw/acpi/aml-build: Make enum values to be upper case to match coding styleShannon Zhao2015-05-291-29/+29
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-05-111-85/+23
|\
| * acpi: add a missing backslash to the \_SB scope.Gal Hammer2015-04-281-1/+1
| * acpi: add hardware implementation for memory hot unplugZhu Guihua2015-04-271-0/+12
| * acpi: fix "Memory device control fields" registerZhu Guihua2015-04-271-1/+1
| * acpi: extend aml_field() to support UpdateRuleZhu Guihua2015-04-271-5/+8
| * hw/i386/acpi-build: move generic acpi building helpers into dedictated fileShannon Zhao2015-04-271-77/+0
| * hw/i386: Move ACPI header definitions in an arch-independent locationShannon Zhao2015-04-271-1/+1
| * acpi-build: close } in commentMichael S. Tsirkin2015-04-271-1/+1
* | range: remove useless inclusionsPaolo Bonzini2015-04-301-1/+0
* | acpi-build: remove dependency from ram_addr.hPaolo Bonzini2015-04-271-18/+18
|/
* pc: acpi: fix pvpanic regressionIgor Mammedov2015-04-011-1/+1
* acpi: drop unused codeMichael S. Tsirkin2015-03-081-12/+0
* acpi-build: fix typo in commentMichael S. Tsirkin2015-03-081-1/+1
* pc: acpi-build: drop template patching and create PCI bus tree dynamicallyIgor Mammedov2015-03-011-155/+80
* pc: acpi-build: simplify PCI bus tree generationIgor Mammedov2015-03-011-189/+85
* pc: acpi-build: drop template patching and create Device(SMC) dynamicallyIgor Mammedov2015-03-011-7/+22
* pc: export applesmc IO port/lenIgor Mammedov2015-03-011-1/+1
* pc: acpi-build: drop remaining ssdt_misc templateIgor Mammedov2015-03-011-5/+2
* pc: acpi: drop manual hole punching for GPE0 resourcesIgor Mammedov2015-03-011-15/+17
* pc: acpi: drop manual hole punching for CPU hotplug resourcesIgor Mammedov2015-03-011-5/+1
* pc: acpi: drop manual hole punching for PCI hotplug resourcesIgor Mammedov2015-03-011-5/+1
* pc: acpi-build: create PCI0._CRS dynamicallyIgor Mammedov2015-03-011-36/+52
* pc: acpi-build: reserve PCIHP MMIO resourcesIgor Mammedov2015-02-261-0/+27
* pc: acpi-build: create memory hotplug IO region dynamicallyIgor Mammedov2015-02-261-3/+54
* pc: acpi-build: drop template patching and memory hotplug objects dynamicallyIgor Mammedov2015-02-261-66/+46
* pc: acpi-build: create CPU hotplug IO region dynamicallyIgor Mammedov2015-02-261-0/+27
* pc: acpi-build: drop template patching and CPU hotplug objects dynamicallyIgor Mammedov2015-02-261-47/+41
* pc: acpi-build: generate pvpanic device description dynamicallyIgor Mammedov2015-02-261-4/+32
* pc: acpi-build: generate _S[345] packages dynamicallyIgor Mammedov2015-02-261-10/+30
* acpi: add aml_int() termIgor Mammedov2015-02-261-6/+6
OpenPOWER on IntegriCloud