index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
mem
Age
Commit message (
Expand
)
Author
2018-05-07
pc-dimm: move actual plug/unplug of a memory region to MemoryDevice
David Hildenbrand
2018-05-07
pc-dimm: factor out capacity and slot checks into MemoryDevice
David Hildenbrand
2018-05-07
pc-dimm: factor out address search into MemoryDevice code
David Hildenbrand
2018-05-07
pc-dimm: pass in the machine and to the MemoryHotplugState
David Hildenbrand
2018-05-07
pc-dimm: no need to pass the memory region
David Hildenbrand
2018-05-07
machine: make MemoryHotplugState accessible via the machine
David Hildenbrand
2018-05-07
pc-dimm: factor out MemoryDevice interface
David Hildenbrand
2018-03-20
pc-dimm: make qmp_pc_dimm_device_list() sort devices by address
Haozhong Zhang
2018-01-19
nvdimm: add 'unarmed' option
Haozhong Zhang
2018-01-19
nvdimm: add a macro for property "label-size"
Haozhong Zhang
2017-09-14
qmp: introduce query-memory-size-summary command
Vadim Galitsyn
2017-08-22
hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'
Thomas Huth
2016-11-15
nvdimm acpi: rename nvdimm_acpi_hotplug
Xiao Guangrong
2016-11-15
pc: memhp: move nvdimm hotplug out of memory hotplug
Xiao Guangrong
2016-11-15
nvdimm acpi: drop the lock of fit buffer
Xiao Guangrong
2016-11-01
nvdimm acpi: introduce fit buffer
Xiao Guangrong
2016-11-01
nvdimm acpi: prebuild nvdimm devices for available slots
Xiao Guangrong
2016-06-24
nvdimm: support nvdimm label
Xiao Guangrong
2016-06-24
pc-dimm: introduce get_vmstate_memory_region callback
Xiao Guangrong
2016-06-07
pc-dimm: introduce realize callback
Xiao Guangrong
2016-06-07
pc-dimm: get memory region from ->get_memory_region()
Xiao Guangrong
2016-06-07
acpi: simplify bios_linker API by removing redundant 'table' argument
Igor Mammedov
2016-06-07
acpi: convert linker from GArray to BIOSLinker structure
Igor Mammedov
2016-05-20
pc-dimm: correct comment of MemoryHotplugState
Cao jin
2016-03-11
nvdimm acpi: emulate dsm method
Xiao Guangrong
2016-03-11
nvdimm acpi: initialize the resource used by NVDIMM ACPI
Xiao Guangrong
2016-02-06
dimm: Correct type of MemoryHotplugState->base
David Gibson
2015-12-22
nvdimm acpi: build ACPI NFIT table
Xiao Guangrong
2015-12-22
nvdimm: implement NVDIMM device abstract
Xiao Guangrong
2015-10-29
Revert "memhp: extend address auto assignment to support gaps"
Michael S. Tsirkin
2015-10-02
memhp: extend address auto assignment to support gaps
Igor Mammedov
2015-07-03
pc,pc-dimm: Factor out reusable parts in pc_dimm_plug to a separate routine
Bharata B Rao
2015-07-03
pc,pc-dimm: Extract hotplug related fields in PCMachineState to a structure
Bharata B Rao
2015-01-27
pc-dimm: Add Error argument to pc_existing_dimms_capacity
Bharata B Rao
2015-01-27
pc-dimm: Make pc_existing_dimms_capacity global
Bharata B Rao
2014-11-23
pc: limit DIMM address and size to page aligned values
Igor Mammedov
2014-06-19
qmp: add query-memory-devices command
Igor Mammedov
2014-06-19
pc-dimm: add busy slot check and slot auto-allocation
Igor Mammedov
2014-06-19
pc-dimm: add busy address check and address auto-allocation
Igor Mammedov
2014-06-19
pc: implement pc-dimm device abstraction
Vasilis Liaskovitis