1. be81ba6 hw/mem/pc-dimm: Restrict NUMA-specific code to NUMA machines by Philippe Mathieu-Daudé · 3 years, 5 months ago
  2. 65ce87d kconfig: split CONFIG_SPARSE_MEM from fuzzing by Paolo Bonzini · 3 years, 6 months ago
  3. d0fb965 docs: fix references to docs/devel/tracing.rst by Stefano Garzarella · 3 years, 11 months ago
  4. cfa1f4b hw/mem/nvdimm: Use Kconfig 'imply' instead of 'depends on' by Philippe Mathieu-Daudé · 3 years, 11 months ago
  5. 367196c Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pull-request' into staging by Peter Maydell · 3 years, 11 months ago
  6. 6005ee0 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 3 years, 11 months ago
  7. 8a49487 pc-dimm: remove unnecessary get_vmstate_memory_region() method by Maciej S. Szmigiero · 4 years ago
  8. b51d446 hw/mem/meson: Fix linking sparse-mem device with fuzzer by Philippe Mathieu-Daudé · 4 years ago
  9. ee86213 Do not include exec/address-spaces.h if it's not really necessary by Thomas Huth · 4 years ago
  10. 230376d memory: add a sparse memory device for fuzzing by Alexander Bulekov · 4 years, 1 month ago
  11. b16c5a2 nvdimm: put it into the 'storage' category by Gan Qixin · 4 years, 4 months ago
  12. dbd730e nvdimm: check -object memory-backend-file, readonly=on option by Stefan Hajnoczi · 4 years, 3 months ago
  13. 95b3a8c qapi: More complex uses of QAPI_LIST_APPEND by Eric Blake · 4 years, 3 months ago
  14. 828d651 hw/*: Use type casting for SysBusDevice in NPCM7XX by Hao Wu · 4 years, 3 months ago
  15. 61f3c91 nomaintainer: Fix Lesser GPL version number by Chetan Pant · 4 years, 5 months ago
  16. c726aa6 memory-device: Add get_min_alignment() callback by David Hildenbrand · 4 years, 6 months ago
  17. 780a4d2 memory-device: Support big alignment requirements by David Hildenbrand · 4 years, 6 months ago
  18. 84fd549 pc-dimm: Drop @errp argument of pc_dimm_plug() by Greg Kurz · 4 years, 5 months ago
  19. 1351f89 hw/mem: Stubbed out NPCM7xx Memory Controller model by Havard Skinnemoen · 4 years, 7 months ago
  20. 97813b9 meson: convert hw/mem by Marc-André Lureau · 6 years ago
  21. 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
  22. 7a309cc qom: Change object_get_canonical_path_component() not to malloc by Markus Armbruster · 4 years, 9 months ago
  23. 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 9 months ago
  24. dcfe480 error: Avoid unnecessary error_propagate() after error_setg() by Markus Armbruster · 4 years, 9 months ago
  25. 5325cc3 qom: Put name parameter before value / visitor parameter by Markus Armbruster · 4 years, 9 months ago
  26. 1421703 qapi: Use returned bool to check for failure, manual part by Markus Armbruster · 4 years, 9 months ago
  27. 62a35aa qapi: Use returned bool to check for failure, Coccinelle part by Markus Armbruster · 4 years, 9 months ago
  28. 75de4ef nvdimm: Plug memory leak in uuid property setter by Markus Armbruster · 5 years ago
  29. b69c3c2 qdev: Unrealize must not fail by Markus Armbruster · 5 years ago
  30. d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 5 years ago
  31. a2261b2 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pull-request' into staging by Peter Maydell · 5 years ago
  32. b5a60be hw/arm/virt: Add nvdimm hot-plug infrastructure by Kwangwoo Lee · 5 years ago
  33. 12d814e hw/mem/pc-dimm: Fix line over 80 characters warning by Wainer dos Santos Moschetta · 5 years ago
  34. f4eaf69 hw/mem/pc-dimm: Print slot number on error at pc_dimm_pre_plug() by Wainer dos Santos Moschetta · 5 years ago
  35. ee3a71e spapr: Add NVDIMM device support by Shivaprasad G Bhat · 5 years ago
  36. 6c5627b nvdimm: add uuid property to nvdimm by Shivaprasad G Bhat · 5 years ago
  37. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  38. 8574c9f memory-device: Fix memory pre-plug error API violations by Markus Armbruster · 5 years ago
  39. 7320c8b memory-device: simplify Makefile.objs conditions by Paolo Bonzini · 5 years ago
  40. 64afc7c memory-device: break the loop if tmp exceed the hinted range by Wei Yang · 6 years ago
  41. fc2db85 memory-device: not necessary to use goto for the last check by Wei Yang · 6 years ago
  42. aa57020 numa: move numa global variable nb_numa_nodes into MachineState by Tao Xu · 6 years ago
  43. b58c5c2 numa: Move remaining NUMA declarations from sysemu.h to numa.h by Markus Armbruster · 6 years ago
  44. 7969dd9 Include sysemu/hostmem.h less by Markus Armbruster · 6 years ago
  45. a44432b numa: Don't include hw/boards.h into sysemu/numa.h by Markus Armbruster · 6 years ago
  46. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  47. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  48. 22235bb pc-dimm: fix crash when invalid slot number is used by Igor Mammedov · 6 years ago
  49. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  50. 500016e trace-events: Shorten file names in comments by Markus Armbruster · 6 years ago
  51. 87f9108 ppc64: Express dependencies of 'pseries' and 'powernv' machines with kconfig by Thomas Huth · 6 years ago
  52. 58accbc i386-softmmu.mak: remove all CONFIG_* except boards definitions by Yang Zhong · 6 years ago
  53. 82f5181 kconfig: introduce kconfig files by Paolo Bonzini · 6 years ago
  54. f60f5e8 pc-dimm: use same mechanism for [get|set]_addr by Wei Yang · 6 years ago
  55. e3213eb memory-device: rewrite address assignment using ranges by David Hildenbrand · 6 years ago
  56. 5e6aa26 memory-device: avoid overflows on very huge devices by David Hildenbrand · 6 years ago
  57. 3e18dbb memory-device: use QEMU_IS_ALIGNED by David Hildenbrand · 6 years ago
  58. 640713d nvdimm: set non-volatile on the memory region by Marc-André Lureau · 6 years ago
  59. 005fecc memory-device: trace when pre_plugging/plugging/unplugging by David Hildenbrand · 6 years ago
  60. 8288590 memory-device: complete factoring out unplug handling by David Hildenbrand · 6 years ago
  61. 55d67a0 memory-device: complete factoring out plug handling by David Hildenbrand · 6 years ago
  62. 6ef2c0f memory-device: complete factoring out pre_plug handling by David Hildenbrand · 6 years ago
  63. c331d3e memory-device: add device class function set_addr() by David Hildenbrand · 6 years ago
  64. af39002 memory-device: drop get_region_size() by David Hildenbrand · 6 years ago
  65. 3a0a2b0 memory-device: factor out get_memory_region() from pc-dimm by David Hildenbrand · 6 years ago
  66. 946d615 memory-device: add and use memory_device_get_region_size() by David Hildenbrand · 6 years ago
  67. e40c5b6 memory-device: forward errors in get_region_size()/get_plugged_size() by David Hildenbrand · 6 years ago
  68. 15cea5a memory-device: introduce separate config option by David Hildenbrand · 6 years ago
  69. 26b1d1f memory-device: use memory device terminology in error messages by David Hildenbrand · 6 years ago
  70. fd3416f pc-dimm: pass PCDIMMDevice to pc_dimm_.*plug by David Hildenbrand · 6 years ago
  71. f99d84b memory-device: improve "range conflicts" error message by David Hildenbrand · 6 years ago
  72. ac1b337 memory-device: fix error message when hinted address is too small by David Hildenbrand · 6 years ago
  73. 7c63ba2 memory-device: fix alignment error message by David Hildenbrand · 6 years ago
  74. b0e6244 pc-dimm: assign and verify the "addr" property during pre_plug by David Hildenbrand · 7 years ago
  75. 8f1ffe5 pc-dimm: assign and verify the "slot" property during pre_plug by David Hildenbrand · 7 years ago
  76. faf8a13 mem/nvdimm: ensure write persistence to PMEM in label emulation by Junyan He · 7 years ago
  77. f0b7bca pc-dimm: get_memory_region() will not fail after realize by David Hildenbrand · 7 years ago
  78. a4659a8 nvdimm: make get_memory_region() perform checks and initialization by David Hildenbrand · 7 years ago
  79. eb7fd4d nvdimm: convert nvdimm_mr into a pointer by David Hildenbrand · 7 years ago
  80. 5d10a0e nvdimm: convert "unarmed" into a static property by David Hildenbrand · 7 years ago
  81. a57d191 pc-dimm: merge get_(vmstate_)memory_region() by David Hildenbrand · 7 years ago
  82. 7943e97 hostmem: drop error variable from host_memory_backend_get_memory() by David Hildenbrand · 7 years ago
  83. 4ab56d0 nvdimm: no need to overwrite get_vmstate_memory_region() by David Hildenbrand · 7 years ago
  84. 9995c75 pc-dimm: remove pc_dimm_get_free_slot() from header by David Hildenbrand · 7 years ago
  85. 284878e pc-dimm: rename pc_dimm_memory_* to pc_dimm_* by David Hildenbrand · 7 years ago
  86. 1e695fd pc-dimm: remove leftover "struct pc_dimms_capacity" by David Hildenbrand · 7 years ago
  87. 4d8938a memory-device: turn alignment assert into check by David Hildenbrand · 7 years ago
  88. 1a97a47 nvdimm: fix typo in label-size definition by Ross Zwisler · 7 years ago
  89. 3ff333e pc-dimm: fix error messages if no slots were defined by David Hildenbrand · 7 years ago
  90. 18d11dc pc-dimm: move actual plug/unplug of a memory region to MemoryDevice by David Hildenbrand · 7 years ago
  91. 1b6d6af pc-dimm: factor out capacity and slot checks into MemoryDevice by David Hildenbrand · 7 years ago
  92. bb0831b pc-dimm: factor out address search into MemoryDevice code by David Hildenbrand · 7 years ago
  93. bd6c3e4 pc-dimm: pass in the machine and to the MemoryHotplugState by David Hildenbrand · 7 years ago
  94. acc7fa1 pc-dimm: no need to pass the memory region by David Hildenbrand · 7 years ago
  95. 2cc0e2e pc-dimm: factor out MemoryDevice interface by David Hildenbrand · 7 years ago
  96. 6388e18 qmp: distinguish PC-DIMM and NVDIMM in MemoryDeviceInfoList by Haozhong Zhang · 7 years ago
  97. 52c95ca pc-dimm: make qmp_pc_dimm_device_list() sort devices by address by Haozhong Zhang · 7 years ago
  98. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  99. cb83643 nvdimm: add 'unarmed' option by Haozhong Zhang · 7 years ago
  100. da6789c nvdimm: add a macro for property "label-size" by Haozhong Zhang · 7 years ago