Age | Commit message (Expand) | Author | Files | Lines |
2015-07-27 | hw/acpi/ich9: clean up stale comment about KVM not supporting SMM | Laszlo Ersek | 1 | -2/+1 |
2015-07-27 | hw/acpi/ich9: clear smi_en on reset | Laszlo Ersek | 1 | -0/+1 |
2015-07-20 | ich9: fix skipped vmstate_memhp_state subsection | Paulo Alcantara | 1 | -3/+0 |
2015-07-08 | ich9: implement strap SPKR pin logic | Paulo Alcantara | 1 | -1/+1 |
2015-07-07 | ich9: add TCO interface emulation | Paulo Alcantara | 3 | -2/+321 |
2015-07-07 | acpi: split out ICH ACPI support | Michael S. Tsirkin | 1 | -1/+2 |
2015-07-06 | ich9: add smm_enabled field and arguments | Paolo Bonzini | 1 | -2/+3 |
2015-07-06 | pc_piix: rename kvm_enabled to smm_enabled | Paolo Bonzini | 1 | -5/+5 |
2015-07-06 | piix4/ich9: do not raise SMI on ACPI enable/disable commands | Paolo Bonzini | 1 | -0/+3 |
2015-07-01 | acpi: mark PMTIMER as unlocked | Paolo Bonzini | 1 | -0/+1 |
2015-06-12 | migration: Use normal VMStateDescriptions for Subsections | Juan Quintela | 2 | -12/+8 |
2015-06-05 | ich9: implement SMI_LOCK | Gerd Hoffmann | 1 | -1/+3 |
2015-06-04 | hw/acpi: piix4_pm_init(): take fw_cfg object no more | Laszlo Ersek | 1 | -2/+1 |
2015-06-04 | hw/acpi: move "etc/system-states" fw_cfg file from PIIX4 to core | Laszlo Ersek | 2 | -8/+12 |
2015-06-04 | hw/acpi: acpi_pm1_cnt_init(): take "disable_s3" and "disable_s4" | Laszlo Ersek | 3 | -3/+5 |
2015-06-03 | acpi: add implementation of aml_while() term | Marcel Apfelbaum | 1 | -0/+8 |
2015-06-03 | acpi: add acpi_send_gpe_event() to rise sci for hotplug | Zhu Guihua | 4 | -11/+12 |
2015-06-01 | hw/acpi/aml-build: Fix memory leak | Shannon Zhao | 1 | -0/+1 |
2015-06-01 | acpi: add aml_increment() term | Marcel Apfelbaum | 1 | -0/+8 |
2015-06-01 | acpi: add aml_shiftright() term | Marcel Apfelbaum | 1 | -0/+10 |
2015-06-01 | acpi: add aml_shiftleft() term | Marcel Apfelbaum | 1 | -0/+10 |
2015-06-01 | acpi: add aml_index() term | Marcel Apfelbaum | 1 | -0/+10 |
2015-06-01 | acpi: add aml_lless() term | Marcel Apfelbaum | 1 | -0/+9 |
2015-06-01 | acpi: add aml_add() term | Marcel Apfelbaum | 1 | -0/+10 |
2015-05-31 | acpi: Simplify printing to dynamic string | Markus Armbruster | 1 | -22/+5 |
2015-05-29 | ACPI: split CONFIG_ACPI into 4 pieces | Shannon Zhao | 1 | -2/+3 |
2015-05-29 | hw/acpi/aml-build: Add Unicode macro | Shannon Zhao | 1 | -0/+17 |
2015-05-29 | hw/acpi/aml-build: Add aml_dword_io() term | Shannon Zhao | 1 | -0/+18 |
2015-05-29 | hw/acpi/aml-build: Add aml_create_dword_field() term | Shannon Zhao | 1 | -0/+11 |
2015-05-29 | hw/acpi/aml-build: Add aml_else() term | Shannon Zhao | 1 | -0/+7 |
2015-05-29 | hw/acpi/aml-build: Add aml_lnot() term | Shannon Zhao | 1 | -0/+8 |
2015-05-29 | hw/acpi/aml-build: Add aml_or() term | Shannon Zhao | 1 | -0/+10 |
2015-05-29 | hw/acpi/aml-build: Add ToUUID macro | Shannon Zhao | 1 | -0/+53 |
2015-05-29 | hw/acpi/aml-build: Make aml_buffer() definition consistent with the spec | Shannon Zhao | 1 | -2/+14 |
2015-05-29 | hw/arm/virt-acpi-build: Generate RSDT table | Shannon Zhao | 1 | -0/+24 |
2015-05-29 | hw/acpi/aml-build: Add aml_interrupt() term | Shannon Zhao | 1 | -0/+27 |
2015-05-29 | hw/acpi/aml-build: Add aml_memory32_fixed() term | Shannon Zhao | 1 | -0/+28 |
2015-05-29 | hw/acpi/aml-build: Make enum values to be upper case to match coding style | Shannon Zhao | 1 | -6/+6 |
2015-05-11 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 4 | -15/+179 |
2015-04-30 | range: remove useless inclusions | Paolo Bonzini | 1 | -1/+0 |
2015-04-28 | Convert (ffs(val) - 1) to ctz32(val) | Stefan Hajnoczi | 1 | -1/+1 |
2015-04-27 | qmp-event: add event notification for memory hot unplug error | Zhu Guihua | 1 | -1/+9 |
2015-04-27 | acpi: add hardware implementation for memory hot unplug | Zhu Guihua | 1 | -1/+20 |
2015-04-27 | acpi: extend aml_field() to support UpdateRule | Zhu Guihua | 1 | -1/+3 |
2015-04-27 | acpi, mem-hotplug: add unplug cb for memory device | Tang Chen | 3 | -4/+30 |
2015-04-27 | acpi, mem-hotplug: add unplug request cb for memory device | Tang Chen | 3 | -3/+32 |
2015-04-27 | acpi, mem-hotplug: add acpi_memory_slot_status() to get MemStatus | Tang Chen | 1 | -6/+28 |
2015-04-27 | hw/i386/acpi-build: move generic acpi building helpers into dedictated file | Shannon Zhao | 1 | -0/+58 |
2015-03-25 | acpi: Add missing GCC_FMT_ATTR to local function | Stefan Weil | 1 | -1/+1 |
2015-03-11 | acpi: specify format for build_append_namestring | Michael S. Tsirkin | 1 | -0/+1 |