aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/acpi-build.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-01TPM2 ACPI table supportStefan Berger1-4/+34
2015-05-31pc: acpi: fix pvpanic for buggy guestsRadim Krčmář1-1/+4
2015-05-29hw/arm/virt-acpi-build: Generate RSDT tableShannon Zhao1-24/+0
2015-05-29hw/acpi/aml-build: Make enum values to be upper case to match coding styleShannon Zhao1-29/+29
2015-05-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-85/+23
2015-04-30range: remove useless inclusionsPaolo Bonzini1-1/+0
2015-04-28acpi: add a missing backslash to the \_SB scope.Gal Hammer1-1/+1
2015-04-27acpi: add hardware implementation for memory hot unplugZhu Guihua1-0/+12
2015-04-27acpi: fix "Memory device control fields" registerZhu Guihua1-1/+1
2015-04-27acpi: extend aml_field() to support UpdateRuleZhu Guihua1-5/+8
2015-04-27hw/i386/acpi-build: move generic acpi building helpers into dedictated fileShannon Zhao1-77/+0
2015-04-27hw/i386: Move ACPI header definitions in an arch-independent locationShannon Zhao1-1/+1
2015-04-27acpi-build: close } in commentMichael S. Tsirkin1-1/+1
2015-04-27acpi-build: remove dependency from ram_addr.hPaolo Bonzini1-18/+18
2015-04-01pc: acpi: fix pvpanic regressionIgor Mammedov1-1/+1
2015-03-08acpi: drop unused codeMichael S. Tsirkin1-12/+0
2015-03-08acpi-build: fix typo in commentMichael S. Tsirkin1-1/+1
2015-03-01pc: acpi-build: drop template patching and create PCI bus tree dynamicallyIgor Mammedov1-155/+80
2015-03-01pc: acpi-build: simplify PCI bus tree generationIgor Mammedov1-189/+85
2015-03-01pc: acpi-build: drop template patching and create Device(SMC) dynamicallyIgor Mammedov1-7/+22
2015-03-01pc: export applesmc IO port/lenIgor Mammedov1-1/+1
2015-03-01pc: acpi-build: drop remaining ssdt_misc templateIgor Mammedov1-5/+2
2015-03-01pc: acpi: drop manual hole punching for GPE0 resourcesIgor Mammedov1-15/+17
2015-03-01pc: acpi: drop manual hole punching for CPU hotplug resourcesIgor Mammedov1-5/+1
2015-03-01pc: acpi: drop manual hole punching for PCI hotplug resourcesIgor Mammedov1-5/+1
2015-03-01pc: acpi-build: create PCI0._CRS dynamicallyIgor Mammedov1-36/+52
2015-02-26pc: acpi-build: reserve PCIHP MMIO resourcesIgor Mammedov1-0/+27
2015-02-26pc: acpi-build: create memory hotplug IO region dynamicallyIgor Mammedov1-3/+54
2015-02-26pc: acpi-build: drop template patching and memory hotplug objects dynamicallyIgor Mammedov1-66/+46
2015-02-26pc: acpi-build: create CPU hotplug IO region dynamicallyIgor Mammedov1-0/+27
2015-02-26pc: acpi-build: drop template patching and CPU hotplug objects dynamicallyIgor Mammedov1-47/+41
2015-02-26pc: acpi-build: generate pvpanic device description dynamicallyIgor Mammedov1-4/+32
2015-02-26pc: acpi-build: generate _S[345] packages dynamicallyIgor Mammedov1-10/+30
2015-02-26acpi: add aml_int() termIgor Mammedov1-6/+6
2015-02-26pc: acpi-build: use aml_scope() for \_SB scopeIgor Mammedov1-20/+19
2015-02-26pc: acpi: use local var for accessing ACPI tables blob in acpi_build()Igor Mammedov1-34/+35
2015-02-26acpi-build: skip hotplugged bridgesMichael S. Tsirkin1-2/+6
2015-02-26acpi-build: simplify rsdp management for legacyMichael S. Tsirkin1-4/+6
2015-02-26acpi: has_immutable_rsdp->!rsdp_in_ramMichael S. Tsirkin1-1/+1
2015-02-26acpi-build: fix ACPI RAM managementMichael S. Tsirkin1-20/+23
2015-02-26pc: acpi-build: migrate RSDP tableIgor Mammedov1-9/+15
2015-02-26pc: acpi-build: update linker on guest accessIgor Mammedov1-1/+7
2015-02-26acpi: update RSDP on guest accessMichael S. Tsirkin1-6/+9
2015-02-26acpi: drop min-bytes in build_package()Igor Mammedov1-7/+6
2015-02-26acpi: add build_append_namestring() helperIgor Mammedov1-20/+17
2015-02-26acpi: move generic aml building helpers into dedictated fileIgor Mammedov1-160/+2
2015-02-26acpi-build: fix memory leak with bridge hp offMichael S. Tsirkin1-0/+3
2015-01-27bios-linker-loader: move header to common locationMichael S. Tsirkin1-1/+1
2015-01-27acpi: build_append_nameseg(): add padding if necessaryIgor Mammedov1-5/+10
2015-01-08acpi-build: make ROMs RAM blocks resizeableMichael S. Tsirkin1-5/+14