summaryrefslogtreecommitdiffstats
path: root/include/hw/mem/pc-dimm.h
Commit message (Expand)AuthorAgeFilesLines
* pc-dimm: Drop @errp argument of pc_dimm_plug()Greg Kurz2020-10-271-1/+1
* qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2020-09-181-1/+1
* Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2020-09-091-4/+2Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-6/+2Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-4/+7
* Include sysemu/hostmem.h lessMarkus Armbruster2019-08-161-1/+0Star
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+1
* memory-device: factor out get_memory_region() from pc-dimmDavid Hildenbrand2018-10-241-4/+0Star
* pc-dimm: pass PCDIMMDevice to pc_dimm_.*plugDavid Hildenbrand2018-10-241-3/+3
* pc-dimm: assign and verify the "addr" property during pre_plugDavid Hildenbrand2018-08-231-3/+3
* pc-dimm: assign and verify the "slot" property during pre_plugDavid Hildenbrand2018-08-231-0/+1
* pc-dimm: get_memory_region() will not fail after realizeDavid Hildenbrand2018-06-281-2/+4
* pc-dimm: merge get_(vmstate_)memory_region()David Hildenbrand2018-06-281-1/+2
* pc-dimm: remove pc_dimm_get_free_slot() from headerDavid Hildenbrand2018-06-281-2/+0Star
* pc-dimm: rename pc_dimm_memory_* to pc_dimm_*David Hildenbrand2018-06-281-3/+3
* pc-dimm: factor out capacity and slot checks into MemoryDeviceDavid Hildenbrand2018-05-071-1/+0Star
* pc-dimm: factor out address search into MemoryDevice codeDavid Hildenbrand2018-05-071-5/+0Star
* pc-dimm: pass in the machine and to the MemoryHotplugStateDavid Hildenbrand2018-05-071-2/+2
* pc-dimm: no need to pass the memory regionDavid Hildenbrand2018-05-071-3/+2Star
* machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand2018-05-071-11/+1Star
* pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand2018-05-071-2/+0Star
* pc-dimm: make qmp_pc_dimm_device_list() sort devices by addressHaozhong Zhang2018-03-201-1/+1
* qmp: introduce query-memory-size-summary commandVadim Galitsyn2017-09-141-0/+1
* hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'Thomas Huth2017-08-221-1/+1
* pc-dimm: introduce get_vmstate_memory_region callbackXiao Guangrong2016-06-241-1/+4
* pc-dimm: introduce realize callbackXiao Guangrong2016-06-071-0/+3
* pc-dimm: get memory region from ->get_memory_region()Xiao Guangrong2016-06-071-1/+2
* pc-dimm: correct comment of MemoryHotplugStateCao jin2016-05-201-3/+1Star
* dimm: Correct type of MemoryHotplugState->baseDavid Gibson2016-02-061-1/+1
* Revert "memhp: extend address auto assignment to support gaps"Michael S. Tsirkin2015-10-291-4/+3Star
* memhp: extend address auto assignment to support gapsIgor Mammedov2015-10-021-3/+4
* pc,pc-dimm: Factor out reusable parts in pc_dimm_plug to a separate routineBharata B Rao2015-07-031-0/+4
* pc,pc-dimm: Extract hotplug related fields in PCMachineState to a structureBharata B Rao2015-07-031-0/+11
* pc-dimm: Add Error argument to pc_existing_dimms_capacityBharata B Rao2015-01-271-1/+1
* pc-dimm: Make pc_existing_dimms_capacity globalBharata B Rao2015-01-271-0/+1
* pc: limit DIMM address and size to page aligned valuesIgor Mammedov2014-11-231-1/+1
* qmp: add query-memory-devices commandIgor Mammedov2014-06-191-0/+2
* pc-dimm: add busy slot check and slot auto-allocationIgor Mammedov2014-06-191-0/+2
* pc-dimm: add busy address check and address auto-allocationIgor Mammedov2014-06-191-0/+4
* pc: implement pc-dimm device abstractionVasilis Liaskovitis2014-06-191-0/+73