summaryrefslogtreecommitdiff
path: root/include/hw/mem/pc-dimm.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-07pc-dimm: factor out capacity and slot checks into MemoryDeviceDavid Hildenbrand1-1/+0
2018-05-07pc-dimm: factor out address search into MemoryDevice codeDavid Hildenbrand1-5/+0
2018-05-07pc-dimm: pass in the machine and to the MemoryHotplugStateDavid Hildenbrand1-2/+2
2018-05-07pc-dimm: no need to pass the memory regionDavid Hildenbrand1-3/+2
2018-05-07machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand1-11/+1
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand1-2/+0
2018-03-20pc-dimm: make qmp_pc_dimm_device_list() sort devices by addressHaozhong Zhang1-1/+1
2017-09-14qmp: introduce query-memory-size-summary commandVadim Galitsyn1-0/+1
2017-08-22hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'Thomas Huth1-1/+1
2016-06-24pc-dimm: introduce get_vmstate_memory_region callbackXiao Guangrong1-1/+4
2016-06-07pc-dimm: introduce realize callbackXiao Guangrong1-0/+3
2016-06-07pc-dimm: get memory region from ->get_memory_region()Xiao Guangrong1-1/+2
2016-05-20pc-dimm: correct comment of MemoryHotplugStateCao jin1-3/+1
2016-02-06dimm: Correct type of MemoryHotplugState->baseDavid Gibson1-1/+1
2015-10-29Revert "memhp: extend address auto assignment to support gaps"Michael S. Tsirkin1-4/+3
2015-10-02memhp: extend address auto assignment to support gapsIgor Mammedov1-3/+4
2015-07-03pc,pc-dimm: Factor out reusable parts in pc_dimm_plug to a separate routineBharata B Rao1-0/+4
2015-07-03pc,pc-dimm: Extract hotplug related fields in PCMachineState to a structureBharata B Rao1-0/+11
2015-01-27pc-dimm: Add Error argument to pc_existing_dimms_capacityBharata B Rao1-1/+1
2015-01-27pc-dimm: Make pc_existing_dimms_capacity globalBharata B Rao1-0/+1
2014-11-23pc: limit DIMM address and size to page aligned valuesIgor Mammedov1-1/+1
2014-06-19qmp: add query-memory-devices commandIgor Mammedov1-0/+2
2014-06-19pc-dimm: add busy slot check and slot auto-allocationIgor Mammedov1-0/+2
2014-06-19pc-dimm: add busy address check and address auto-allocationIgor Mammedov1-0/+4
2014-06-19pc: implement pc-dimm device abstractionVasilis Liaskovitis1-0/+73