aboutsummaryrefslogtreecommitdiff
path: root/include/hw/acpi
AgeCommit message (Expand)AuthorFilesLines
2015-02-26acpi: add aml_string() termIgor Mammedov1-0/+1
2015-02-26acpi: add aml_local() termIgor Mammedov1-0/+1
2015-02-26acpi: add aml_field() & aml_named_field() termsIgor Mammedov1-0/+6
2015-02-26acpi: add aml_operation_region() termIgor Mammedov1-0/+7
2015-02-26acpi: include PkgLength size only when requestedIgor Mammedov1-1/+2
2015-02-26acpi: add aml_io() helperIgor Mammedov1-0/+7
2015-02-26acpi: add aml_resource_template() helperIgor Mammedov1-0/+1
2015-02-26acpi: add aml_buffer() termIgor Mammedov1-0/+1
2015-02-26acpi: add aml_package() termIgor Mammedov1-0/+1
2015-02-26acpi: add aml_call1(), aml_call2(), aml_call3(), aml_call4() helpersIgor Mammedov1-0/+4
2015-02-26acpi: add aml_notify() termIgor Mammedov1-0/+1
2015-02-26acpi: add aml_and() termIgor Mammedov1-0/+1
2015-02-26acpi: add aml_store() termIgor Mammedov1-0/+1
2015-02-26acpi: add aml_arg() termIgor Mammedov1-0/+1
2015-02-26acpi: add aml_return() termIgor Mammedov1-0/+1
2015-02-26acpi: add aml_int() termIgor Mammedov1-2/+2
2015-02-26acpi: add aml_name() & aml_name_decl() termIgor Mammedov1-0/+4
2015-02-26acpi: add aml_if() termIgor Mammedov1-0/+1
2015-02-26acpi: add aml_method() termIgor Mammedov1-0/+1
2015-02-26acpi: add aml_device() termIgor Mammedov1-0/+1
2015-02-26acpi: add aml_scope() termIgor Mammedov1-0/+3
2015-02-26acpi: introduce AML composer aml_append()Igor Mammedov1-0/+55
2015-02-26acpi, ich9: Add unplug cb for ich9.Tang Chen1-0/+2
2015-02-26acpi, ich9: Add hotunplug request cb for ich9.Tang Chen1-0/+2
2015-02-26acpi: drop min-bytes in build_package()Igor Mammedov1-2/+2
2015-02-26acpi: add build_append_namestring() helperIgor Mammedov1-1/+1
2015-02-26acpi: move generic aml building helpers into dedictated fileIgor Mammedov1-0/+23
2015-01-27bios-linker-loader: move header to common locationMichael S. Tsirkin1-0/+27
2015-01-26ich9: add disable_s3, disable_s4, s4_val propertiesAmit Shah1-0/+4
2014-11-02cpu-hotplug: rename function for better readabilityGu Zheng1-2/+2
2014-11-02acpi:piix4: convert cpu hotplug to hotplug_handler APIGu Zheng1-2/+0
2014-11-02acpi:ich9: convert cpu hotplug to hotplug_handler APIGu Zheng1-1/+0
2014-11-02acpi/cpu: add cpu hotplug callback function to match hotplug_handler APIGu Zheng1-0/+3
2014-08-25Add ACPI tables for TPMStefan Berger1-0/+29
2014-08-14hw:i386: typo fix: MEMORY_HOPTLUG_DEVICE -> MEMORY_HOTPLUG_DEVICEHu Tao1-1/+1
2014-06-19acpi: rephrase commentMichael S. Tsirkin1-2/+1
2014-06-19acpi: implement ospm_status() method for PIIX4/ICH9_LPC devicesIgor Mammedov2-0/+4
2014-06-19acpi: introduce TYPE_ACPI_DEVICE_IF interfaceIgor Mammedov1-0/+43
2014-06-19pc: ACPI BIOS: implement memory hotplug interfaceIgor Mammedov1-0/+21
2014-06-19pc: migrate piix4 & ich9 MemHotplugStateIgor Mammedov1-0/+7
2014-06-19acpi:ich9: add memory hotplug handlingIgor Mammedov1-0/+4
2014-06-19acpi:piix4: add memory hotplug handlingIgor Mammedov1-0/+1
2014-06-19acpi: memory hotplug ACPI hardware implementationIgor Mammedov2-0/+32
2014-06-19acpi: rename cpu_hotplug_defs.h to pc-hotplug.hIgor Mammedov2-4/+4
2014-06-19pc: exit QEMU if number of slots more than supported 256Igor Mammedov1-0/+6
2014-03-18acpi: Add ACPI_CPU_HOTPLUG_ID_LIMIT macroEduardo Habkost1-0/+8
2014-02-10acpi/piix4pm: convert ACPI PCI hotplug to use hotplug-handler APIIgor Mammedov2-4/+7
2014-02-05hw:piix4:acpi: reuse pcihp code for legacy PCI hotplugIgor Mammedov1-0/+1
2014-02-05pcihp: remove unused AcpiPciHpPciStatus.device_present fieldIgor Mammedov1-1/+0
2014-02-05pcihp: make pci_read() mmio calback compatible with legacy ACPI hotplugIgor Mammedov1-1/+2