1. 2d00cbd block/qcow2-bitmap: use bdrv_dirty_bitmap_next_dirty by Vladimir Sementsov-Ogievskiy · 4 years, 3 months ago
  2. dacbb6e nbd/server: use bdrv_dirty_bitmap_next_dirty_area by Vladimir Sementsov-Ogievskiy · 4 years, 3 months ago
  3. 89cbc7e nbd/server: introduce NBDExtentArray by Vladimir Sementsov-Ogievskiy · 4 years, 3 months ago
  4. 299ea9f block/dirty-bitmap: improve _next_dirty_area API by Vladimir Sementsov-Ogievskiy · 4 years, 3 months ago
  5. 9399c54 block/dirty-bitmap: add _next_dirty API by Vladimir Sementsov-Ogievskiy · 4 years, 3 months ago
  6. 642700f block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_t by Vladimir Sementsov-Ogievskiy · 4 years, 3 months ago
  7. 0c88f19 hbitmap: drop meta bitmaps as they are unused by Vladimir Sementsov-Ogievskiy · 4 years, 3 months ago
  8. 30b8346 hbitmap: unpublish hbitmap_iter_skip_words by Vladimir Sementsov-Ogievskiy · 4 years, 3 months ago
  9. be24c71 hbitmap: move hbitmap_iter_next_word to hbitmap.c by Vladimir Sementsov-Ogievskiy · 4 years, 3 months ago
  10. 6a15099 hbitmap: assert that we don't create bitmap larger than INT64_MAX by Vladimir Sementsov-Ogievskiy · 4 years, 3 months ago
  11. 9bda600 build: Silence clang warning on older glib autoptr usage by Eric Blake · 4 years, 2 months ago
  12. cf4b644 Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-03-17' into staging by Peter Maydell · 4 years, 2 months ago
  13. b319df5 Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200317' into staging by Peter Maydell · 4 years, 2 months ago
  14. f4abfc6 MAINTAINERS: add simplebench by Vladimir Sementsov-Ogievskiy · 4 years, 2 months ago
  15. 28c4992 scripts/simplebench: add example usage of simplebench by Vladimir Sementsov-Ogievskiy · 4 years, 2 months ago
  16. 3e36da6 scripts/simplebench: add qemu/bench_block_job.py by Vladimir Sementsov-Ogievskiy · 4 years, 2 months ago
  17. 7cc8e0a scripts/simplebench: add simplebench.py by Vladimir Sementsov-Ogievskiy · 4 years, 2 months ago
  18. 3c6712e hw/i386: Rename apicid_from_topo_ids to x86_apicid_from_topo_ids by Babu Moger · 4 years, 2 months ago
  19. c24a41b hw/i386: Update structures to save the number of nodes per package by Babu Moger · 4 years, 2 months ago
  20. 156778a hw/i386: Remove unnecessary initialization in x86_cpu_new by Babu Moger · 4 years, 2 months ago
  21. 8cb30e3 machine: Add SMP Sockets in CpuTopology by Babu Moger · 4 years, 2 months ago
  22. f20dec0 hw/i386: Consolidate topology functions by Babu Moger · 4 years, 2 months ago
  23. 53a5e7b hw/i386: Introduce X86CPUTopoInfo to contain topology info by Babu Moger · 4 years, 2 months ago
  24. 781c67c cpu: Use DeviceClass reset instead of a special CPUClass reset by Peter Maydell · 4 years, 2 months ago
  25. 4ba59be machine/memory encryption: Disable mem merge by Dr. David Alan Gilbert · 4 years, 3 months ago
  26. dcf08bc hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDs by Babu Moger · 4 years, 2 months ago
  27. 143c30d i386: Add 2nd Generation AMD EPYC processors by Moger, Babu · 4 years, 6 months ago
  28. a16e8db i386: Add missing cpu feature bits in EPYC model by Moger, Babu · 4 years, 6 months ago
  29. c63938d target/i386: Add new property note to versioned CPU models by Tao Xu · 4 years, 3 months ago
  30. ab0c942 target/i386: Add Denverton-v2 (no MPX) CPU model by Tao Xu · 4 years, 3 months ago
  31. a51d6a5 tests/docker: make "buildah bud" output similar to "docker build" by Cleber Rosa · 4 years, 2 months ago
  32. e631eb2 tests/docker: add CentOS 8 Dockerfile by Cleber Rosa · 4 years, 2 months ago
  33. 4ec49f0 Acceptance tests: add make targets to download images by Cleber Rosa · 4 years, 2 months ago
  34. 6fd52d6 Acceptance test: add "boot_linux" tests by Cleber Rosa · 4 years, 2 months ago
  35. b44513b Acceptance tests: introduce BUILD_DIR and SOURCE_DIR by Cleber Rosa · 4 years, 2 months ago
  36. 566054a python/qemu/qmp.py: QMP debug with VM label by Oksana Vohchana · 4 years, 2 months ago
  37. 08712fc net: Track netdevs in NetClientState rather than QemuOpt by Eric Blake · 4 years, 2 months ago
  38. db2a380 net: Complete qapi-fication of netdev_add by Eric Blake · 4 years, 2 months ago
  39. f0ccc00 qmp: constify QmpCommand and list by Marc-André Lureau · 4 years, 2 months ago
  40. df4097a qapi: Mark deprecated QMP parts with feature 'deprecated' by Markus Armbruster · 4 years, 2 months ago
  41. f965e8f qapi: New special feature flag "deprecated" by Markus Armbruster · 4 years, 2 months ago
  42. 4a88373 qapi: Replace qmp_dispatch()'s TODO comment by an explanation by Markus Armbruster · 4 years, 2 months ago
  43. a62c617 qapi: Simplify how qmp_dispatch() gets the request ID by Markus Armbruster · 4 years, 2 months ago
  44. d322603 qapi: Simplify how qmp_dispatch() deals with QCO_NO_SUCCESS_RESP by Markus Armbruster · 4 years, 2 months ago
  45. cf4a064 qapi: Inline do_qmp_dispatch() into qmp_dispatch() by Markus Armbruster · 4 years, 2 months ago
  46. 84ab008 qapi: Add feature flags to struct members by Markus Armbruster · 4 years, 2 months ago
  47. 645178c qapi/schema: Call QAPIDoc.connect_member() in just one place by Markus Armbruster · 4 years, 2 months ago
  48. 5858fd1 qapi/schema: Rename QAPISchemaObjectType{Variant,Variants} by Markus Armbruster · 4 years, 2 months ago
  49. 226b5be qapi/schema: Reorder classes so related ones are together by Markus Armbruster · 4 years, 2 months ago
  50. ed30f58 qapi/schema: Change _make_features() to a take feature list by Markus Armbruster · 4 years, 2 months ago
  51. 24cfd6a qapi/introspect: Factor out _make_tree() by Markus Armbruster · 4 years, 2 months ago
  52. 2e8a843 qapi/introspect: Rename *qlit* to reduce confusion by Markus Armbruster · 4 years, 2 months ago
  53. 7b3bc9e qapi: Consistently put @features parameter right after @ifcond by Markus Armbruster · 4 years, 2 months ago
  54. 013b4ef qapi: Add feature flags to remaining definitions by Markus Armbruster · 4 years, 2 months ago
  55. e4405b3 qapi/schema: Clean up around QAPISchemaEntity.connect_doc() by Markus Armbruster · 4 years, 2 months ago
  56. 11deae8 tests/test-qmp-event: Check event is actually emitted by Markus Armbruster · 4 years, 2 months ago
  57. 052be50 tests/test-qmp-event: Use qobject_is_equal() by Markus Armbruster · 4 years, 2 months ago
  58. 3ecc393 tests/test-qmp-event: Simplify test data setup by Markus Armbruster · 4 years, 2 months ago
  59. 3d16042 tests/test-qmp-cmds: Simplify test data setup by Markus Armbruster · 4 years, 2 months ago
  60. ef9f5f0 tests/test-qmp-cmds: Check responses more thoroughly by Markus Armbruster · 4 years, 2 months ago
  61. 3306459 tests/test-qmp-cmds: Factor out qmp_dispatch() test helpers by Markus Armbruster · 4 years, 2 months ago
  62. 86014c6 docs/devel/qapi-code-gen: Document 'features' introspection by Markus Armbruster · 4 years, 2 months ago
  63. ad52292 docs/devel/qapi-code-gen: Clarify allow-oob introspection by Markus Armbruster · 4 years, 2 months ago
  64. 0f365e3 qapi: Belatedly update doc comment for @wait deprecation by Markus Armbruster · 4 years, 2 months ago
  65. 73756ae qemu-doc: Belatedly document QMP command arg & result deprecation by Markus Armbruster · 4 years, 2 months ago
  66. d649689 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 4 years, 2 months ago
  67. cc818a2 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 4 years, 2 months ago
  68. 3bc2609 gdbstub: Fix single-step issue by confirming 'vContSupported+' feature to gdb by Changbin Du · 4 years, 2 months ago
  69. d86b467 gdbstub: do not split gdb_monitor_write payload by Damien Hedde · 4 years, 2 months ago
  70. d116e81 gdbstub: change GDBState.last_packet to GByteArray by Damien Hedde · 4 years, 2 months ago
  71. f4a23e1 tests/tcg/aarch64: add test-sve-ioctl guest-debug test by Alex Bennée · 4 years, 2 months ago
  72. 2b6d637 tests/tcg/aarch64: add SVE iotcl test by Alex Bennée · 4 years, 2 months ago
  73. cf58773 tests/tcg/aarch64: add a gdbstub testcase for SVE registers by Alex Bennée · 4 years, 2 months ago
  74. db2ea0d tests/guest-debug: add a simple test runner by Alex Bennée · 4 years, 2 months ago
  75. f48e590 configure: allow user to specify what gdb to use by Alex Bennée · 4 years, 2 months ago
  76. fe18573 tests/tcg/aarch64: userspace system register test by Alex Bennée · 4 years, 2 months ago
  77. 976b99b target/arm: don't bother with id_aa64pfr0_read for USER_ONLY by Alex Bennée · 4 years, 2 months ago
  78. d12379c target/arm: generate xml description of our SVE registers by Alex Bennée · 4 years, 2 months ago
  79. 7b6a219 target/arm: default SVE length to 64 bytes for linux-user by Alex Bennée · 4 years, 2 months ago
  80. 32d6e32 target/arm: explicitly encode regnum in our XML by Alex Bennée · 4 years, 2 months ago
  81. 448d4d1 target/arm: prepare for multiple dynamic XMLs by Alex Bennée · 4 years, 2 months ago
  82. a010bdb gdbstub: extend GByteArray to read register helpers by Alex Bennée · 4 years, 2 months ago
  83. b7b8756 target/i386: use gdb_get_reg helpers by Alex Bennée · 4 years, 2 months ago
  84. 462474d target/m68k: use gdb_get_reg helpers by Alex Bennée · 4 years, 2 months ago
  85. 8b1ca58 target/arm: use gdb_get_reg helpers by Alex Bennée · 4 years, 2 months ago
  86. 532cc1f gdbstub: add helper for 128 bit registers by Alex Bennée · 4 years, 2 months ago
  87. 4a25f1b gdbstub: move mem_buf to GDBState and use GByteArray by Alex Bennée · 4 years, 2 months ago
  88. 308f9e8 gdbstub: move str_buf to GDBState and use GString by Alex Bennée · 4 years, 2 months ago
  89. a346af3 gdbstub: stop passing GDBState * around and use global by Alex Bennée · 4 years, 2 months ago
  90. 8d98c44 gdbstub: make GDBState static and have common init function by Alex Bennée · 4 years, 2 months ago
  91. 2dbd39c travis.yml: Set G_MESSAGES_DEBUG do report GLib errors by Philippe Mathieu-Daudé · 4 years, 2 months ago
  92. d276394 tests/docker: Update VirGL to v0.8.0 by Philippe Mathieu-Daudé · 4 years, 2 months ago
  93. 5b9d40f tests/docker: Remove obsolete VirGL --with-glx configure option by Philippe Mathieu-Daudé · 4 years, 2 months ago
  94. 72e3c1d tests/docker: Update VirGL git repository URL by Philippe Mathieu-Daudé · 4 years, 2 months ago
  95. 1bbf2d0 tests/docker: Install tools to cross-debug and build Linux kernels by Philippe Mathieu-Daudé · 4 years, 2 months ago
  96. 942ab68 docs/devel/qapi-code-gen: Fix typo in grammar by Markus Armbruster · 4 years, 2 months ago
  97. 709dfb6 hw/sd/ssi-sd: fix error handling in ssi_sd_realize by Vladimir Sementsov-Ogievskiy · 4 years, 2 months ago
  98. 526ab8e xen-block: Use one Error * variable instead of two by Markus Armbruster · 4 years, 2 months ago
  99. 6f64998 Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-mar-17-2020' into staging by Peter Maydell · 4 years, 2 months ago
  100. 7d0776c hw/ide: Remove unneeded inclusion of hw/ide.h by BALATON Zoltan · 4 years, 2 months ago