aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi
AgeCommit message (Expand)Author
2015-02-26acpi: include PkgLength size only when requestedIgor Mammedov
2015-02-26acpi: add aml_io() helperIgor Mammedov
2015-02-26acpi: add aml_resource_template() helperIgor Mammedov
2015-02-26acpi: add aml_buffer() termIgor Mammedov
2015-02-26acpi: add aml_package() termIgor Mammedov
2015-02-26acpi: add aml_call1(), aml_call2(), aml_call3(), aml_call4() helpersIgor Mammedov
2015-02-26acpi: add aml_notify() termIgor Mammedov
2015-02-26acpi: add aml_and() termIgor Mammedov
2015-02-26acpi: add aml_store() termIgor Mammedov
2015-02-26acpi: add aml_arg() termIgor Mammedov
2015-02-26acpi: add aml_return() termIgor Mammedov
2015-02-26acpi: add aml_int() termIgor Mammedov
2015-02-26acpi: add aml_name() & aml_name_decl() termIgor Mammedov
2015-02-26acpi: add aml_if() termIgor Mammedov
2015-02-26acpi: add aml_method() termIgor Mammedov
2015-02-26acpi: add aml_device() termIgor Mammedov
2015-02-26acpi: add aml_scope() termIgor Mammedov
2015-02-26acpi: introduce AML composer aml_append()Igor Mammedov
2015-02-26acpi, piix4: Add unplug cb for piix4.Tang Chen
2015-02-26acpi, ich9: Add unplug cb for ich9.Tang Chen
2015-02-26acpi, ich9: Add hotunplug request cb for ich9.Tang Chen
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster
2015-02-26acpi: drop min-bytes in build_package()Igor Mammedov
2015-02-26acpi: add build_append_namestring() helperIgor Mammedov
2015-02-26acpi: move generic aml building helpers into dedictated fileIgor Mammedov
2015-02-26bios linker: validate pointer within tableMichael S. Tsirkin
2015-01-27Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-01-27bios-linker-loader: move source to common locationMichael S. Tsirkin
2015-01-26ich9: add disable_s3, disable_s4, s4_val propertiesAmit Shah
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini
2014-11-14pc: piix4_pm: init legacy PCI hotplug when running on XenIgor Mammedov
2014-11-13acpi: accurate overflow checkPavel Dovgalyuk
2014-11-02acpi/cpu-hotplug: introduce helper function to keep bit setting in one placeGu Zheng
2014-11-02cpu-hotplug: rename function for better readabilityGu Zheng
2014-11-02acpi:piix4: convert cpu hotplug to hotplug_handler APIGu Zheng
2014-11-02acpi:ich9: convert cpu hotplug to hotplug_handler APIGu Zheng
2014-11-02acpi/cpu: add cpu hotplug callback function to match hotplug_handler APIGu Zheng
2014-10-15qdev: HotplugHandler: Rename unplug callback to unplug_requestIgor Mammedov
2014-08-25pcihp: fix possible array out of boundsGonglei
2014-07-11fix typo: apci -> acpiHu Tao
2014-07-06acpi: fix typo in memory hotplug MMIO region nameIgor Mammedov
2014-06-23qmp: convert ACPI_DEVICE_OST eventIgor Mammedov
2014-06-23qapi event: convert SUSPEND_DISKWenchao Xia
2014-06-19qmp: add ACPI_DEVICE_OST event handlingIgor Mammedov
2014-06-19acpi: implement ospm_status() method for PIIX4/ICH9_LPC devicesIgor Mammedov
2014-06-19acpi: introduce TYPE_ACPI_DEVICE_IF interfaceIgor Mammedov
2014-06-19pc: add acpi-device link to PCMachineStateIgor Mammedov
2014-06-19pc: migrate piix4 & ich9 MemHotplugStateIgor Mammedov
2014-06-19acpi:ich9: add memory hotplug handlingIgor Mammedov
2014-06-19acpi:piix4: add memory hotplug handlingIgor Mammedov