1. 97813b9 meson: convert hw/mem by Marc-André Lureau · 6 years ago
  2. 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
  3. 7a309cc qom: Change object_get_canonical_path_component() not to malloc by Markus Armbruster · 4 years, 8 months ago
  4. 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 8 months ago
  5. dcfe480 error: Avoid unnecessary error_propagate() after error_setg() by Markus Armbruster · 4 years, 8 months ago
  6. 5325cc3 qom: Put name parameter before value / visitor parameter by Markus Armbruster · 4 years, 8 months ago
  7. 1421703 qapi: Use returned bool to check for failure, manual part by Markus Armbruster · 4 years, 8 months ago
  8. 62a35aa qapi: Use returned bool to check for failure, Coccinelle part by Markus Armbruster · 4 years, 8 months ago
  9. 75de4ef nvdimm: Plug memory leak in uuid property setter by Markus Armbruster · 4 years, 10 months ago
  10. b69c3c2 qdev: Unrealize must not fail by Markus Armbruster · 4 years, 10 months ago
  11. d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 10 months ago
  12. a2261b2 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pull-request' into staging by Peter Maydell · 4 years, 10 months ago
  13. b5a60be hw/arm/virt: Add nvdimm hot-plug infrastructure by Kwangwoo Lee · 4 years, 11 months ago
  14. 12d814e hw/mem/pc-dimm: Fix line over 80 characters warning by Wainer dos Santos Moschetta · 5 years ago
  15. f4eaf69 hw/mem/pc-dimm: Print slot number on error at pc_dimm_pre_plug() by Wainer dos Santos Moschetta · 5 years ago
  16. ee3a71e spapr: Add NVDIMM device support by Shivaprasad G Bhat · 5 years ago
  17. 6c5627b nvdimm: add uuid property to nvdimm by Shivaprasad G Bhat · 5 years ago
  18. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  19. 8574c9f memory-device: Fix memory pre-plug error API violations by Markus Armbruster · 5 years ago
  20. 7320c8b memory-device: simplify Makefile.objs conditions by Paolo Bonzini · 5 years ago
  21. 64afc7c memory-device: break the loop if tmp exceed the hinted range by Wei Yang · 6 years ago
  22. fc2db85 memory-device: not necessary to use goto for the last check by Wei Yang · 6 years ago
  23. aa57020 numa: move numa global variable nb_numa_nodes into MachineState by Tao Xu · 6 years ago
  24. b58c5c2 numa: Move remaining NUMA declarations from sysemu.h to numa.h by Markus Armbruster · 6 years ago
  25. 7969dd9 Include sysemu/hostmem.h less by Markus Armbruster · 6 years ago
  26. a44432b numa: Don't include hw/boards.h into sysemu/numa.h by Markus Armbruster · 6 years ago
  27. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  28. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  29. 22235bb pc-dimm: fix crash when invalid slot number is used by Igor Mammedov · 6 years ago
  30. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  31. 500016e trace-events: Shorten file names in comments by Markus Armbruster · 6 years ago
  32. 87f9108 ppc64: Express dependencies of 'pseries' and 'powernv' machines with kconfig by Thomas Huth · 6 years ago
  33. 58accbc i386-softmmu.mak: remove all CONFIG_* except boards definitions by Yang Zhong · 6 years ago
  34. 82f5181 kconfig: introduce kconfig files by Paolo Bonzini · 6 years ago
  35. f60f5e8 pc-dimm: use same mechanism for [get|set]_addr by Wei Yang · 6 years ago
  36. e3213eb memory-device: rewrite address assignment using ranges by David Hildenbrand · 6 years ago
  37. 5e6aa26 memory-device: avoid overflows on very huge devices by David Hildenbrand · 6 years ago
  38. 3e18dbb memory-device: use QEMU_IS_ALIGNED by David Hildenbrand · 6 years ago
  39. 640713d nvdimm: set non-volatile on the memory region by Marc-André Lureau · 6 years ago
  40. 005fecc memory-device: trace when pre_plugging/plugging/unplugging by David Hildenbrand · 6 years ago
  41. 8288590 memory-device: complete factoring out unplug handling by David Hildenbrand · 6 years ago
  42. 55d67a0 memory-device: complete factoring out plug handling by David Hildenbrand · 6 years ago
  43. 6ef2c0f memory-device: complete factoring out pre_plug handling by David Hildenbrand · 6 years ago
  44. c331d3e memory-device: add device class function set_addr() by David Hildenbrand · 6 years ago
  45. af39002 memory-device: drop get_region_size() by David Hildenbrand · 6 years ago
  46. 3a0a2b0 memory-device: factor out get_memory_region() from pc-dimm by David Hildenbrand · 6 years ago
  47. 946d615 memory-device: add and use memory_device_get_region_size() by David Hildenbrand · 6 years ago
  48. e40c5b6 memory-device: forward errors in get_region_size()/get_plugged_size() by David Hildenbrand · 6 years ago
  49. 15cea5a memory-device: introduce separate config option by David Hildenbrand · 6 years ago
  50. 26b1d1f memory-device: use memory device terminology in error messages by David Hildenbrand · 6 years ago
  51. fd3416f pc-dimm: pass PCDIMMDevice to pc_dimm_.*plug by David Hildenbrand · 6 years ago
  52. f99d84b memory-device: improve "range conflicts" error message by David Hildenbrand · 6 years ago
  53. ac1b337 memory-device: fix error message when hinted address is too small by David Hildenbrand · 6 years ago
  54. 7c63ba2 memory-device: fix alignment error message by David Hildenbrand · 6 years ago
  55. b0e6244 pc-dimm: assign and verify the "addr" property during pre_plug by David Hildenbrand · 7 years ago
  56. 8f1ffe5 pc-dimm: assign and verify the "slot" property during pre_plug by David Hildenbrand · 7 years ago
  57. faf8a13 mem/nvdimm: ensure write persistence to PMEM in label emulation by Junyan He · 7 years ago
  58. f0b7bca pc-dimm: get_memory_region() will not fail after realize by David Hildenbrand · 7 years ago
  59. a4659a8 nvdimm: make get_memory_region() perform checks and initialization by David Hildenbrand · 7 years ago
  60. eb7fd4d nvdimm: convert nvdimm_mr into a pointer by David Hildenbrand · 7 years ago
  61. 5d10a0e nvdimm: convert "unarmed" into a static property by David Hildenbrand · 7 years ago
  62. a57d191 pc-dimm: merge get_(vmstate_)memory_region() by David Hildenbrand · 7 years ago
  63. 7943e97 hostmem: drop error variable from host_memory_backend_get_memory() by David Hildenbrand · 7 years ago
  64. 4ab56d0 nvdimm: no need to overwrite get_vmstate_memory_region() by David Hildenbrand · 7 years ago
  65. 9995c75 pc-dimm: remove pc_dimm_get_free_slot() from header by David Hildenbrand · 7 years ago
  66. 284878e pc-dimm: rename pc_dimm_memory_* to pc_dimm_* by David Hildenbrand · 7 years ago
  67. 1e695fd pc-dimm: remove leftover "struct pc_dimms_capacity" by David Hildenbrand · 7 years ago
  68. 4d8938a memory-device: turn alignment assert into check by David Hildenbrand · 7 years ago
  69. 1a97a47 nvdimm: fix typo in label-size definition by Ross Zwisler · 7 years ago
  70. 3ff333e pc-dimm: fix error messages if no slots were defined by David Hildenbrand · 7 years ago
  71. 18d11dc pc-dimm: move actual plug/unplug of a memory region to MemoryDevice by David Hildenbrand · 7 years ago
  72. 1b6d6af pc-dimm: factor out capacity and slot checks into MemoryDevice by David Hildenbrand · 7 years ago
  73. bb0831b pc-dimm: factor out address search into MemoryDevice code by David Hildenbrand · 7 years ago
  74. bd6c3e4 pc-dimm: pass in the machine and to the MemoryHotplugState by David Hildenbrand · 7 years ago
  75. acc7fa1 pc-dimm: no need to pass the memory region by David Hildenbrand · 7 years ago
  76. 2cc0e2e pc-dimm: factor out MemoryDevice interface by David Hildenbrand · 7 years ago
  77. 6388e18 qmp: distinguish PC-DIMM and NVDIMM in MemoryDeviceInfoList by Haozhong Zhang · 7 years ago
  78. 52c95ca pc-dimm: make qmp_pc_dimm_device_list() sort devices by address by Haozhong Zhang · 7 years ago
  79. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  80. cb83643 nvdimm: add 'unarmed' option by Haozhong Zhang · 7 years ago
  81. da6789c nvdimm: add a macro for property "label-size" by Haozhong Zhang · 7 years ago
  82. f47bd1c spapr: replace numa_get_node() with lookup in pc-dimm list by Igor Mammedov · 7 years ago
  83. 9aa3397 qmp: introduce query-memory-size-summary command by Vadim Galitsyn · 8 years ago
  84. 0479097 hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev' by Thomas Huth · 8 years ago
  85. 87e0331 docs: fix broken paths to docs/devel/tracing.txt by Philippe Mathieu-Daudé · 8 years ago
  86. 2de7e26 dimm: Convert to DEFINE_PROP_LINK by Fam Zheng · 8 years ago
  87. 8f5d58e qom: enforce readonly nature of link's check callback by Igor Mammedov · 8 years ago
  88. b053ef6 pc-dimm: make "size" property uint64 by Marc-André Lureau · 8 years ago
  89. 9ed442b pc-dimm: use get_uint() for dimm properties by Marc-André Lureau · 8 years ago
  90. b097cc5 pc: memhp: enable nvdimm device hotplug by Xiao Guangrong · 8 years ago
  91. e97eb6f trace: move hw/mem/pc-dimm.c trace points into correct file by Daniel P. Berrange · 8 years ago
  92. cdcab9d nvdimm: fix memory leak in error code path by Stefan Hajnoczi · 9 years ago
  93. 2aece63 hostmem: detect host backend memory is being used properly by Xiao Guangrong · 9 years ago
  94. d6fb213 nvdimm: support nvdimm label by Xiao Guangrong · 9 years ago
  95. 8df1426 pc-dimm: introduce get_vmstate_memory_region callback by Xiao Guangrong · 9 years ago
  96. 9f318f8 pc-dimm: introduce realize callback by Xiao Guangrong · 9 years ago
  97. 3c3e88a pc-dimm: get memory region from ->get_memory_region() by Xiao Guangrong · 9 years ago
  98. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  99. 32bafa8 qapi: Don't special-case simple union wrappers by Eric Blake · 9 years ago
  100. c9f4b77 pc-dimm: fix error handling in pc_dimm_check_memdev_is_busy() by Igor Mammedov · 9 years ago