1. c971d8f exec: introduce qemu_xxhash{2,4,5,6,7} by Emilio G. Cota · 6 years ago
  2. e132fde qht-bench: document -p flag by Emilio G. Cota · 6 years ago
  3. ac1043f tcg: Drop nargs from tcg_op_insert_{before,after} by Emilio G. Cota · 6 years ago
  4. 161dec9 tcg/mips: Improve the add2/sub2 command to use TCG_TARGET_REG_BITS by Alistair Francis · 6 years ago
  5. e1dcf35 tcg: Add TCG_TARGET_HAS_MEMORY_BSWAP by Richard Henderson · 6 years ago
  6. 6498594 tcg/optimize: Optimize bswap by Richard Henderson · 6 years ago
  7. 9e821ea tcg: Clean up generic bswap64 by Richard Henderson · 6 years ago
  8. a686dc7 tcg: Clean up generic bswap32 by Richard Henderson · 6 years ago
  9. 5785c17 tcg/i386: Add setup_guest_base_seg for FreeBSD by Richard Henderson · 6 years ago
  10. 913c2bd tcg/i386: Precompute all guest_base parameters by Richard Henderson · 6 years ago
  11. 4810d96 tcg/i386: Assume 32-bit values are zero-extended by Richard Henderson · 6 years ago
  12. 7547827 tcg/i386: Implement INDEX_op_extr{lh}_i64_i32 for 32-bit guests by Richard Henderson · 6 years ago
  13. 3dbc8c6 tcg/i386: Propagate is64 to tcg_out_qemu_ld_slow_path by Richard Henderson · 6 years ago
  14. 1d21d95 tcg/i386: Propagate is64 to tcg_out_qemu_ld_direct by Richard Henderson · 6 years ago
  15. 55dfd8f tcg/s390x: Return false on failure from patch_reloc by Richard Henderson · 6 years ago
  16. d513290 tcg/ppc: Return false on failure from patch_reloc by Richard Henderson · 6 years ago
  17. 43fabd3 tcg/arm: Return false on failure from patch_reloc by Richard Henderson · 6 years ago
  18. 214bfe8 tcg/aarch64: Return false on failure from patch_reloc by Richard Henderson · 6 years ago
  19. bec3afd tcg/i386: Return false on failure from patch_reloc by Richard Henderson · 6 years ago
  20. 6ac1778 tcg: Return success from patch_reloc by Richard Henderson · 6 years ago
  21. 8c1b079 tcg/mips: Remove retranslation code by Richard Henderson · 6 years ago
  22. 791645f tcg/sparc: Remove retranslation code by Richard Henderson · 6 years ago
  23. 3661612 tcg/s390: Remove retranslation code by Richard Henderson · 6 years ago
  24. f9c7246f tcg/ppc: Fold away "noaddr" branch routines by Richard Henderson · 6 years ago
  25. 37ee93a tcg/arm: Fold away "noaddr" branch routines by Richard Henderson · 6 years ago
  26. 2672ccc tcg/arm: Remove reloc_pc24_atomic by Richard Henderson · 6 years ago
  27. 733589b tcg/aarch64: Fold away "noaddr" branch routines by Richard Henderson · 6 years ago
  28. 90d6cb7 tcg/aarch64: Remove reloc_pc26_atomic by Richard Henderson · 6 years ago
  29. 66c0285 tcg/i386: Move TCG_REG_CALL_STACK from define to enum by Richard Henderson · 6 years ago
  30. 5740d9f tcg/i386: Always use %ebp for TCG_AREG0 by Richard Henderson · 6 years ago
  31. f6823cb target/sparc: Remove the constant pool by Richard Henderson · 6 years ago
  32. 58b1f0f Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 6 years ago
  33. 3866e6b Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181214-pull-request' into staging by Peter Maydell · 6 years ago
  34. 81781be Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-13-v2' into staging by Peter Maydell · 6 years ago
  35. d058a37 Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging by Peter Maydell · 6 years ago
  36. 110b1a8 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181213' into staging by Peter Maydell · 6 years ago
  37. 537c3d4 block/mirror: add missing coroutine_fn annotations by Stefan Hajnoczi · 6 years ago
  38. 2c26e64 iotests: make 235 work on s390 (and others) by Christian Borntraeger · 6 years ago
  39. e6d79c4 block: Assert that flags are up-to-date in bdrv_reopen_prepare() by Alberto Garcia · 6 years ago
  40. 8eb4b07 block: Remove assertions from update_flags_from_options() by Alberto Garcia · 6 years ago
  41. 9aa09dd block: Stop passing flags to bdrv_reopen_queue_child() by Alberto Garcia · 6 years ago
  42. 2e89172 block: Remove flags parameter from bdrv_reopen_queue() by Alberto Garcia · 6 years ago
  43. 3c4e964 block: Clean up reopen_backing_file() in block/replication.c by Alberto Garcia · 6 years ago
  44. dc900c3 qemu-io: Put flag changes in the options QDict in reopen_f() by Alberto Garcia · 6 years ago
  45. 295cf23 block: Drop bdrv_reopen() by Alberto Garcia · 6 years ago
  46. 1ba7938 block: Use bdrv_reopen_set_read_only() in the mirror driver by Alberto Garcia · 6 years ago
  47. 1b57774 block: Use bdrv_reopen_set_read_only() in external_snapshot_commit() by Alberto Garcia · 6 years ago
  48. 051a60f block: Use bdrv_reopen_set_read_only() in qmp_change_backing_file() by Alberto Garcia · 6 years ago
  49. e7d22f8 block: Use bdrv_reopen_set_read_only() in stream_start/complete() by Alberto Garcia · 6 years ago
  50. c742a36 block: Use bdrv_reopen_set_read_only() in bdrv_commit() by Alberto Garcia · 6 years ago
  51. e70cdc5 block: Use bdrv_reopen_set_read_only() in commit_start/complete() by Alberto Garcia · 6 years ago
  52. e94d3db block: Use bdrv_reopen_set_read_only() in bdrv_backing_update_filename() by Alberto Garcia · 6 years ago
  53. 6e1000a block: Add bdrv_reopen_set_read_only() by Alberto Garcia · 6 years ago
  54. 0342567 file-posix: Avoid aio_worker() for QEMU_AIO_IOCTL by Kevin Wolf · 6 years ago
  55. 2f3a7ab file-posix: Switch to .bdrv_co_ioctl by Kevin Wolf · 6 years ago
  56. c9db2b6 file-posix: Remove paio_submit_co() by Kevin Wolf · 6 years ago
  57. 999e6b6 file-posix: Avoid aio_worker() for QEMU_AIO_READ/WRITE by Kevin Wolf · 6 years ago
  58. 54c7ca1 file-posix: Move read/write operation logic out of aio_worker() by Kevin Wolf · 6 years ago
  59. 06dc9bd file-posix: Avoid aio_worker() for QEMU_AIO_FLUSH by Kevin Wolf · 6 years ago
  60. 46ee0f4 file-posix: Avoid aio_worker() for QEMU_AIO_DISCARD by Kevin Wolf · 6 years ago
  61. 7154d8a file-posix: Avoid aio_worker() for QEMU_AIO_WRITE_ZEROES by Kevin Wolf · 6 years ago
  62. 58a209c file-posix: Avoid aio_worker() for QEMU_AIO_COPY_RANGE by Kevin Wolf · 6 years ago
  63. 29cb4c0 file-posix: Avoid aio_worker() for QEMU_AIO_TRUNCATE by Kevin Wolf · 6 years ago
  64. 5d5de25 file-posix: Factor out raw_thread_pool_submit() by Kevin Wolf · 6 years ago
  65. d57c44d file-posix: Reorganise RawPosixAIOData by Kevin Wolf · 6 years ago
  66. e23c9d7 qcow2: do decompression in threads by Vladimir Sementsov-Ogievskiy · 6 years ago
  67. c3c10f7 qcow2: aio support for compressed cluster read by Vladimir Sementsov-Ogievskiy · 6 years ago
  68. c068a1c qcow2: use byte-based read in qcow2_decompress_cluster by Vladimir Sementsov-Ogievskiy · 6 years ago
  69. 341926a qcow2: refactor decompress_buffer by Vladimir Sementsov-Ogievskiy · 6 years ago
  70. f4b3e2a qcow2: move decompression from qcow2-cluster.c to qcow2.c by Vladimir Sementsov-Ogievskiy · 6 years ago
  71. 6994fd7 qcow2: make more generic interface for qcow2_compress by Vladimir Sementsov-Ogievskiy · 6 years ago
  72. 19a4448 qcow2: use Z_OK instead of 0 for deflateInit2 return code check by Vladimir Sementsov-Ogievskiy · 6 years ago
  73. 3a75187 block/backup: drop unused synchronization interface by Vladimir Sementsov-Ogievskiy · 6 years ago
  74. e4f9752 block/replication: drop extra synchronization by Vladimir Sementsov-Ogievskiy · 6 years ago
  75. 95a156f dmg: exchanging hardcoded dmg UDIF block types to enum. by Julio Faracco · 6 years ago
  76. 7a40b41 dmg: including dmg-lzfse module inside dmg block driver. by Julio Faracco · 6 years ago
  77. 83bc1f9 configure: adding support to lzfse library. by Julio Faracco · 6 years ago
  78. c13e80d block: adding lzfse decompressing support as a module. by Julio Faracco · 6 years ago
  79. 0f98c99 Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-12-12' into staging by Peter Maydell · 6 years ago
  80. 90c1a74 usb-mtp: Limit filename to object information size by Michael Hanselmann · 6 years ago
  81. bab9df3 usb-mtp: use O_NOFOLLOW and O_CLOEXEC. by Gerd Hoffmann · 6 years ago
  82. 335d10c qapi: add conditions to REPLICATION type/commands on the schema by Marc-André Lureau · 6 years ago
  83. fd9dda3 qapi: add more conditions to SPICE by Marc-André Lureau · 6 years ago
  84. 01ae9cc qapi: add condition to variants documentation by Marc-André Lureau · 6 years ago
  85. 8867bf0 qapi: add 'If:' condition to struct members documentation by Marc-André Lureau · 6 years ago
  86. a35c9bf qapi: add 'If:' condition to enum values documentation by Marc-André Lureau · 6 years ago
  87. 8ee06f6 qapi: Add #if conditions to generated code members by Marc-André Lureau · 6 years ago
  88. d8d5fef Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request' into staging by Peter Maydell · 6 years ago
  89. 3e270dc qapi: add 'if' to alternate members by Marc-André Lureau · 6 years ago
  90. a272428 qapi: add 'if' to union members by Marc-André Lureau · 6 years ago
  91. ccadd6b qapi: Add 'if' to implicit struct members by Marc-André Lureau · 6 years ago
  92. 87adbbf qapi: add a dictionary form for TYPE by Marc-André Lureau · 6 years ago
  93. 7bd2634 qapi-events: add 'if' condition to implicit event enum by Marc-André Lureau · 6 years ago
  94. 6cc32b0 qapi: add 'if' to enum members by Marc-André Lureau · 6 years ago
  95. ea738b2 qapi: add a dictionary form with 'name' key for enum members by Marc-André Lureau · 6 years ago
  96. 7e80d48 qapi: improve reporting of unknown or missing keys by Marc-André Lureau · 6 years ago
  97. 563bd35 qapi: factor out checking for keys by Marc-André Lureau · 6 years ago
  98. 1e381b6 tests: print enum type members more like object type members by Marc-André Lureau · 6 years ago
  99. 1962bd3 qapi: change enum visitor and gen_enum* to take QAPISchemaMember by Marc-André Lureau · 6 years ago
  100. 9c2f56e qapi: Do not define enumeration value explicitly by Marc-André Lureau · 6 years ago