summaryrefslogtreecommitdiff
path: root/include/hw/mem
AgeCommit message (Expand)Author
2018-05-07pc-dimm: move actual plug/unplug of a memory region to MemoryDeviceDavid Hildenbrand
2018-05-07pc-dimm: factor out capacity and slot checks into MemoryDeviceDavid Hildenbrand
2018-05-07pc-dimm: factor out address search into MemoryDevice codeDavid Hildenbrand
2018-05-07pc-dimm: pass in the machine and to the MemoryHotplugStateDavid Hildenbrand
2018-05-07pc-dimm: no need to pass the memory regionDavid Hildenbrand
2018-05-07machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand
2018-03-20pc-dimm: make qmp_pc_dimm_device_list() sort devices by addressHaozhong Zhang
2018-01-19nvdimm: add 'unarmed' optionHaozhong Zhang
2018-01-19nvdimm: add a macro for property "label-size"Haozhong Zhang
2017-09-14qmp: introduce query-memory-size-summary commandVadim Galitsyn
2017-08-22hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'Thomas Huth
2016-11-15nvdimm acpi: rename nvdimm_acpi_hotplugXiao Guangrong
2016-11-15pc: memhp: move nvdimm hotplug out of memory hotplugXiao Guangrong
2016-11-15nvdimm acpi: drop the lock of fit bufferXiao Guangrong
2016-11-01nvdimm acpi: introduce fit bufferXiao Guangrong
2016-11-01nvdimm acpi: prebuild nvdimm devices for available slotsXiao Guangrong
2016-06-24nvdimm: support nvdimm labelXiao Guangrong
2016-06-24pc-dimm: introduce get_vmstate_memory_region callbackXiao Guangrong
2016-06-07pc-dimm: introduce realize callbackXiao Guangrong
2016-06-07pc-dimm: get memory region from ->get_memory_region()Xiao Guangrong
2016-06-07acpi: simplify bios_linker API by removing redundant 'table' argumentIgor Mammedov
2016-06-07acpi: convert linker from GArray to BIOSLinker structureIgor Mammedov
2016-05-20pc-dimm: correct comment of MemoryHotplugStateCao jin
2016-03-11nvdimm acpi: emulate dsm methodXiao Guangrong
2016-03-11nvdimm acpi: initialize the resource used by NVDIMM ACPIXiao Guangrong
2016-02-06dimm: Correct type of MemoryHotplugState->baseDavid Gibson
2015-12-22nvdimm acpi: build ACPI NFIT tableXiao Guangrong
2015-12-22nvdimm: implement NVDIMM device abstractXiao Guangrong
2015-10-29Revert "memhp: extend address auto assignment to support gaps"Michael S. Tsirkin
2015-10-02memhp: extend address auto assignment to support gapsIgor Mammedov
2015-07-03pc,pc-dimm: Factor out reusable parts in pc_dimm_plug to a separate routineBharata B Rao
2015-07-03pc,pc-dimm: Extract hotplug related fields in PCMachineState to a structureBharata B Rao
2015-01-27pc-dimm: Add Error argument to pc_existing_dimms_capacityBharata B Rao
2015-01-27pc-dimm: Make pc_existing_dimms_capacity globalBharata B Rao
2014-11-23pc: limit DIMM address and size to page aligned valuesIgor Mammedov
2014-06-19qmp: add query-memory-devices commandIgor Mammedov
2014-06-19pc-dimm: add busy slot check and slot auto-allocationIgor Mammedov
2014-06-19pc-dimm: add busy address check and address auto-allocationIgor Mammedov
2014-06-19pc: implement pc-dimm device abstractionVasilis Liaskovitis