Age | Commit message (Expand) | Author |
2018-08-23 | pc-dimm: assign and verify the "addr" property during pre_plug | David Hildenbrand |
2018-08-23 | pc-dimm: assign and verify the "slot" property during pre_plug | David Hildenbrand |
2018-08-10 | mem/nvdimm: ensure write persistence to PMEM in label emulation | Junyan He |
2018-06-28 | pc-dimm: get_memory_region() will not fail after realize | David Hildenbrand |
2018-06-28 | nvdimm: make get_memory_region() perform checks and initialization | David Hildenbrand |
2018-06-28 | nvdimm: convert nvdimm_mr into a pointer | David Hildenbrand |
2018-06-28 | nvdimm: convert "unarmed" into a static property | David Hildenbrand |
2018-06-28 | pc-dimm: merge get_(vmstate_)memory_region() | David Hildenbrand |
2018-06-28 | hostmem: drop error variable from host_memory_backend_get_memory() | David Hildenbrand |
2018-06-28 | nvdimm: no need to overwrite get_vmstate_memory_region() | David Hildenbrand |
2018-06-28 | pc-dimm: remove pc_dimm_get_free_slot() from header | David Hildenbrand |
2018-06-28 | pc-dimm: rename pc_dimm_memory_* to pc_dimm_* | David Hildenbrand |
2018-06-28 | pc-dimm: remove leftover "struct pc_dimms_capacity" | David Hildenbrand |
2018-06-28 | memory-device: turn alignment assert into check | David Hildenbrand |
2018-05-23 | nvdimm: fix typo in label-size definition | Ross Zwisler |
2018-05-11 | pc-dimm: fix error messages if no slots were defined | David Hildenbrand |
2018-05-07 | pc-dimm: move actual plug/unplug of a memory region to MemoryDevice | David Hildenbrand |
2018-05-07 | pc-dimm: factor out capacity and slot checks into MemoryDevice | David Hildenbrand |
2018-05-07 | pc-dimm: factor out address search into MemoryDevice code | David Hildenbrand |
2018-05-07 | pc-dimm: pass in the machine and to the MemoryHotplugState | David Hildenbrand |
2018-05-07 | pc-dimm: no need to pass the memory region | David Hildenbrand |
2018-05-07 | pc-dimm: factor out MemoryDevice interface | David Hildenbrand |
2018-03-20 | qmp: distinguish PC-DIMM and NVDIMM in MemoryDeviceInfoList | Haozhong Zhang |
2018-03-20 | pc-dimm: make qmp_pc_dimm_device_list() sort devices by address | Haozhong Zhang |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster |
2018-01-19 | nvdimm: add 'unarmed' option | Haozhong Zhang |
2018-01-19 | nvdimm: add a macro for property "label-size" | Haozhong Zhang |
2017-12-15 | spapr: replace numa_get_node() with lookup in pc-dimm list | Igor Mammedov |
2017-09-14 | qmp: introduce query-memory-size-summary command | Vadim Galitsyn |
2017-08-22 | hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev' | Thomas Huth |
2017-07-31 | docs: fix broken paths to docs/devel/tracing.txt | Philippe Mathieu-Daudé |
2017-07-14 | dimm: Convert to DEFINE_PROP_LINK | Fam Zheng |
2017-07-14 | qom: enforce readonly nature of link's check callback | Igor Mammedov |
2017-06-20 | pc-dimm: make "size" property uint64 | Marc-André Lureau |
2017-06-20 | pc-dimm: use get_uint() for dimm properties | Marc-André Lureau |
2016-11-01 | pc: memhp: enable nvdimm device hotplug | Xiao Guangrong |
2016-09-28 | trace: move hw/mem/pc-dimm.c trace points into correct file | Daniel P. Berrange |
2016-07-20 | nvdimm: fix memory leak in error code path | Stefan Hajnoczi |
2016-07-13 | hostmem: detect host backend memory is being used properly | Xiao Guangrong |
2016-06-24 | nvdimm: support nvdimm label | Xiao Guangrong |
2016-06-24 | pc-dimm: introduce get_vmstate_memory_region callback | Xiao Guangrong |
2016-06-07 | pc-dimm: introduce realize callback | Xiao Guangrong |
2016-06-07 | pc-dimm: get memory region from ->get_memory_region() | Xiao Guangrong |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-18 | qapi: Don't special-case simple union wrappers | Eric Blake |
2016-03-11 | pc-dimm: fix error handling in pc_dimm_check_memdev_is_busy() | Igor Mammedov |
2016-02-23 | move get_current_ram_size to virtio-balloon.c | Vladimir Sementsov-Ogievskiy |
2016-02-08 | qom: Swap 'name' next to visitor in ObjectPropertyAccessor | Eric Blake |
2016-02-08 | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake |
2016-01-29 | hw: Clean up includes | Peter Maydell |