summary refs log tree commit diff stats
path: root/hw/i386/acpi-build.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* pc: acpi: q35: move PRTP routing table into SSDTIgor Mammedov2016-01-091-0/+2
* pc: acpi: q35: move PRTA routing table into SSDTIgor Mammedov2016-01-091-0/+61
* pc: acpi: q35: move _PRT() into SSDTIgor Mammedov2016-01-091-0/+21
* pc: acpi: q35: move ISA bridge into SSDTIgor Mammedov2016-01-091-0/+54
* pc: acpi: q35: move IQST() into SSDTIgor Mammedov2016-01-091-11/+15
* pc: acpi: q35: move IQCR() into SSDTIgor Mammedov2016-01-091-18/+33
* pc: acpi: q35: move link devices to SSDTIgor Mammedov2016-01-091-0/+9
* pc: acpi: q35: move GSI links to SSDTIgor Mammedov2016-01-091-0/+47
* pc: acpi: piix4: acpi move PCI0 device to SSDTIgor Mammedov2016-01-091-0/+8
* pc: acpi: piix4: move remaining PCI hotplug bits into SSDTIgor Mammedov2016-01-091-0/+43
* pc: acpi: piix4: move PCI0._PRT() into SSDTIgor Mammedov2016-01-091-8/+47
* pc: acpi: piix4: move IQST() into SSDTIgor Mammedov2016-01-091-0/+10
* pc: acpi: piix4: move IQCR() into SSDTIgor Mammedov2016-01-091-0/+20
* pc: acpi: pci: move link devices into SSDTIgor Mammedov2016-01-091-0/+77
* pc: acpi: move remaining GPE handlers into SSDTIgor Mammedov2016-01-091-1/+29
* pc: acpi: move PIIX4 isa-bridge and pm devices into SSDTIgor Mammedov2016-01-091-2/+75
* pc: acpi: move COM devices from DSDT to SSDTIgor Mammedov2016-01-091-0/+48
* pc: acpi: move LPT device from DSDT to SSDTIgor Mammedov2016-01-091-0/+36
* pc: acpi: move FDC0 device from DSDT to SSDTIgor Mammedov2016-01-091-0/+40
* pc: acpi: move MOU device from DSDT to SSDTIgor Mammedov2016-01-091-0/+21
* pc: acpi: move KBD device from DSDT to SSDTIgor Mammedov2016-01-091-0/+22
* pc: acpi: move RTC device from DSDT to SSDTIgor Mammedov2016-01-091-0/+26
* pc: acpi: move DBUG() from DSDT to SSDTIgor Mammedov2016-01-091-0/+36
* pc: acpi: move HPET from DSDT to SSDTIgor Mammedov2016-01-091-0/+53
* pc: acpi: factor out cpu hotplug code from build_ssdt() into separate functionIgor Mammedov2016-01-091-80/+94
* pc: acpi: cpuhp: move \_GPE._E02() into SSDTIgor Mammedov2016-01-091-3/+9
* pc: acpi: cpuhp: move PRSC() method into SSDTIgor Mammedov2016-01-091-1/+1
* pc: acpi: cpuhp: move CPST() method into SSDTIgor Mammedov2016-01-091-1/+2
* pc: acpi: cpuhp: move CPMA() method into SSDTIgor Mammedov2016-01-091-2/+3
* pc: acpi: cpuhp: move CPEJ() method to SSDTIgor Mammedov2016-01-091-1/+2
* pc: acpi: memhp: drop not needed stringify(MEMORY_foo) usageIgor Mammedov2016-01-091-26/+26
* pc: acpi: memhp: move \_GPE._E03 into SSDTIgor Mammedov2016-01-091-0/+6
* pc: acpi: factor out memhp code from build_ssdt() into separate functionIgor Mammedov2016-01-091-113/+126
* pc: acpi: memhp: prepare context in SSDT for moving memhp DSDT codeIgor Mammedov2016-01-081-0/+3
* hw/i386: fill in the CENTURY field of the FADT (FACP) ACPI tableLaszlo Ersek2016-01-081-0/+2
* acpi: extend aml_and() to accept target argumentIgor Mammedov2015-12-221-3/+5
* acpi: extend aml_or() to accept target argumentIgor Mammedov2015-12-221-1/+2
* acpi: extend aml_field() to support LockRuleIgor Mammedov2015-12-221-5/+5
* acpi: extend aml_shiftright() to accept target argumentIgor Mammedov2015-12-221-1/+1
* acpi: extend aml_add() to accept target argumentIgor Mammedov2015-12-221-1/+1
* nvdimm acpi: build ACPI NFIT tableXiao Guangrong2015-12-221-0/+12
* acpi: support specified oem table id for build_headerXiao Guangrong2015-12-221-10/+10
* hw/i386: extend pxb query for all PC machinesMarcel Apfelbaum2015-12-221-2/+1
* hw/acpi: merge pxb adjacent memory/IO rangesMarcel Apfelbaum2015-12-221-49/+74
* acpi: support serialized methodXiao Guangrong2015-12-171-20/+21
* fw_cfg: remove offset argument from callback prototypeGabriel L. Somlo2015-12-151-1/+1
* acpi: avoid potential uninitialized access to cpu_hp_io_baseDaniel P. Berrange2015-08-131-0/+1
* acpi: fix pvpanic device is not shown in uiGal Hammer2015-07-271-2/+2
* pc,pc-dimm: Extract hotplug related fields in PCMachineState to a structureBharata B Rao2015-07-031-1/+1
* pc: cleanup and convert TMP ACPI device description to AML APIIgor Mammedov2015-06-231-25/+15