aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2016-01-09pc: acpi: piix4: move IQCR() into SSDTIgor Mammedov2-11/+20
2016-01-09pc: acpi: pci: move link devices into SSDTIgor Mammedov2-44/+82
2016-01-09pc: acpi: move remaining GPE handlers into SSDTIgor Mammedov3-77/+29
2016-01-09pc: acpi: move PIIX4 isa-bridge and pm devices into SSDTIgor Mammedov2-49/+80
2016-01-09pc: acpi: move COM devices from DSDT to SSDTIgor Mammedov4-58/+48
2016-01-09pc: acpi: move LPT device from DSDT to SSDTIgor Mammedov2-16/+36
2016-01-09pc: acpi: move FDC0 device from DSDT to SSDTIgor Mammedov2-18/+40
2016-01-09pc: acpi: move MOU device from DSDT to SSDTIgor Mammedov2-10/+21
2016-01-09pc: acpi: move KBD device from DSDT to SSDTIgor Mammedov2-12/+22
2016-01-09pc: acpi: move RTC device from DSDT to SSDTIgor Mammedov2-9/+26
2016-01-09pc: acpi: move DBUG() from DSDT to SSDTIgor Mammedov4-45/+36
2016-01-09pc: acpi: move HPET from DSDT to SSDTIgor Mammedov4-53/+53
2016-01-09pc: acpi: factor out cpu hotplug code from build_ssdt() into separate functionIgor Mammedov1-80/+94
2016-01-09pc: acpi: cpuhp: move \_GPE._E02() into SSDTIgor Mammedov4-44/+9
2016-01-09pc: acpi: cpuhp: move PRSC() method into SSDTIgor Mammedov4-41/+4
2016-01-09pc: acpi: cpuhp: move CPST() method into SSDTIgor Mammedov2-13/+2
2016-01-09pc: acpi: cpuhp: move CPMA() method into SSDTIgor Mammedov2-15/+3
2016-01-09pc: acpi: cpuhp: move CPEJ() method to SSDTIgor Mammedov2-5/+2
2016-01-09pc: acpi: drop unused CPU_STATUS_LEN from DSDTIgor Mammedov1-1/+0
2016-01-09pc: acpi: memhp: drop not needed stringify(MEMORY_foo) usageIgor Mammedov1-26/+26
2016-01-09pc: acpi: memhp: move \_GPE._E03 into SSDTIgor Mammedov4-26/+6
2016-01-09pc: acpi: factor out memhp code from build_ssdt() into separate functionIgor Mammedov1-113/+126
2016-01-09pc: acpi: memhp: move MHPD Device into SSDTIgor Mammedov1-7/+0
2016-01-09pc: acpi: memhp: move MHPD.MCRS method into SSDTIgor Mammedov1-72/+0
2016-01-08pc: acpi: memhp: move MHPD.MEJ0 method into SSDTIgor Mammedov1-8/+0
2016-01-08pc: acpi: memhp: move MHPD.MOST method into SSDTIgor Mammedov1-10/+0
2016-01-08pc: acpi: memhp: move MHPD.MPXM method into SSDTIgor Mammedov1-9/+0
2016-01-08pc: acpi: memhp: move MHPD.MRST method into SSDTIgor Mammedov1-15/+0
2016-01-08pc: acpi: memhp: move MHPD.MSCN method into SSDTIgor Mammedov1-26/+1
2016-01-08pc: acpi: memhp: move MHPD.MLCK mutex into SSDTIgor Mammedov1-2/+1
2016-01-08pc: acpi: memhp: move MHPD._STA method into SSDTIgor Mammedov1-8/+0
2016-01-08pc: acpi: memhp: prepare context in SSDT for moving memhp DSDT codeIgor Mammedov1-0/+3
2016-01-08hw/i386: fill in the CENTURY field of the FADT (FACP) ACPI tableLaszlo Ersek1-0/+2
2015-12-22acpi: extend aml_and() to accept target argumentIgor Mammedov1-3/+5
2015-12-22acpi: extend aml_or() to accept target argumentIgor Mammedov1-1/+2
2015-12-22acpi: extend aml_field() to support LockRuleIgor Mammedov1-5/+5
2015-12-22acpi: extend aml_shiftright() to accept target argumentIgor Mammedov1-1/+1
2015-12-22acpi: extend aml_add() to accept target argumentIgor Mammedov1-1/+1
2015-12-22nvdimm acpi: build ACPI NFIT tableXiao Guangrong2-0/+31
2015-12-22acpi: support specified oem table id for build_headerXiao Guangrong1-10/+10
2015-12-22pc: Add pc-*-2.6 machine classesEduardo Habkost2-5/+24
2015-12-22pc: Remove redundant code from pc-*-2.3 machine classesEduardo Habkost2-3/+0
2015-12-22q35: skip q35-acpi-dsdt.aml load if not neededGerd Hoffmann1-1/+4
2015-12-22q35: Remove MCHPCIState.guest_info fieldEduardo Habkost1-1/+0
2015-12-22hw/i386: extend pxb query for all PC machinesMarcel Apfelbaum4-3/+4
2015-12-22hw/acpi: merge pxb adjacent memory/IO rangesMarcel Apfelbaum1-49/+74
2015-12-22pc: Move option_rom_has_mr/rom_file_has_mr globals to MachineClassEduardo Habkost2-6/+6
2015-12-22pc: Remove enforce-aligned-dimm QOM propertyEduardo Habkost1-11/+0
2015-12-22pc: Move enforce_aligned_dimm to PCMachineClassEduardo Habkost3-11/+9
2015-12-22pc: Move acpi_data_size global to PCMachineClassEduardo Habkost3-13/+8