summaryrefslogtreecommitdiffstats
path: root/hw/mem
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* trace: move hw/mem/pc-dimm.c trace points into correct fileDaniel P. Berrange2016-09-281-0/+5
* nvdimm: fix memory leak in error code pathStefan Hajnoczi2016-07-201-0/+1
* hostmem: detect host backend memory is being used properlyXiao Guangrong2016-07-131-7/+11
* nvdimm: support nvdimm labelXiao Guangrong2016-06-241-0/+132
* pc-dimm: introduce get_vmstate_memory_region callbackXiao Guangrong2016-06-241-2/+12
* pc-dimm: introduce realize callbackXiao Guangrong2016-06-071-0/+5
* pc-dimm: get memory region from ->get_memory_region()Xiao Guangrong2016-06-071-1/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* qapi: Don't special-case simple union wrappersEric Blake2016-03-181-1/+1
* pc-dimm: fix error handling in pc_dimm_check_memdev_is_busy()Igor Mammedov2016-03-111-3/+10
* move get_current_ram_size to virtio-balloon.cVladimir Sementsov-Ogievskiy2016-02-231-26/+0Star
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2016-02-081-2/+2
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-1/+1
* hw: Clean up includesPeter Maydell2016-01-292-0/+2
* nvdimm: implement NVDIMM device abstractXiao Guangrong2015-12-222-0/+47
* memory: Convert to new qapi union layoutEric Blake2015-11-021-3/+3
* Revert "memhp: extend address auto assignment to support gaps"Michael S. Tsirkin2015-10-291-9/+6Star
* pc-dimm: add vhost slots limit check before commiting to hotplugIgor Mammedov2015-10-221-0/+7
* pc-dimm: Fail realization for invalid nodes in non-NUMA configBharata B Rao2015-10-061-2/+3
* memhp: extend address auto assignment to support gapsIgor Mammedov2015-10-021-6/+9
* numa,pc-dimm: Store pc-dimm memory information in numa_infoBharata B Rao2015-07-031-0/+4
* pc,pc-dimm: Factor out reusable parts in pc_dimm_plug to a separate routineBharata B Rao2015-07-031-0/+80
* pc-dimm: don't assert if pc-dimm alignment != hotpluggable mem range sizeIgor Mammedov2015-06-041-1/+0Star
* pc-dimm: Add description for device list.Paulo Vital2015-03-191-0/+1
* pc-dimm: add a function to calculate VM's current RAM sizezhanghailiang2015-03-041-0/+26
* numa: Move NUMA declarations from sysemu.h to numa.hEduardo Habkost2015-02-231-0/+1
* pc-dimm: Add Error argument to pc_existing_dimms_capacityBharata B Rao2015-01-271-10/+22
* pc-dimm: Make pc_existing_dimms_capacity globalBharata B Rao2015-01-271-0/+25
* pc: pc-dimm: use backend alignment during address auto allocationIgor Mammedov2014-11-231-1/+4
* pc: limit DIMM address and size to page aligned valuesIgor Mammedov2014-11-231-1/+13
* pc-dimm: Don't check dimm->node when there is non-NUMA configzhanghailiang2014-09-291-1/+1
* pc-dimm: fix up error messageMichael S. Tsirkin2014-08-141-2/+3