summaryrefslogtreecommitdiffstats
path: root/hw/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-10-192-2/+13
|\
| * tco: add trace eventsPaolo Bonzini2017-10-162-2/+13
* | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+1
* | fw_cfg: add write callbackMarc-André Lureau2017-10-151-1/+1
|/
* Convert multi-line fprintf() to warn_report()Alistair Francis2017-09-191-4/+3Star
* Convert single line fprintf(.../n) to warn_report()Alistair Francis2017-09-191-1/+2
* vmgenid: replace x-write-pointer-available hackMarc-André Lureau2017-09-082-8/+11
* acpi/vmgenid: change device category to miscYoni Bettan2017-09-081-0/+1
* Revert "ACPI: don't call acpi_pcihp_device_plug_cb on xen"Anthony PERARD2017-09-081-8/+3Star
* hw/acpi: Move acpi_set_pci_info to pcihpAnthony PERARD2017-09-081-0/+38
* hw/acpi: Limit hotplug to root bus on legacy modeAnthony PERARD2017-09-081-1/+1
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* include/exec/poison: Mark CONFIG_KVM as poisoned, tooThomas Huth2017-07-041-1/+0Star
* pcihp: use get_uint() for "bsel" propertyMarc-André Lureau2017-06-201-3/+3
* pc-dimm: make "size" property uint64Marc-André Lureau2017-06-202-6/+7
* pc-dimm: use get_uint() for dimm propertiesMarc-André Lureau2017-06-202-8/+9
* qapi: merge QInt and QFloat in QNumMarc-André Lureau2017-06-201-1/+0Star
* nvdimm acpi: fix region format interface codeHaozhong Zhang2017-06-081-3/+4
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-2/+2
* Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi2017-05-182-3/+35
|\
| * ACPI: don't call acpi_pcihp_device_plug_cb on xenBruce Rogers2017-05-101-3/+8
| * hw/arm/virt: generate 64-bit addressable ACPI objectsArd Biesheuvel2017-05-101-0/+27
* | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* | pc: get numa node mapping from possible_cpus instead of numa_get_node_for_cpu()Igor Mammedov2017-05-111-4/+3Star
* | numa: Allow setting NUMA distance for different NUMA nodesHe Chen2017-05-111-0/+26
|/
* tco: do not generate an NMIPaolo Bonzini2017-04-051-2/+0Star
* hw/acpi/vmgenid: prevent more than one vmgenid deviceLaszlo Ersek2017-03-221-0/+8
* hw/acpi/vmgenid: prevent device realization on pre-2.5 machine typesLaszlo Ersek2017-03-221-0/+14
* Bugfix: Handle error if VM Generation ID device not presentBen Warren2017-03-151-0/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2017-03-034-3/+324
|\
| * qmp/hmp: add query-vm-generation-id and 'info vm-generation-id' commandsIgor Mammedov2017-03-021-0/+16
| * ACPI: Add Virtual Machine Generation ID supportBen Warren2017-03-022-0/+243
| * ACPI: Add vmgenid blob storage to the build tablesBen Warren2017-03-021-0/+2
| * linker-loader: Add new 'write pointer' commandBen Warren2017-03-021-3/+63
* | bus: do not unref hotplug handlerMarc-André Lureau2017-03-011-0/+2
* | pc: pcihp: avoid adding ACPI_PCIHP_PROP_BSEL twiceIgor Mammedov2017-03-011-11/+0Star
|/
* hw/acpi/tco.c: fix tco timer stopIgor Pavlikevich2017-02-281-0/+1
* change CPUArchId.cpu type to Object*Igor Mammedov2017-02-221-1/+1
* machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov2017-01-242-7/+3Star
* acpi: filter based on CONFIG_ACPI_X86 rather than TARGETPaolo Bonzini2017-01-162-1/+35
* stubs: move acpi stubs to hw/acpiPaolo Bonzini2017-01-162-4/+22
* memhp: move DIMM devices into dedicated scope with related common methodsIgor Mammedov2017-01-101-93/+97
* memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov2017-01-103-9/+21
* memhp: move memory hotplug only defines to memory_hotplug.cIgor Mammedov2017-01-101-0/+24
* memhp: move GPE handler_E03 into build_memory_hotplug_aml()Igor Mammedov2017-01-101-15/+27
* memhp: merge build_memory_devices() into build_memory_hotplug_aml()Igor Mammedov2017-01-101-9/+5Star
* memhp: consolidate scattered MHPD device declarationIgor Mammedov2017-01-101-63/+60Star
* memhp: move build_memory_devices() into memory_hotplug.cIgor Mammedov2017-01-101-0/+124
* memhp: move build_memory_hotplug_aml() into memory_hotplug.cIgor Mammedov2017-01-103-263/+248Star
* nvdimm acpi: introduce NVDIMM_DSM_MEMORY_SIZEXiao Guangrong2016-11-151-13/+17