aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi
AgeCommit message (Expand)AuthorFilesLines
2015-02-26acpi: include PkgLength size only when requestedIgor Mammedov1-5/+15
2015-02-26acpi: add aml_io() helperIgor Mammedov1-0/+16
2015-02-26acpi: add aml_resource_template() helperIgor Mammedov1-0/+8
2015-02-26acpi: add aml_buffer() termIgor Mammedov1-0/+7
2015-02-26acpi: add aml_package() termIgor Mammedov1-0/+8
2015-02-26acpi: add aml_call1(), aml_call2(), aml_call3(), aml_call4() helpersIgor Mammedov1-0/+42
2015-02-26acpi: add aml_notify() termIgor Mammedov1-0/+9
2015-02-26acpi: add aml_and() termIgor Mammedov1-0/+10
2015-02-26acpi: add aml_store() termIgor Mammedov1-0/+9
2015-02-26acpi: add aml_arg() termIgor Mammedov1-0/+11
2015-02-26acpi: add aml_return() termIgor Mammedov1-0/+8
2015-02-26acpi: add aml_int() termIgor Mammedov1-21/+22
2015-02-26acpi: add aml_name() & aml_name_decl() termIgor Mammedov1-0/+32
2015-02-26acpi: add aml_if() termIgor Mammedov1-0/+8
2015-02-26acpi: add aml_method() termIgor Mammedov1-0/+9
2015-02-26acpi: add aml_device() termIgor Mammedov1-0/+11
2015-02-26acpi: add aml_scope() termIgor Mammedov1-0/+20
2015-02-26acpi: introduce AML composer aml_append()Igor Mammedov1-0/+78
2015-02-26acpi, piix4: Add unplug cb for piix4.Tang Chen1-0/+8
2015-02-26acpi, ich9: Add unplug cb for ich9.Tang Chen1-0/+7
2015-02-26acpi, ich9: Add hotunplug request cb for ich9.Tang Chen1-0/+7
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-3/+2
2015-02-26acpi: drop min-bytes in build_package()Igor Mammedov1-10/+4
2015-02-26acpi: add build_append_namestring() helperIgor Mammedov1-9/+87
2015-02-26acpi: move generic aml building helpers into dedictated fileIgor Mammedov2-0/+188
2015-02-26bios linker: validate pointer within tableMichael S. Tsirkin1-1/+3
2015-01-27Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-1/+255
2015-01-27bios-linker-loader: move source to common locationMichael S. Tsirkin2-0/+158
2015-01-26ich9: add disable_s3, disable_s4, s4_val propertiesAmit Shah1-1/+97
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2-2/+2
2014-11-14pc: piix4_pm: init legacy PCI hotplug when running on XenIgor Mammedov1-0/+4
2014-11-13acpi: accurate overflow checkPavel Dovgalyuk1-2/+5
2014-11-02acpi/cpu-hotplug: introduce helper function to keep bit setting in one placeGu Zheng1-9/+13
2014-11-02cpu-hotplug: rename function for better readabilityGu Zheng3-6/+6
2014-11-02acpi:piix4: convert cpu hotplug to hotplug_handler APIGu Zheng2-24/+4
2014-11-02acpi:ich9: convert cpu hotplug to hotplug_handler APIGu Zheng1-11/+2
2014-11-02acpi/cpu: add cpu hotplug callback function to match hotplug_handler APIGu Zheng1-0/+18
2014-10-15qdev: HotplugHandler: Rename unplug callback to unplug_requestIgor Mammedov1-3/+3
2014-08-25pcihp: fix possible array out of boundsGonglei1-1/+1
2014-07-11fix typo: apci -> acpiHu Tao1-2/+2
2014-07-06acpi: fix typo in memory hotplug MMIO region nameIgor Mammedov1-1/+1
2014-06-23qmp: convert ACPI_DEVICE_OST eventIgor Mammedov1-28/+6
2014-06-23qapi event: convert SUSPEND_DISKWenchao Xia1-2/+2
2014-06-19qmp: add ACPI_DEVICE_OST event handlingIgor Mammedov1-1/+28
2014-06-19acpi: implement ospm_status() method for PIIX4/ICH9_LPC devicesIgor Mammedov3-0/+49
2014-06-19acpi: introduce TYPE_ACPI_DEVICE_IF interfaceIgor Mammedov2-0/+16
2014-06-19pc: add acpi-device link to PCMachineStateIgor Mammedov1-1/+5
2014-06-19pc: migrate piix4 & ich9 MemHotplugStateIgor Mammedov3-0/+75
2014-06-19acpi:ich9: add memory hotplug handlingIgor Mammedov1-0/+38
2014-06-19acpi:piix4: add memory hotplug handlingIgor Mammedov1-1/+14