summaryrefslogtreecommitdiffstats
path: root/include/hw/acpi
Commit message (Expand)AuthorAgeFilesLines
* ich9: Remove enable_tco arguments from init functionsEduardo Habkost2019-11-291-1/+0
* include: Clean up includesPeter Maydell2019-11-294-6/+0
* bios-linker-loader: document+validate inputMichael S. Tsirkin2019-11-291-1/+1
* acpi: add function to extract oem_id and oem_table_id from the user's SLICLaszlo Ersek2019-11-291-0/+7
* acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek2019-11-291-1/+2
* acpi: take oem_id in build_header(), optionallyLaszlo Ersek2019-11-291-1/+1
* pc: acpi: move PIIX4 isa-bridge and pm devices into SSDTIgor Mammedov2019-11-291-0/+1
* pc: acpi: cpuhp: move \_GPE._E02() into SSDTIgor Mammedov2019-11-292-1/+1
* pc: acpi: cpuhp: move PRSC() method into SSDTIgor Mammedov2019-11-293-0/+4
* pc: acpi: cpuhp: move CPST() method into SSDTIgor Mammedov2019-11-291-0/+1
* pc: acpi: cpuhp: move CPMA() method into SSDTIgor Mammedov2019-11-291-0/+2
* pc: acpi: cpuhp: move CPEJ() method to SSDTIgor Mammedov2019-11-291-0/+5
* pc: acpi: memhp: drop not needed stringify(MEMORY_foo) usageIgor Mammedov2019-11-292-24/+24
* pc: acpi: memhp: move \_GPE._E03 into SSDTIgor Mammedov2019-11-292-2/+5
* pc: acpi: memhp: prepare context in SSDT for moving memhp DSDT codeIgor Mammedov2019-11-291-0/+4
* acpi: extend aml_and() to accept target argumentIgor Mammedov2019-11-291-1/+1
* acpi: extend aml_or() to accept target argumentIgor Mammedov2019-11-291-1/+1
* acpi add aml_dma()Igor Mammedov2019-11-291-0/+20
* acpi: add aml_to_buffer()Igor Mammedov2019-11-291-0/+1
* acpi: add aml_to_hexstring()Igor Mammedov2019-11-291-0/+1
* acpi: extend aml_field() to support LockRuleIgor Mammedov2019-11-291-1/+7
* acpi: add aml_lgreater()Igor Mammedov2019-11-291-0/+1
* acpi: add aml_lor()Igor Mammedov2019-11-291-0/+1
* acpi: add aml_sleep()Igor Mammedov2019-11-291-0/+1
* acpi: add aml_alias()Igor Mammedov2019-11-291-0/+1
* acpi: extend aml_shiftright() to accept target argumentIgor Mammedov2019-11-291-1/+1
* acpi: add aml_to_integer()Igor Mammedov2019-11-291-0/+1
* acpi: add aml_call0() helperIgor Mammedov2019-11-291-0/+1
* acpi: add aml_decrement() and aml_subtract()Igor Mammedov2019-11-291-0/+2
* acpi: extend aml_add() to accept target argumentIgor Mammedov2019-11-291-1/+1
* acpi: add aml_create_qword_field()Igor Mammedov2019-11-291-0/+1
* acpi: add aml_mutex(), aml_acquire(), aml_release()Xiao Guangrong2019-11-291-0/+3
* acpi: add aml_lgreater_equal()Igor Mammedov2019-11-291-0/+1
* acpi: add aml_sizeofXiao Guangrong2019-11-291-0/+1
* acpi: add aml_derefofXiao Guangrong2019-11-291-0/+1
* acpi: support specified oem table id for build_headerXiao Guangrong2019-11-291-1/+2
* ACPI: Add aml_gpio_int() wrapper for GPIO Interrupt ConnectionShannon Zhao2019-11-291-0/+7
* ACPI: Add GPIO Connection DescriptorShannon Zhao2019-11-291-0/+20
* acpi: extend aml_interrupt() to support multiple irqsIgor Mammedov2019-11-291-1/+1
* acpi: support serialized methodXiao Guangrong2019-11-291-1/+7
* hw/arm/virt: Add gic-version option to virt machinePavel Fedin2015-09-241-0/+9
* acpi: Remove unused definition.Richard W.M. Jones2015-09-101-1/+0
* ich9: add TCO interface emulationPaulo Alcantara2015-07-072-1/+89
* ich9: add smm_enabled field and argumentsPaolo Bonzini2015-07-061-1/+2
* hw/arm/virt-acpi-build: Add GICv2m description in ACPI MADT tableShannon Zhao2015-06-261-0/+12
* ACPI: Add definitions for the SPCR tableAndrew Jones2015-06-151-0/+32
* ich9: implement SMI_LOCKGerd Hoffmann2015-06-051-0/+1
* hw/acpi: acpi_pm1_cnt_init(): take "disable_s3" and "disable_s4"Laszlo Ersek2015-06-041-1/+2
* acpi: add acpi_send_gpe_event() to rise sci for hotplugZhu Guihua2015-06-033-3/+10
* acpi: add aml_while() termMarcel Apfelbaum2015-06-011-0/+1
OpenPOWER on IntegriCloud