Age | Commit message (Expand) | Author | Files | Lines |
2017-09-14 | qmp: introduce query-memory-size-summary command | Vadim Galitsyn | 1 | -0/+5 |
2017-08-22 | hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev' | Thomas Huth | 2 | -4/+12 |
2017-07-31 | docs: fix broken paths to docs/devel/tracing.txt | Philippe Mathieu-Daudé | 1 | -1/+1 |
2017-07-14 | dimm: Convert to DEFINE_PROP_LINK | Fam Zheng | 1 | -23/+7 |
2017-07-14 | qom: enforce readonly nature of link's check callback | Igor Mammedov | 1 | -1/+1 |
2017-06-20 | pc-dimm: make "size" property uint64 | Marc-André Lureau | 1 | -9/+9 |
2017-06-20 | pc-dimm: use get_uint() for dimm properties | Marc-André Lureau | 1 | -2/+3 |
2016-11-01 | pc: memhp: enable nvdimm device hotplug | Xiao Guangrong | 1 | -4/+0 |
2016-09-28 | trace: move hw/mem/pc-dimm.c trace points into correct file | Daniel P. Berrange | 1 | -0/+5 |
2016-07-20 | nvdimm: fix memory leak in error code path | Stefan Hajnoczi | 1 | -0/+1 |
2016-07-13 | hostmem: detect host backend memory is being used properly | Xiao Guangrong | 1 | -7/+11 |
2016-06-24 | nvdimm: support nvdimm label | Xiao Guangrong | 1 | -0/+132 |
2016-06-24 | pc-dimm: introduce get_vmstate_memory_region callback | Xiao Guangrong | 1 | -2/+12 |
2016-06-07 | pc-dimm: introduce realize callback | Xiao Guangrong | 1 | -0/+5 |
2016-06-07 | pc-dimm: get memory region from ->get_memory_region() | Xiao Guangrong | 1 | -1/+2 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-03-18 | qapi: Don't special-case simple union wrappers | Eric Blake | 1 | -1/+1 |
2016-03-11 | pc-dimm: fix error handling in pc_dimm_check_memdev_is_busy() | Igor Mammedov | 1 | -3/+10 |
2016-02-23 | move get_current_ram_size to virtio-balloon.c | Vladimir Sementsov-Ogievskiy | 1 | -26/+0 |
2016-02-08 | qom: Swap 'name' next to visitor in ObjectPropertyAccessor | Eric Blake | 1 | -2/+2 |
2016-02-08 | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake | 1 | -1/+1 |
2016-01-29 | hw: Clean up includes | Peter Maydell | 2 | -0/+2 |
2015-12-22 | nvdimm: implement NVDIMM device abstract | Xiao Guangrong | 2 | -0/+47 |
2015-11-02 | memory: Convert to new qapi union layout | Eric Blake | 1 | -3/+3 |
2015-10-29 | Revert "memhp: extend address auto assignment to support gaps" | Michael S. Tsirkin | 1 | -9/+6 |
2015-10-22 | pc-dimm: add vhost slots limit check before commiting to hotplug | Igor Mammedov | 1 | -0/+7 |
2015-10-06 | pc-dimm: Fail realization for invalid nodes in non-NUMA config | Bharata B Rao | 1 | -2/+3 |
2015-10-02 | memhp: extend address auto assignment to support gaps | Igor Mammedov | 1 | -6/+9 |
2015-07-03 | numa,pc-dimm: Store pc-dimm memory information in numa_info | Bharata B Rao | 1 | -0/+4 |
2015-07-03 | pc,pc-dimm: Factor out reusable parts in pc_dimm_plug to a separate routine | Bharata B Rao | 1 | -0/+80 |
2015-06-04 | pc-dimm: don't assert if pc-dimm alignment != hotpluggable mem range size | Igor Mammedov | 1 | -1/+0 |
2015-03-19 | pc-dimm: Add description for device list. | Paulo Vital | 1 | -0/+1 |
2015-03-04 | pc-dimm: add a function to calculate VM's current RAM size | zhanghailiang | 1 | -0/+26 |
2015-02-23 | numa: Move NUMA declarations from sysemu.h to numa.h | Eduardo Habkost | 1 | -0/+1 |
2015-01-27 | pc-dimm: Add Error argument to pc_existing_dimms_capacity | Bharata B Rao | 1 | -10/+22 |
2015-01-27 | pc-dimm: Make pc_existing_dimms_capacity global | Bharata B Rao | 1 | -0/+25 |
2014-11-23 | pc: pc-dimm: use backend alignment during address auto allocation | Igor Mammedov | 1 | -1/+4 |
2014-11-23 | pc: limit DIMM address and size to page aligned values | Igor Mammedov | 1 | -1/+13 |
2014-09-29 | pc-dimm: Don't check dimm->node when there is non-NUMA config | zhanghailiang | 1 | -1/+1 |
2014-08-14 | pc-dimm: fix up error message | Michael S. Tsirkin | 1 | -2/+3 |
2014-08-14 | pc-dimm: validate node property | Hu Tao | 1 | -0/+5 |
2014-07-06 | pc-dimm: error out if memory hotplug is not enabled | Igor Mammedov | 1 | -1/+7 |
2014-06-19 | qmp: add query-memory-devices command | Igor Mammedov | 1 | -0/+39 |
2014-06-19 | pc-dimm: add busy slot check and slot auto-allocation | Igor Mammedov | 1 | -0/+46 |
2014-06-19 | pc-dimm: add busy address check and address auto-allocation | Igor Mammedov | 1 | -0/+82 |
2014-06-19 | pc-dimm: do not allow setting an in-use memdev | Igor Mammedov | 1 | -1/+16 |
2014-06-19 | pc: implement pc-dimm device abstraction | Vasilis Liaskovitis | 2 | -0/+100 |