aboutsummaryrefslogtreecommitdiff
path: root/include/hw/mem/pc-dimm.h
AgeCommit message (Expand)Author
2020-10-28pc-dimm: Drop @errp argument of pc_dimm_plug()Greg Kurz
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2019-08-16Include sysemu/hostmem.h lessMarkus Armbruster
2019-08-16Include hw/boards.h a bit lessMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2018-10-24memory-device: factor out get_memory_region() from pc-dimmDavid Hildenbrand
2018-10-24pc-dimm: pass PCDIMMDevice to pc_dimm_.*plugDavid Hildenbrand
2018-08-23pc-dimm: assign and verify the "addr" property during pre_plugDavid Hildenbrand
2018-08-23pc-dimm: assign and verify the "slot" property during pre_plugDavid Hildenbrand
2018-06-28pc-dimm: get_memory_region() will not fail after realizeDavid Hildenbrand
2018-06-28pc-dimm: merge get_(vmstate_)memory_region()David Hildenbrand
2018-06-28pc-dimm: remove pc_dimm_get_free_slot() from headerDavid Hildenbrand
2018-06-28pc-dimm: rename pc_dimm_memory_* to pc_dimm_*David 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
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-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-05-20pc-dimm: correct comment of MemoryHotplugStateCao jin
2016-02-06dimm: Correct type of MemoryHotplugState->baseDavid Gibson
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