summaryrefslogtreecommitdiff
path: root/include/hw/acpi
AgeCommit message (Expand)AuthorFilesLines
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell2-2/+0
2016-06-07acpi: make bios_linker_loader_add_checksum() API offset basedIgor Mammedov1-2/+2
2016-06-07acpi: make bios_linker_loader_add_pointer() API offset basedIgor Mammedov1-2/+3
2016-06-07acpi: cleanup bios_linker_loader_cleanup()Igor Mammedov1-1/+1
2016-06-07acpi: simplify bios_linker API by removing redundant 'table' argumentIgor Mammedov1-3/+4
2016-06-07acpi: convert linker from GArray to BIOSLinker structureIgor Mammedov2-8/+13
2016-06-07pc: use AcpiDeviceIfClass.send_event to issue GPE eventsIgor Mammedov4-9/+12
2016-06-07acpi: extend ACPI interface to provide send_event hookIgor Mammedov2-8/+13
2016-06-07pc: acpi: simplify build_legacy_cpu_hotplug_aml() signatureIgor Mammedov1-1/+1
2016-06-07pc: acpi: mark current CPU hotplug functions as legacyIgor Mammedov1-6/+6
2016-06-07pc: acpi: cpu-hotplug: make AML CPU_foo defines local to cpu_hotplug_acpi_tab...Igor Mammedov1-7/+0
2016-06-07pc: acpi: consolidate CPU hotplug AMLIgor Mammedov1-1/+2
2016-06-07acpi: add aml_refof()Igor Mammedov1-0/+1
2016-06-07acpi: add aml_debug()Igor Mammedov1-0/+1
2016-05-19qemu-common: stop including qemu/host-utils.h from qemu-common.hPaolo Bonzini1-7/+0
2016-05-12ACPI: move acpi_build_srat_memory to common placeShannon Zhao1-0/+10
2016-05-12ACPI: Fix the definition of proximity in AcpiSratMemoryAffinityShannon Zhao1-1/+1
2016-05-12ACPI: Add GICC Affinity StructureShannon Zhao1-1/+14
2016-04-07acpi: Add missing GCC_FMT_ATTRStefan Weil1-1/+2
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-1/+1
2016-03-22Clean up includes some moreMarkus Armbruster1-1/+0
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster3-4/+0
2016-03-11acpi: add build_append_named_dword, returning an offset in bufferMichael S. Tsirkin1-0/+3
2016-03-11acpi: allow using object as offset for OperationRegionXiao Guangrong1-1/+1
2016-03-11acpi: add aml_concatenate()Xiao Guangrong1-0/+1
2016-03-11acpi: add aml_create_field()Xiao Guangrong1-0/+2
2016-02-25Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-2/+1
2016-02-25ich9: Remove enable_tco arguments from init functionsEduardo Habkost1-1/+0
2016-02-23include: Clean up includesPeter Maydell4-6/+0
2016-02-23bios-linker-loader: document+validate inputMichael S. Tsirkin1-1/+1
2016-02-06acpi: add function to extract oem_id and oem_table_id from the user's SLICLaszlo Ersek1-0/+7
2016-02-06acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek1-1/+2
2016-02-06acpi: take oem_id in build_header(), optionallyLaszlo Ersek1-1/+1
2016-01-09pc: acpi: move PIIX4 isa-bridge and pm devices into SSDTIgor Mammedov1-0/+1
2016-01-09pc: acpi: cpuhp: move \_GPE._E02() into SSDTIgor Mammedov2-1/+1
2016-01-09pc: acpi: cpuhp: move PRSC() method into SSDTIgor Mammedov3-0/+4
2016-01-09pc: acpi: cpuhp: move CPST() method into SSDTIgor Mammedov1-0/+1
2016-01-09pc: acpi: cpuhp: move CPMA() method into SSDTIgor Mammedov1-0/+2
2016-01-09pc: acpi: cpuhp: move CPEJ() method to SSDTIgor Mammedov1-0/+5
2016-01-09pc: acpi: memhp: drop not needed stringify(MEMORY_foo) usageIgor Mammedov2-24/+24
2016-01-09pc: acpi: memhp: move \_GPE._E03 into SSDTIgor Mammedov2-2/+5
2016-01-08pc: acpi: memhp: prepare context in SSDT for moving memhp DSDT codeIgor Mammedov1-0/+4
2015-12-22acpi: extend aml_and() to accept target argumentIgor Mammedov1-1/+1
2015-12-22acpi: extend aml_or() to accept target argumentIgor Mammedov1-1/+1
2015-12-22acpi add aml_dma()Igor Mammedov1-0/+20
2015-12-22acpi: add aml_to_buffer()Igor Mammedov1-0/+1
2015-12-22acpi: add aml_to_hexstring()Igor Mammedov1-0/+1
2015-12-22acpi: extend aml_field() to support LockRuleIgor Mammedov1-1/+7
2015-12-22acpi: add aml_lgreater()Igor Mammedov1-0/+1
2015-12-22acpi: add aml_lor()Igor Mammedov1-0/+1