1. 6ed6845 target/arm/arm-semi: Restrict use of TaskState* by Peter Maydell · 5 years ago
  2. 35e9a0a target/arm/arm-semi: Make semihosting code hand out its own file descriptors by Peter Maydell · 5 years ago
  3. f8ad230 target/arm/arm-semi: Correct comment about gdb syscall races by Peter Maydell · 5 years ago
  4. f7d38cf target/arm/arm-semi: Always set some kind of errno for failed calls by Peter Maydell · 5 years ago
  5. 1b00382 target/arm/arm-semi: Capture errno in softmmu version of set_swi_errno() by Peter Maydell · 5 years ago
  6. 88e4bd6 hw/net/lan9118.c: Switch to transaction-based ptimer API by Peter Maydell · 5 years ago
  7. 8c9dbc6 hw/watchdog/cmsdk-apb-watchdog.c: Switch to transaction-based ptimer API by Peter Maydell · 5 years ago
  8. 00ee4b0 hw/timer/mss-timerc: Switch to transaction-based ptimer API by Peter Maydell · 5 years ago
  9. 1b91499 hw/timer/imx_gpt.c: Switch to transaction-based ptimer API by Peter Maydell · 5 years ago
  10. cc2722e hw/timer/imx_epit.c: Switch to transaction-based ptimer API by Peter Maydell · 5 years ago
  11. 82c7f5f hw/timer/exynos4210_rtc.c: Switch main ptimer to transaction-based API by Peter Maydell · 5 years ago
  12. 2dd2030 hw/timer/exynos4210_rtc.c: Switch 1Hz ptimer to transaction-based API by Peter Maydell · 5 years ago
  13. b1b104e hw/timer/exynos4210_pwm.c: Switch to transaction-based ptimer API by Peter Maydell · 5 years ago
  14. 6c27ee9 hw/timer/exynos4210_mct.c: Switch ltick to transaction-based ptimer API by Peter Maydell · 5 years ago
  15. 50f07d7 hw/timer/exynos4210_mct.c: Switch LFRC to transaction-based ptimer API by Peter Maydell · 5 years ago
  16. 9ede4ec hw/timer/exynos4210_mct.c: Switch GFRC to transaction-based ptimer API by Peter Maydell · 5 years ago
  17. 30e22c8 hw/timer/digic-timer.c: Switch to transaction-based ptimer API by Peter Maydell · 5 years ago
  18. 19c12fe hw/timer/cmsdk-apb-timer.c: Switch to transaction-based ptimer API by Peter Maydell · 5 years ago
  19. da38e06 hw/timer/cmsdk-apb-dualtimer.c: Switch to transaction-based ptimer API by Peter Maydell · 5 years ago
  20. 581b088 hw/timer/arm_mptimer.c: Switch to transaction-based ptimer API by Peter Maydell · 5 years ago
  21. 827c421 hw/timer/allwinner-a10-pit.c: Switch to transaction-based ptimer API by Peter Maydell · 5 years ago
  22. d8052a2 hw/arm/musicpal.c: Switch to transaction-based ptimer API by Peter Maydell · 5 years ago
  23. 5a65f7b hw/timer/arm_timer.c: Switch to transaction-based ptimer API by Peter Maydell · 5 years ago
  24. 91b37ae tests/ptimer-test: Switch to transaction-based ptimer API by Peter Maydell · 5 years ago
  25. 78b6eaa ptimer: Provide new transaction-based API by Peter Maydell · 5 years ago
  26. b014226 ptimer: Rename ptimer_init() to ptimer_init_with_bh() by Peter Maydell · 5 years ago
  27. fff9f55 ARM: KVM: Check KVM_CAP_ARM_IRQ_LINE_LAYOUT_2 for smp_cpus > 256 by Eric Auger · 5 years ago
  28. f653092 intc/arm_gic: Support IRQ injection for more than 256 vpus by Eric Auger · 5 years ago
  29. f363d03 linux headers: update against v5.4-rc1 by Eric Auger · 5 years ago
  30. 3af78db Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 5 years ago
  31. 9020e95 Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 5 years ago
  32. 3779d18 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 5 years ago
  33. 403e11e trace: avoid "is" with a literal Python 3.8 warnings by Stefan Hajnoczi · 5 years ago
  34. bd20038 trace: add --group=all to tracing.txt by Stefan Hajnoczi · 5 years ago
  35. 4a512a9 Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20191012' into staging by Peter Maydell · 5 years ago
  36. a1406a9 iotests: Test large write request to qcow2 file by Max Reitz · 5 years ago
  37. d1b9d19 qcow2: Limit total allocation range to INT_MAX by Max Reitz · 5 years ago
  38. 495bf89 qemu-nbd: Support help options for --object by Kevin Wolf · 5 years ago
  39. c6e5cdf qemu-img: Support help options for --object by Kevin Wolf · 5 years ago
  40. 4fa1f0d qemu-io: Support help options for --object by Kevin Wolf · 5 years ago
  41. 3e9297f vl: Split off user_creatable_print_help() by Kevin Wolf · 5 years ago
  42. 48c8d3c iotests/028: Fix for long $TEST_DIRs by Max Reitz · 5 years ago
  43. f2208fd block: Reject misaligned write requests with BDRV_REQ_NO_FALLBACK by Alberto Garcia · 5 years ago
  44. e4ec5ad replay: add BH oneshot event for block layer by Pavel Dovgalyuk · 5 years ago
  45. ae25dcc replay: finish record/replay before closing the disks by Pavel Dovgalyuk · 5 years ago
  46. c8aa789 replay: don't drain/flush bdrv queue while RR is working by Pavel Dovgalyuk · 5 years ago
  47. de499eb replay: update docs for record/replay with block devices by Pavel Dovgalyuk · 5 years ago
  48. 2586397 replay: disable default snapshot for record/replay by Pavel Dovgalyuk · 5 years ago
  49. 3c6c434 block: implement bdrv_snapshot_goto for blkreplay by Pavel Dovgalyuk · 5 years ago
  50. 6caaad4 block/vhdx: add check for truncated image files by Peter Lieven · 5 years ago
  51. c760cb7 Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20191011a' into staging by Peter Maydell · 5 years ago
  52. 22dbfde Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20191010.0' into staging by Peter Maydell · 5 years ago
  53. c8b2bc5 Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2019-10-10' into staging by Peter Maydell · 5 years ago
  54. 088d670 Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-10' into staging by Peter Maydell · 5 years ago
  55. cdfc44a Merge remote-tracking branch 'remotes/davidhildenbrand/tags/s390x-tcg-2019-10-10' into staging by Peter Maydell · 5 years ago
  56. 69de484 test-bdrv-drain: fix iothread_join() hang by Stefan Hajnoczi · 5 years ago
  57. 25bf181 Update OpenBIOS images to f28e16f9 built from submodule. by Mark Cave-Ayland · 5 years ago
  58. 9a85e4b migration: Support gtree migration by Eric Auger · 5 years ago
  59. aff66d2 migration/multifd: pages->used would be cleared when attach to multifd_send_state by Wei Yang · 5 years ago
  60. 9985e1f migration/multifd: initialize packet->magic/version once at setup stage by Wei Yang · 5 years ago
  61. f2148c4 migration/multifd: use pages->allocated instead of the static max by Wei Yang · 5 years ago
  62. d884e77 migration/multifd: fix a typo in comment of multifd_recv_unfill_packet() by Wei Yang · 5 years ago
  63. 0197d89 migration/postcopy: check PostcopyState before setting to POSTCOPY_INCOMING_RUNNING by Wei Yang · 5 years ago
  64. 2a7eb14 migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incoming_setup by Wei Yang · 5 years ago
  65. 2d49bac migration/postcopy: postpone setting PostcopyState to END by Wei Yang · 5 years ago
  66. 2a461c2 migration/postcopy: mis->have_listen_thread check will never be touched by Wei Yang · 5 years ago
  67. 4991f30 migration: report SaveStateEntry id and name on failure by Wei Yang · 5 years ago
  68. 17d9351 migration: pass in_postcopy instead of check state again by Wei Yang · 5 years ago
  69. da1725d migration/postcopy: fix typo in mark_postcopy_blocktime_begin's comment by Wei Yang · 5 years ago
  70. 6629890 migration/postcopy: map large zero page in postcopy_ram_incoming_setup() by Wei Yang · 5 years ago
  71. 3414322 migration/postcopy: allocate tmp_page in setup stage by Wei Yang · 5 years ago
  72. fb14a42 migration: Don't try and recover return path in non-postcopy by Dr. David Alan Gilbert · 5 years ago
  73. 694ea27 rcu: Use automatic rc_read unlock in core memory/exec code by Dr. David Alan Gilbert · 5 years ago
  74. 987ab2a migration: Use automatic rcu_read unlock in rdma.c by Dr. David Alan Gilbert · 5 years ago
  75. 89ac5a1 migration: Use automatic rcu_read unlock in ram.c by Dr. David Alan Gilbert · 5 years ago
  76. 0e6ebd4 migration: Fix missing rcu_read_unlock by Dr. David Alan Gilbert · 5 years ago
  77. 5626f8c rcu: Add automatically released rcu_read_lock variants by Dr. David Alan Gilbert · 5 years ago
  78. 8f8d528 migration: use migration_is_active to represent active state by Wei Yang · 5 years ago
  79. d964d3b hw/vfio/pci: fix double free in vfio_msi_disable by Evgeny Yakovlev · 5 years ago
  80. e410bbc MAINTAINERS: Downgrade status of virtio-9p to "Odd Fixes" by Greg Kurz · 5 years ago
  81. 1f6493b s390x/tcg: MVCL: Exit to main loop if requested by David Hildenbrand · 5 years ago
  82. 35f05b2 iotests/162: Fix for newer Linux 5.3+ by Max Reitz · 5 years ago
  83. 6b6aa82 9p: Use variable length suffixes for inode remapping by Christian Schoenebeck · 5 years ago
  84. f3fe4a2 9p: stat_to_qid: implement slow path by Antonios Motakis · 5 years ago
  85. 1a6ed33 9p: Added virtfs option 'multidevs=remap|forbid|warn' by Antonios Motakis · 5 years ago
  86. 3b5ee9e 9p: Treat multiple devices on one export as an error by Antonios Motakis · 5 years ago
  87. ea52cdd fsdev: Add return value to fsdev_throttle_parse_opts() by Greg Kurz · 5 years ago
  88. c0da0cb 9p: Simplify error path of v9fs_device_realize_common() by Greg Kurz · 5 years ago
  89. 8703283 9p: unsigned type for type, version, path by Antonios Motakis · 5 years ago
  90. da51e99 tests: fix I/O test for hosts defaulting to LUKSv2 by Daniel P. Berrangé · 5 years ago
  91. e99754b nbd: add empty .bdrv_reopen_prepare by Maxim Levitsky · 5 years ago
  92. 00e30f0 block/backup: use backup-top instead of write notifiers by Vladimir Sementsov-Ogievskiy · 5 years ago
  93. 7df7868 block: introduce backup-top filter driver by Vladimir Sementsov-Ogievskiy · 5 years ago
  94. 0f4b02b block/block-copy: split block_copy_set_callbacks function by Vladimir Sementsov-Ogievskiy · 5 years ago
  95. 843670f block/backup: move write_flags calculation inside backup_job_create by Vladimir Sementsov-Ogievskiy · 5 years ago
  96. a6ffe19 block/backup: move in-flight requests handling from backup to block-copy by Vladimir Sementsov-Ogievskiy · 5 years ago
  97. f2d86ad iotests: Use stat -c %b in 125 by Max Reitz · 5 years ago
  98. 285f595 iotests: Disable 125 on broken XFS versions by Max Reitz · 5 years ago
  99. e6e8db0 iotests: Fix 125 for growth_mode = metadata by Max Reitz · 5 years ago
  100. d924559 qapi: query-blockstat: add driver specific file-posix stats by Anton Nefedov · 5 years ago