aboutsummaryrefslogtreecommitdiff
path: root/hw/mem
AgeCommit message (Expand)AuthorFilesLines
2019-03-07ppc64: Express dependencies of 'pseries' and 'powernv' machines with kconfigThomas Huth1-0/+1
2019-03-07i386-softmmu.mak: remove all CONFIG_* except boards definitionsYang Zhong1-0/+2
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+8
2019-02-21pc-dimm: use same mechanism for [get|set]_addrWei Yang1-3/+1
2019-01-09memory-device: rewrite address assignment using rangesDavid Hildenbrand1-25/+26
2018-12-11memory-device: avoid overflows on very huge devicesDavid Hildenbrand1-1/+2
2018-12-11memory-device: use QEMU_IS_ALIGNEDDavid Hildenbrand1-3/+3
2018-11-06nvdimm: set non-volatile on the memory regionMarc-André Lureau1-0/+1
2018-10-24memory-device: trace when pre_plugging/plugging/unpluggingDavid Hildenbrand3-9/+12
2018-10-24memory-device: complete factoring out unplug handlingDavid Hildenbrand2-6/+10
2018-10-24memory-device: complete factoring out plug handlingDavid Hildenbrand2-11/+11
2018-10-24memory-device: complete factoring out pre_plug handlingDavid Hildenbrand2-15/+32
2018-10-24memory-device: add device class function set_addr()David Hildenbrand1-0/+7
2018-10-24memory-device: drop get_region_size()David Hildenbrand2-19/+10
2018-10-24memory-device: factor out get_memory_region() from pc-dimmDavid Hildenbrand2-12/+24
2018-10-24memory-device: add and use memory_device_get_region_size()David Hildenbrand2-9/+14
2018-10-24memory-device: forward errors in get_region_size()/get_plugged_size()David Hildenbrand2-8/+6
2018-10-24memory-device: introduce separate config optionDavid Hildenbrand1-2/+2
2018-10-24memory-device: use memory device terminology in error messagesDavid Hildenbrand1-3/+3
2018-10-24pc-dimm: pass PCDIMMDevice to pc_dimm_.*plugDavid Hildenbrand1-13/+11
2018-10-24memory-device: improve "range conflicts" error messageDavid Hildenbrand1-1/+2
2018-10-24memory-device: fix error message when hinted address is too smallDavid Hildenbrand1-1/+2
2018-10-24memory-device: fix alignment error messageDavid Hildenbrand1-1/+1
2018-08-23pc-dimm: assign and verify the "addr" property during pre_plugDavid Hildenbrand1-24/+26
2018-08-23pc-dimm: assign and verify the "slot" property during pre_plugDavid Hildenbrand1-17/+18
2018-08-10mem/nvdimm: ensure write persistence to PMEM in label emulationJunyan He1-1/+8
2018-06-28pc-dimm: get_memory_region() will not fail after realizeDavid Hildenbrand1-6/+1
2018-06-28nvdimm: make get_memory_region() perform checks and initializationDavid Hildenbrand1-9/+35
2018-06-28nvdimm: convert nvdimm_mr into a pointerDavid Hildenbrand1-4/+13
2018-06-28nvdimm: convert "unarmed" into a static propertyDavid Hildenbrand1-25/+7
2018-06-28pc-dimm: merge get_(vmstate_)memory_region()David Hildenbrand1-8/+5
2018-06-28hostmem: drop error variable from host_memory_backend_get_memory()David Hildenbrand2-4/+4
2018-06-28nvdimm: no need to overwrite get_vmstate_memory_region()David Hildenbrand1-6/+0
2018-06-28pc-dimm: remove pc_dimm_get_free_slot() from headerDavid Hildenbrand1-1/+3
2018-06-28pc-dimm: rename pc_dimm_memory_* to pc_dimm_*David Hildenbrand1-3/+3
2018-06-28pc-dimm: remove leftover "struct pc_dimms_capacity"David Hildenbrand1-5/+0
2018-06-28memory-device: turn alignment assert into checkDavid Hildenbrand1-1/+7
2018-05-23nvdimm: fix typo in label-size definitionRoss Zwisler1-1/+1
2018-05-11pc-dimm: fix error messages if no slots were definedDavid Hildenbrand1-1/+8
2018-05-07pc-dimm: move actual plug/unplug of a memory region to MemoryDeviceDavid Hildenbrand2-3/+20
2018-05-07pc-dimm: factor out capacity and slot checks into MemoryDeviceDavid Hildenbrand2-60/+51
2018-05-07pc-dimm: factor out address search into MemoryDevice codeDavid Hildenbrand2-107/+88
2018-05-07pc-dimm: pass in the machine and to the MemoryHotplugStateDavid Hildenbrand1-4/+4
2018-05-07pc-dimm: no need to pass the memory regionDavid Hildenbrand1-3/+9
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand3-56/+185
2018-03-20qmp: distinguish PC-DIMM and NVDIMM in MemoryDeviceInfoListHaozhong Zhang1-1/+9
2018-03-20pc-dimm: make qmp_pc_dimm_device_list() sort devices by addressHaozhong Zhang1-39/+44
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+0
2018-01-19nvdimm: add 'unarmed' optionHaozhong Zhang1-0/+26
2018-01-19nvdimm: add a macro for property "label-size"Haozhong Zhang1-1/+1