summaryrefslogtreecommitdiffstats
path: root/hw/mem
Commit message (Expand)AuthorAgeFilesLines
...
* memory-device: complete factoring out unplug handlingDavid Hildenbrand2018-10-242-6/+10
* memory-device: complete factoring out plug handlingDavid Hildenbrand2018-10-242-11/+11
* memory-device: complete factoring out pre_plug handlingDavid Hildenbrand2018-10-242-15/+32
* memory-device: add device class function set_addr()David Hildenbrand2018-10-241-0/+7
* memory-device: drop get_region_size()David Hildenbrand2018-10-242-19/+10Star
* memory-device: factor out get_memory_region() from pc-dimmDavid Hildenbrand2018-10-242-12/+24
* memory-device: add and use memory_device_get_region_size()David Hildenbrand2018-10-242-9/+14
* memory-device: forward errors in get_region_size()/get_plugged_size()David Hildenbrand2018-10-242-8/+6Star
* memory-device: introduce separate config optionDavid Hildenbrand2018-10-241-2/+2
* memory-device: use memory device terminology in error messagesDavid Hildenbrand2018-10-241-3/+3
* pc-dimm: pass PCDIMMDevice to pc_dimm_.*plugDavid Hildenbrand2018-10-241-13/+11Star
* memory-device: improve "range conflicts" error messageDavid Hildenbrand2018-10-241-1/+2
* memory-device: fix error message when hinted address is too smallDavid Hildenbrand2018-10-241-1/+2
* memory-device: fix alignment error messageDavid Hildenbrand2018-10-241-1/+1
* pc-dimm: assign and verify the "addr" property during pre_plugDavid Hildenbrand2018-08-231-24/+26
* pc-dimm: assign and verify the "slot" property during pre_plugDavid Hildenbrand2018-08-231-17/+18
* mem/nvdimm: ensure write persistence to PMEM in label emulationJunyan He2018-08-101-1/+8
* pc-dimm: get_memory_region() will not fail after realizeDavid Hildenbrand2018-06-281-6/+1Star
* nvdimm: make get_memory_region() perform checks and initializationDavid Hildenbrand2018-06-281-9/+35
* nvdimm: convert nvdimm_mr into a pointerDavid Hildenbrand2018-06-281-4/+13
* nvdimm: convert "unarmed" into a static propertyDavid Hildenbrand2018-06-281-25/+7Star
* pc-dimm: merge get_(vmstate_)memory_region()David Hildenbrand2018-06-281-8/+5Star
* hostmem: drop error variable from host_memory_backend_get_memory()David Hildenbrand2018-06-282-4/+4
* nvdimm: no need to overwrite get_vmstate_memory_region()David Hildenbrand2018-06-281-6/+0Star
* pc-dimm: remove pc_dimm_get_free_slot() from headerDavid Hildenbrand2018-06-281-1/+3
* pc-dimm: rename pc_dimm_memory_* to pc_dimm_*David Hildenbrand2018-06-281-3/+3
* pc-dimm: remove leftover "struct pc_dimms_capacity"David Hildenbrand2018-06-281-5/+0Star
* memory-device: turn alignment assert into checkDavid Hildenbrand2018-06-281-1/+7
* nvdimm: fix typo in label-size definitionRoss Zwisler2018-05-231-1/+1
* pc-dimm: fix error messages if no slots were definedDavid Hildenbrand2018-05-111-1/+8
* pc-dimm: move actual plug/unplug of a memory region to MemoryDeviceDavid Hildenbrand2018-05-072-3/+20
* pc-dimm: factor out capacity and slot checks into MemoryDeviceDavid Hildenbrand2018-05-072-60/+51Star
* pc-dimm: factor out address search into MemoryDevice codeDavid Hildenbrand2018-05-072-107/+88Star
* pc-dimm: pass in the machine and to the MemoryHotplugStateDavid Hildenbrand2018-05-071-4/+4
* pc-dimm: no need to pass the memory regionDavid Hildenbrand2018-05-071-3/+9
* pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand2018-05-073-56/+185
* qmp: distinguish PC-DIMM and NVDIMM in MemoryDeviceInfoListHaozhong Zhang2018-03-201-1/+9
* pc-dimm: make qmp_pc_dimm_device_list() sort devices by addressHaozhong Zhang2018-03-201-39/+44
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+0Star
* nvdimm: add 'unarmed' optionHaozhong Zhang2018-01-191-0/+26
* nvdimm: add a macro for property "label-size"Haozhong Zhang2018-01-191-1/+1
* spapr: replace numa_get_node() with lookup in pc-dimm listIgor Mammedov2017-12-141-2/+0Star
* qmp: introduce query-memory-size-summary commandVadim Galitsyn2017-09-141-0/+5
* hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'Thomas Huth2017-08-222-4/+12
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* dimm: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-23/+7Star
* qom: enforce readonly nature of link's check callbackIgor Mammedov2017-07-141-1/+1
* pc-dimm: make "size" property uint64Marc-André Lureau2017-06-201-9/+9
* pc-dimm: use get_uint() for dimm propertiesMarc-André Lureau2017-06-201-2/+3
* pc: memhp: enable nvdimm device hotplugXiao Guangrong2016-11-011-4/+0Star