aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi
AgeCommit message (Expand)Author
2018-01-19nvdimm: add 'unarmed' optionHaozhong Zhang
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin
2017-12-18hw/acpi: ACPI_PM_* defines are not restricted to i386 archPhilippe Mathieu-Daudé
2017-12-18hw: use "qemu/osdep.h" as first #include in source filesPhilippe Mathieu-Daudé
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson
2017-12-05vmgenid: use UUID property typeRoman Kagan
2017-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-10-16tco: add trace eventsPaolo Bonzini
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-10-15fw_cfg: add write callbackMarc-André Lureau
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis
2017-09-08vmgenid: replace x-write-pointer-available hackMarc-André Lureau
2017-09-08acpi/vmgenid: change device category to miscYoni Bettan
2017-09-08Revert "ACPI: don't call acpi_pcihp_device_plug_cb on xen"Anthony PERARD
2017-09-08hw/acpi: Move acpi_set_pci_info to pcihpAnthony PERARD
2017-09-08hw/acpi: Limit hotplug to root bus on legacy modeAnthony PERARD
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé
2017-07-04include/exec/poison: Mark CONFIG_KVM as poisoned, tooThomas Huth
2017-06-20pcihp: use get_uint() for "bsel" propertyMarc-André Lureau
2017-06-20pc-dimm: make "size" property uint64Marc-André Lureau
2017-06-20pc-dimm: use get_uint() for dimm propertiesMarc-André Lureau
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2017-06-08nvdimm acpi: fix region format interface codeHaozhong Zhang
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-05-18Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2017-05-11pc: get numa node mapping from possible_cpus instead of numa_get_node_for_cpu()Igor Mammedov
2017-05-11numa: Allow setting NUMA distance for different NUMA nodesHe Chen
2017-05-10ACPI: don't call acpi_pcihp_device_plug_cb on xenBruce Rogers
2017-05-10hw/arm/virt: generate 64-bit addressable ACPI objectsArd Biesheuvel
2017-04-05tco: do not generate an NMIPaolo Bonzini
2017-03-22hw/acpi/vmgenid: prevent more than one vmgenid deviceLaszlo Ersek
2017-03-22hw/acpi/vmgenid: prevent device realization on pre-2.5 machine typesLaszlo Ersek
2017-03-15Bugfix: Handle error if VM Generation ID device not presentBen Warren
2017-03-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2017-03-02qmp/hmp: add query-vm-generation-id and 'info vm-generation-id' commandsIgor Mammedov
2017-03-02ACPI: Add Virtual Machine Generation ID supportBen Warren
2017-03-02ACPI: Add vmgenid blob storage to the build tablesBen Warren
2017-03-02linker-loader: Add new 'write pointer' commandBen Warren
2017-03-01bus: do not unref hotplug handlerMarc-André Lureau
2017-03-01pc: pcihp: avoid adding ACPI_PCIHP_PROP_BSEL twiceIgor Mammedov
2017-02-28hw/acpi/tco.c: fix tco timer stopIgor Pavlikevich
2017-02-22change CPUArchId.cpu type to Object*Igor Mammedov
2017-01-23machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov
2017-01-16acpi: filter based on CONFIG_ACPI_X86 rather than TARGETPaolo Bonzini
2017-01-16stubs: move acpi stubs to hw/acpiPaolo Bonzini
2017-01-10memhp: move DIMM devices into dedicated scope with related common methodsIgor Mammedov
2017-01-10memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov
2017-01-10memhp: move memory hotplug only defines to memory_hotplug.cIgor Mammedov