Age | Commit message (Expand) | Author |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-07-29 | pc-dimm: fix crash when invalid slot number is used | Igor Mammedov |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster |
2019-03-07 | ppc64: Express dependencies of 'pseries' and 'powernv' machines with kconfig | Thomas Huth |
2019-03-07 | i386-softmmu.mak: remove all CONFIG_* except boards definitions | Yang Zhong |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini |
2019-02-21 | pc-dimm: use same mechanism for [get|set]_addr | Wei Yang |
2019-01-09 | memory-device: rewrite address assignment using ranges | David Hildenbrand |
2018-12-11 | memory-device: avoid overflows on very huge devices | David Hildenbrand |
2018-12-11 | memory-device: use QEMU_IS_ALIGNED | David Hildenbrand |
2018-11-06 | nvdimm: set non-volatile on the memory region | Marc-André Lureau |
2018-10-24 | memory-device: trace when pre_plugging/plugging/unplugging | David Hildenbrand |
2018-10-24 | memory-device: complete factoring out unplug handling | David Hildenbrand |
2018-10-24 | memory-device: complete factoring out plug handling | David Hildenbrand |
2018-10-24 | memory-device: complete factoring out pre_plug handling | David Hildenbrand |
2018-10-24 | memory-device: add device class function set_addr() | David Hildenbrand |
2018-10-24 | memory-device: drop get_region_size() | David Hildenbrand |
2018-10-24 | memory-device: factor out get_memory_region() from pc-dimm | David Hildenbrand |
2018-10-24 | memory-device: add and use memory_device_get_region_size() | David Hildenbrand |
2018-10-24 | memory-device: forward errors in get_region_size()/get_plugged_size() | David Hildenbrand |
2018-10-24 | memory-device: introduce separate config option | David Hildenbrand |
2018-10-24 | memory-device: use memory device terminology in error messages | David Hildenbrand |
2018-10-24 | pc-dimm: pass PCDIMMDevice to pc_dimm_.*plug | David Hildenbrand |
2018-10-24 | memory-device: improve "range conflicts" error message | David Hildenbrand |
2018-10-24 | memory-device: fix error message when hinted address is too small | David Hildenbrand |
2018-10-24 | memory-device: fix alignment error message | David Hildenbrand |
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 |