Age | Commit message (Expand) | Author | Files | Lines |
2017-03-22 | hw/acpi/vmgenid: prevent more than one vmgenid device | Laszlo Ersek | 1 | -0/+8 |
2017-03-22 | hw/acpi/vmgenid: prevent device realization on pre-2.5 machine types | Laszlo Ersek | 1 | -0/+14 |
2017-03-15 | Bugfix: Handle error if VM Generation ID device not present | Ben Warren | 1 | -0/+1 |
2017-03-03 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 4 | -3/+324 |
2017-03-02 | qmp/hmp: add query-vm-generation-id and 'info vm-generation-id' commands | Igor Mammedov | 1 | -0/+16 |
2017-03-02 | ACPI: Add Virtual Machine Generation ID support | Ben Warren | 2 | -0/+243 |
2017-03-02 | ACPI: Add vmgenid blob storage to the build tables | Ben Warren | 1 | -0/+2 |
2017-03-02 | linker-loader: Add new 'write pointer' command | Ben Warren | 1 | -3/+63 |
2017-03-01 | bus: do not unref hotplug handler | Marc-André Lureau | 1 | -0/+2 |
2017-03-01 | pc: pcihp: avoid adding ACPI_PCIHP_PROP_BSEL twice | Igor Mammedov | 1 | -11/+0 |
2017-02-28 | hw/acpi/tco.c: fix tco timer stop | Igor Pavlikevich | 1 | -0/+1 |
2017-02-22 | change CPUArchId.cpu type to Object* | Igor Mammedov | 1 | -1/+1 |
2017-01-23 | machine: Make possible_cpu_arch_ids() return const pointer | Igor Mammedov | 2 | -7/+3 |
2017-01-16 | acpi: filter based on CONFIG_ACPI_X86 rather than TARGET | Paolo Bonzini | 2 | -1/+35 |
2017-01-16 | stubs: move acpi stubs to hw/acpi | Paolo Bonzini | 2 | -4/+22 |
2017-01-10 | memhp: move DIMM devices into dedicated scope with related common methods | Igor Mammedov | 1 | -93/+97 |
2017-01-10 | memhp: don't generate memory hotplug AML if it's not enabled/supported | Igor Mammedov | 3 | -9/+21 |
2017-01-10 | memhp: move memory hotplug only defines to memory_hotplug.c | Igor Mammedov | 1 | -0/+24 |
2017-01-10 | memhp: move GPE handler_E03 into build_memory_hotplug_aml() | Igor Mammedov | 1 | -15/+27 |
2017-01-10 | memhp: merge build_memory_devices() into build_memory_hotplug_aml() | Igor Mammedov | 1 | -9/+5 |
2017-01-10 | memhp: consolidate scattered MHPD device declaration | Igor Mammedov | 1 | -63/+60 |
2017-01-10 | memhp: move build_memory_devices() into memory_hotplug.c | Igor Mammedov | 1 | -0/+124 |
2017-01-10 | memhp: move build_memory_hotplug_aml() into memory_hotplug.c | Igor Mammedov | 3 | -263/+248 |
2016-11-15 | nvdimm acpi: introduce NVDIMM_DSM_MEMORY_SIZE | Xiao Guangrong | 1 | -13/+17 |
2016-11-15 | nvdimm acpi: use aml_name_decl to define named object | Xiao Guangrong | 1 | -4/+2 |
2016-11-15 | nvdimm acpi: rename nvdimm_dsm_reserved_root | Xiao Guangrong | 1 | -3/+4 |
2016-11-15 | nvdimm acpi: fix two comments | Xiao Guangrong | 1 | -2/+2 |
2016-11-15 | nvdimm acpi: define DSM return codes | Xiao Guangrong | 1 | -19/+27 |
2016-11-15 | nvdimm acpi: rename nvdimm_acpi_hotplug | Xiao Guangrong | 1 | -1/+1 |
2016-11-15 | nvdimm acpi: cleanup nvdimm_build_fit | Xiao Guangrong | 1 | -3/+1 |
2016-11-15 | nvdimm acpi: rename nvdimm_plugged_device_list | Xiao Guangrong | 1 | -9/+8 |
2016-11-15 | nvdimm acpi: clean up nvdimm_build_acpi | Xiao Guangrong | 1 | -14/+16 |
2016-11-15 | pc: memhp: move nvdimm hotplug out of memory hotplug | Xiao Guangrong | 4 | -26/+27 |
2016-11-15 | nvdimm acpi: drop the lock of fit buffer | Xiao Guangrong | 1 | -10/+1 |
2016-11-15 | qdev: hotplug: drop HotplugHandler.post_plug callback | Xiao Guangrong | 1 | -5/+1 |
2016-11-01 | acpi: fix assert failure caused by commit 35c5a52d | Haozhong Zhang | 1 | -2/+2 |
2016-11-01 | acpi/ipmi: Initialize the fwinfo before fetching it | Corey Minyard | 1 | -0/+1 |
2016-11-01 | pc: memhp: enable nvdimm device hotplug | Xiao Guangrong | 1 | -8/+23 |
2016-11-01 | nvdimm acpi: introduce _FIT | Xiao Guangrong | 1 | -2/+202 |
2016-11-01 | nvdimm acpi: introduce fit buffer | Xiao Guangrong | 1 | -17/+42 |
2016-11-01 | nvdimm acpi: prebuild nvdimm devices for available slots | Xiao Guangrong | 1 | -17/+24 |
2016-11-01 | nvdimm acpi: use common macros instead of magic names | Xiao Guangrong | 1 | -34/+49 |
2016-11-01 | acpi nvdimm: rename result_size to dsm_out_buf_siz | Xiao Guangrong | 1 | -7/+8 |
2016-11-01 | nvdimm acpi: compile nvdimm acpi code arch-independently | Xiao Guangrong | 1 | -1/+1 |
2016-11-01 | acpi nvdimm: fix Arg6 usage | Xiao Guangrong | 1 | -3/+4 |
2016-11-01 | acpi nvdimm: fix ARG3 conflict | Xiao Guangrong | 1 | -3/+4 |
2016-11-01 | acpi nvdimm: fix device physical address base | Xiao Guangrong | 1 | -3/+2 |
2016-11-01 | acpi nvdimm: fix OperationRegion definition | Xiao Guangrong | 1 | -60/+62 |
2016-11-01 | acpi nvdimm: fix wrong buffer size returned by DSM method | Xiao Guangrong | 1 | -1/+2 |
2016-10-24 | pc: Leave max apic_id_limit only in legacy cpu hotplug code | Igor Mammedov | 1 | -1/+6 |