summaryrefslogtreecommitdiffstats
path: root/hw/acpi
Commit message (Expand)AuthorAgeFilesLines
* hw/acpi/ich9: clean up stale comment about KVM not supporting SMMLaszlo Ersek2015-07-271-2/+1
* hw/acpi/ich9: clear smi_en on resetLaszlo Ersek2015-07-271-0/+1
* ich9: fix skipped vmstate_memhp_state subsectionPaulo Alcantara2015-07-201-3/+0
* ich9: implement strap SPKR pin logicPaulo Alcantara2015-07-081-1/+1
* ich9: add TCO interface emulationPaulo Alcantara2015-07-073-2/+321
* acpi: split out ICH ACPI supportMichael S. Tsirkin2015-07-071-1/+2
* ich9: add smm_enabled field and argumentsPaolo Bonzini2015-07-061-2/+3
* pc_piix: rename kvm_enabled to smm_enabledPaolo Bonzini2015-07-061-5/+5
* piix4/ich9: do not raise SMI on ACPI enable/disable commandsPaolo Bonzini2015-07-061-0/+3
* acpi: mark PMTIMER as unlockedPaolo Bonzini2015-07-011-0/+1
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-122-12/+8
* ich9: implement SMI_LOCKGerd Hoffmann2015-06-051-1/+3
* hw/acpi: piix4_pm_init(): take fw_cfg object no moreLaszlo Ersek2015-06-041-2/+1
* hw/acpi: move "etc/system-states" fw_cfg file from PIIX4 to coreLaszlo Ersek2015-06-042-8/+12
* hw/acpi: acpi_pm1_cnt_init(): take "disable_s3" and "disable_s4"Laszlo Ersek2015-06-043-3/+5
* acpi: add implementation of aml_while() termMarcel Apfelbaum2015-06-031-0/+8
* acpi: add acpi_send_gpe_event() to rise sci for hotplugZhu Guihua2015-06-034-11/+12
* hw/acpi/aml-build: Fix memory leakShannon Zhao2015-06-011-0/+1
* acpi: add aml_increment() termMarcel Apfelbaum2015-06-011-0/+8
* acpi: add aml_shiftright() termMarcel Apfelbaum2015-06-011-0/+10
* acpi: add aml_shiftleft() termMarcel Apfelbaum2015-06-011-0/+10
* acpi: add aml_index() termMarcel Apfelbaum2015-06-011-0/+10
* acpi: add aml_lless() termMarcel Apfelbaum2015-06-011-0/+9
* acpi: add aml_add() termMarcel Apfelbaum2015-06-011-0/+10
* acpi: Simplify printing to dynamic stringMarkus Armbruster2015-05-311-22/+5
* ACPI: split CONFIG_ACPI into 4 piecesShannon Zhao2015-05-291-2/+3
* hw/acpi/aml-build: Add Unicode macroShannon Zhao2015-05-291-0/+17
* hw/acpi/aml-build: Add aml_dword_io() termShannon Zhao2015-05-291-0/+18
* hw/acpi/aml-build: Add aml_create_dword_field() termShannon Zhao2015-05-291-0/+11
* hw/acpi/aml-build: Add aml_else() termShannon Zhao2015-05-291-0/+7
* hw/acpi/aml-build: Add aml_lnot() termShannon Zhao2015-05-291-0/+8
* hw/acpi/aml-build: Add aml_or() termShannon Zhao2015-05-291-0/+10
* hw/acpi/aml-build: Add ToUUID macroShannon Zhao2015-05-291-0/+53
* hw/acpi/aml-build: Make aml_buffer() definition consistent with the specShannon Zhao2015-05-291-2/+14
* hw/arm/virt-acpi-build: Generate RSDT tableShannon Zhao2015-05-291-0/+24
* hw/acpi/aml-build: Add aml_interrupt() termShannon Zhao2015-05-291-0/+27
* hw/acpi/aml-build: Add aml_memory32_fixed() termShannon Zhao2015-05-291-0/+28
* hw/acpi/aml-build: Make enum values to be upper case to match coding styleShannon Zhao2015-05-291-6/+6
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-05-114-15/+179
|\
| * qmp-event: add event notification for memory hot unplug errorZhu Guihua2015-04-271-1/+9
| * acpi: add hardware implementation for memory hot unplugZhu Guihua2015-04-271-1/+20
| * acpi: extend aml_field() to support UpdateRuleZhu Guihua2015-04-271-1/+3
| * acpi, mem-hotplug: add unplug cb for memory deviceTang Chen2015-04-273-4/+30
| * acpi, mem-hotplug: add unplug request cb for memory deviceTang Chen2015-04-273-3/+32
| * acpi, mem-hotplug: add acpi_memory_slot_status() to get MemStatusTang Chen2015-04-271-6/+28
| * hw/i386/acpi-build: move generic acpi building helpers into dedictated fileShannon Zhao2015-04-271-0/+58
* | range: remove useless inclusionsPaolo Bonzini2015-04-301-1/+0
* | Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi2015-04-281-1/+1
|/
* acpi: Add missing GCC_FMT_ATTR to local functionStefan Weil2015-03-251-1/+1
* acpi: specify format for build_append_namestringMichael S. Tsirkin2015-03-111-0/+1
OpenPOWER on IntegriCloud