1. cdad781 configure,meson: add option to enable LTO by Daniele Buono · 4 years, 1 month ago
  2. 3df1a3d target/i386: Check privilege level for protected mode 'int N' task gate by Peter Maydell · 4 years, 1 month ago
  3. 63f957a qom: Assert that objects being destroyed have no parent by Eduardo Habkost · 4 years ago
  4. 08bdf5d test-char: Destroy chardev correctly at char_file_test_internal() by Eduardo Habkost · 4 years ago
  5. facf7c6 vl: initialize displays _after_ exiting preconfiguration by Paolo Bonzini · 4 years ago
  6. c035c8d configure: document --without-default-{features,devices} by Paolo Bonzini · 4 years ago
  7. 90e0c9b tests: update for rename of CentOS8 PowerTools repo by Daniel P. Berrangé · 4 years ago
  8. c9d78b0 tests/docker: Remove the remainders of debian9 containers from the Makefile by Thomas Huth · 4 years ago
  9. ee381b7 gitlab-CI: Test 32-bit builds with the fedora-i386-cross container by Thomas Huth · 4 years ago
  10. 2af43a6 tests/tcg: build tests with -Werror by Alex Bennée · 4 years, 1 month ago
  11. 53f4124 gitlab: add --without-default-features build by Alex Bennée · 4 years, 1 month ago
  12. 3fed93f gitlab: move --without-default-devices build from Travis by Alex Bennée · 4 years, 1 month ago
  13. afded35 python: add __repr__ to ConsoleSocket to aid debugging by Alex Bennée · 4 years, 1 month ago
  14. c87ea11 configure: add --without-default-features by Alex Bennée · 4 years, 1 month ago
  15. 0e8e77d configure: move gettext detection to meson.build by Alex Bennée · 4 years, 1 month ago
  16. f3890e7 gitlab: include aarch64-softmmu and ppc64-softmmu cross-system-build by Alex Bennée · 4 years, 1 month ago
  17. 41192db Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-request' into staging by Peter Maydell · 4 years ago
  18. 8373491 Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20201222' into staging by Peter Maydell · 4 years ago
  19. 3896895 Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-12-21' into staging by Peter Maydell · 4 years ago
  20. 1f7c027 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into staging by Peter Maydell · 4 years ago
  21. 5053634 Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into staging by Peter Maydell · 4 years ago
  22. 26f6b15 Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-12-18' into staging by Peter Maydell · 4 years ago
  23. c7e48f9 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 4 years ago
  24. 3fb340c Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201218a' into staging by Peter Maydell · 4 years ago
  25. 091774b Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-request' into staging by Peter Maydell · 4 years ago
  26. 65a3c59 Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-12-18' into staging by Peter Maydell · 4 years ago
  27. 24bfaae tests/acceptance: Add a test with the Fedora 31 kernel and initrd by Thomas Huth · 4 years ago
  28. b383407 s390x/pci: Fix memory_region_access_valid call by Matthew Rosato · 4 years ago
  29. 704d7a2 s390x/pci: fix pcistb length by Matthew Rosato · 4 years ago
  30. d986bc4 tests/acceptance: Test the virtio-balloon device on s390x by Thomas Huth · 4 years ago
  31. 7e54942 tests/acceptance: Test virtio-rng on s390 via /dev/hwrng by Thomas Huth · 4 years ago
  32. 09d4455 tests/acceptance: Extract the code to clear dmesg and wait for CRW reports by Thomas Huth · 4 years ago
  33. 44637c4 tests/acceptance: test hot(un)plug of ccw devices by Cornelia Huck · 4 years, 1 month ago
  34. 1a9aaa4 target/s390x: Improve SUB LOGICAL WITH BORROW by Richard Henderson · 4 years ago
  35. a2db06d target/s390x: Improve cc computation for SUBTRACT LOGICAL by Richard Henderson · 4 years ago
  36. 3bcc3fa target/s390x: Improve ADD LOGICAL WITH CARRY by Richard Henderson · 4 years ago
  37. ff26d28 target/s390x: Improve cc computation for ADD LOGICAL by Richard Henderson · 4 years ago
  38. 5b723a5 qga/commands-posix: Send CCW address on s390x with the fsinfo data by Thomas Huth · 4 years, 1 month ago
  39. 99eaf13 MAINTAINERS: move my git tree to gitlab by Cornelia Huck · 4 years ago
  40. 1024841 s390x: pv: Fence additional unavailable SCLP facilities for PV guests by Janosch Frank · 4 years, 1 month ago
  41. 4ac76ba qobject: Make QString immutable by Markus Armbruster · 4 years, 1 month ago
  42. 18cf67c block: Use GString instead of QString to build filenames by Markus Armbruster · 4 years, 1 month ago
  43. 7ece421 keyval: Use GString to accumulate value strings by Markus Armbruster · 4 years, 1 month ago
  44. 68af4cc json: Use GString instead of QString to accumulate strings by Markus Armbruster · 4 years, 1 month ago
  45. 3ddba9a migration: Replace migration's JSON writer by the general one by Markus Armbruster · 4 years, 1 month ago
  46. 998da0b qobject: Factor JSON writer out of qobject_to_json() by Markus Armbruster · 4 years, 1 month ago
  47. 91f54d9 qobject: Factor quoted_str() out of to_json() by Markus Armbruster · 4 years, 1 month ago
  48. b3119b0 qobject: Drop qstring_get_try_str() by Markus Armbruster · 4 years, 1 month ago
  49. 808ac36 qobject: Drop qobject_get_try_str() by Markus Armbruster · 4 years, 1 month ago
  50. 26c5282 Revert "qobject: let object_property_get_str() use new API" by Markus Armbruster · 4 years, 1 month ago
  51. 410f44f block: Avoid qobject_get_try_str() by Markus Armbruster · 4 years, 1 month ago
  52. d403d92 qmp: Fix tracing of non-string command IDs by Markus Armbruster · 4 years, 1 month ago
  53. 80d7112 qobject: Move internals to qobject-internal.h by Markus Armbruster · 4 years, 1 month ago
  54. bce8008 hw/rdma: Replace QList by GQueue by Markus Armbruster · 4 years, 1 month ago
  55. 88e25b1 Revert "qstring: add qstring_free()" by Markus Armbruster · 4 years, 1 month ago
  56. eab3a46 qobject: Change qobject_to_json()'s value to GString by Markus Armbruster · 4 years, 1 month ago
  57. f1cc129 qobject: Use GString instead of QString to accumulate JSON by Markus Armbruster · 4 years, 1 month ago
  58. 6589f45 qobject: Make qobject_to_json_pretty() take a pretty argument by Markus Armbruster · 4 years, 1 month ago
  59. 20076f4 monitor: Use GString instead of QString for output buffer by Markus Armbruster · 4 years, 1 month ago
  60. 436054e hmp: Simplify how qmp_human_monitor_command() gets output by Markus Armbruster · 4 years, 1 month ago
  61. 28f1c1f test-visitor-serialization: Clean up test_primitives() by Markus Armbruster · 4 years, 1 month ago
  62. 2a02c13 test-visitor-serialization: Drop insufficient precision workaround by Markus Armbruster · 4 years, 1 month ago
  63. 54addb0 string-output-visitor: Fix to use sufficient precision by Markus Armbruster · 4 years, 1 month ago
  64. 7b205a7 test-string-output-visitor: Cover "unround" number by Markus Armbruster · 4 years, 1 month ago
  65. f917eed qobject: Fix qnum_to_string() to use sufficient precision by Markus Armbruster · 4 years, 1 month ago
  66. 1a90769 tests/check-qnum: Cover qnum_to_string() for "unround" argument by Markus Armbruster · 4 years, 1 month ago
  67. 780df5d tests/check-qjson: Replace redundant large_number() by Markus Armbruster · 4 years, 1 month ago
  68. 4aea883 tests/check-qjson: Cover number 2^63 by Markus Armbruster · 4 years, 1 month ago
  69. 1a68eb8 tests/check-qjson: Examine QNum more thoroughly by Markus Armbruster · 4 years, 1 month ago
  70. 3953f82 tests/check-qjson: Don't skip funny QNumber to JSON conversions by Markus Armbruster · 4 years, 1 month ago
  71. 54aa3de qapi: Use QAPI_LIST_PREPEND() where possible by Eric Blake · 4 years, 2 months ago
  72. eaedde5 migration: Refactor migrate_cap_add by Eric Blake · 4 years, 2 months ago
  73. fe4d7e3 rocker: Revamp fp_port_get_info by Eric Blake · 4 years, 2 months ago
  74. bdd5ce0 bugfix: hostmem: Free host_nodes list right after visited by Keqian Zhu · 4 years, 1 month ago
  75. f405e3c qdev: Avoid unnecessary DeviceState* variable at set_prop_arraylen() by Eduardo Habkost · 4 years, 1 month ago
  76. 1e19871 qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr() by Eduardo Habkost · 4 years, 1 month ago
  77. 8f2aff6 qdev: Move qdev_prop_tpm declaration to tpm_prop.h by Eduardo Habkost · 4 years, 1 month ago
  78. 0d5d5bc qdev: Make qdev_class_add_property() more flexible by Eduardo Habkost · 4 years, 1 month ago
  79. f59c6d2 qdev: Make PropertyInfo.create return ObjectProperty* by Eduardo Habkost · 4 years, 1 month ago
  80. ea7c1e5 qdev: Move dev->realized check to qdev_property_set() by Eduardo Habkost · 4 years, 1 month ago
  81. 7ed854a qdev: Wrap getters and setters in separate helpers by Eduardo Habkost · 4 years, 1 month ago
  82. c80fab0 qdev: Add name argument to PropertyInfo.create method by Eduardo Habkost · 4 years, 1 month ago
  83. 23a1dae qdev: Add name parameter to qdev_class_add_property() by Eduardo Habkost · 4 years, 1 month ago
  84. 991f0ac qdev: Avoid using prop->name unnecessarily by Eduardo Habkost · 4 years, 1 month ago
  85. e68c2cb qdev: Get just property name at error_set_from_qdev_prop_error() by Eduardo Habkost · 4 years, 1 month ago
  86. 43b6ab4 sparc: Use DEFINE_PROP for nwindows property by Eduardo Habkost · 4 years, 1 month ago
  87. 45efa07 qdev: Reuse DEFINE_PROP in all DEFINE_PROP_* macros by Eduardo Habkost · 4 years, 1 month ago
  88. ce35e22 qdev: Move softmmu properties to qdev-properties-system.h by Eduardo Habkost · 4 years, 1 month ago
  89. eed31bc contrib/rdmacm-mux: Fix error condition in hash_tbl_search_fd_by_ifid() by AlexChen · 4 years, 2 months ago
  90. 0e72078 iotests: Fix _send_qemu_cmd with bash 5.1 by Max Reitz · 4 years ago
  91. 0c8fbfb iotests/102: Pass $QEMU_HANDLE to _send_qemu_cmd by Max Reitz · 4 years ago
  92. be7c5dd block/vpc: Use sizeof() instead of HEADER_SIZE for footer size by Markus Armbruster · 4 years ago
  93. a3d2761 block/vpc: Pass footer buffers as VHDFooter * instead of uint8_t * by Markus Armbruster · 4 years ago
  94. 275734e block/vpc: Pad VHDFooter, replace uint8_t[] buffers by Markus Armbruster · 4 years ago
  95. 3d6101a block/vpc: Use sizeof() instead of 1024 for dynamic header size by Markus Armbruster · 4 years ago
  96. e326f07 block/vpc: Pad VHDDynDiskHeader, replace uint8_t[] buffers by Markus Armbruster · 4 years ago
  97. 7550379 block/vpc: Make vpc_checksum() take void * by Markus Armbruster · 4 years ago
  98. a18dc3a block/vpc: Don't abuse the footer buffer for dynamic header by Markus Armbruster · 4 years ago
  99. b0ce8cb block/vpc: Don't abuse the footer buffer as BAT sector buffer by Markus Armbruster · 4 years ago
  100. 02df95c block/vpc: Make vpc_open() read the full dynamic header by Markus Armbruster · 4 years ago