1. 9cc43c9 net/colo-compare.c: Expose "compare_timeout" to users by Zhang Chen · 4 years, 2 months ago
  2. 767cc9a hw/net/can: Make CanBusClientInfo::can_receive() return a boolean by Philippe Mathieu-Daudé · 4 years, 2 months ago
  3. b8c4b67 hw/net: Make NetCanReceive() return a boolean by Philippe Mathieu-Daudé · 4 years, 2 months ago
  4. 3317db7 hw/net/rtl8139: Update coding style to make checkpatch.pl happy by Philippe Mathieu-Daudé · 4 years, 2 months ago
  5. 2fa3d2d hw/net/rtl8139: Simplify if/else statement by Philippe Mathieu-Daudé · 4 years, 2 months ago
  6. 0002c3a hw/net/smc91c111: Let smc91c111_can_receive() return a boolean by Philippe Mathieu-Daudé · 4 years, 2 months ago
  7. 205ce56 hw/net/e1000e_core: Let e1000e_can_receive() return a boolean by Philippe Mathieu-Daudé · 4 years, 2 months ago
  8. f22a57a Fixed integer overflow in e1000e by Andrew Melnychenko · 4 years, 2 months ago
  9. a43790f hw/net/i82596.c: Avoid reading off end of buffer in i82596_receive() by Peter Maydell · 4 years, 2 months ago
  10. baba731 hw/net/i82596: Correct command bitmask (CID 1419392) by Philippe Mathieu-Daudé · 4 years, 3 months ago
  11. 2a95551 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200330' into staging by Peter Maydell · 4 years, 1 month ago
  12. b412378 decodetree: Use Python3 floor division operator by Philippe Mathieu-Daudé · 4 years, 1 month ago
  13. e20cb81 tcg/i386: Fix INDEX_op_dup2_vec by Richard Henderson · 4 years, 1 month ago
  14. 83019e8 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200330' into staging by Peter Maydell · 4 years, 1 month ago
  15. 88828bf target/arm: fix incorrect current EL bug in aarch32 exception emulation by Changbin Du · 4 years, 1 month ago
  16. 660b4e7 hw/arm/xlnx-zynqmp.c: Add missing error-propagation code by Peter Maydell · 4 years, 1 month ago
  17. 63fef62 hw/arm/xlnx-zynqmp.c: Avoid memory leak in error-return path by Peter Maydell · 4 years, 1 month ago
  18. e22684e docs/conf.py: Raise ConfigError for bad Sphinx Python version by Peter Maydell · 4 years, 1 month ago
  19. 34d8df2 hw/misc/allwinner-h3-dramc: enforce 64-bit multiply when calculating row mirror address by Niek Linnenbank · 4 years, 1 month ago
  20. c251191 hw/arm/orangepi: check for potential NULL pointer when calling blk_is_available by Niek Linnenbank · 4 years, 1 month ago
  21. f9fe845 Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-request' into staging by Peter Maydell · 4 years, 1 month ago
  22. 1469029 linux-user: Support futex_time64 by Alistair Francis · 4 years, 2 months ago
  23. 17e8907 acpi: add acpi=OnOffAuto machine property to x86 and arm virt by Gerd Hoffmann · 4 years, 2 months ago
  24. 9d283f8 fix vhost_user_blk_watch crash by Li Feng · 4 years, 2 months ago
  25. 32a2d6b hw/i386/amd_iommu.c: Fix corruption of log events passed to guest by Peter Maydell · 4 years, 1 month ago
  26. de38ed3 virtio-iommu: avoid memleak in the unrealize by Pan Nengyuan · 4 years, 1 month ago
  27. cfaf757 virtio-blk: delete vqs on the error path in realize() by Pan Nengyuan · 4 years, 1 month ago
  28. a3ec4bb acpi: pcihp: fix left shift undefined behavior in acpi_pcihp_eject_slot() by Igor Mammedov · 4 years, 1 month ago
  29. 0d930b8 virtio-serial-bus: Plug memory leak on realize() error paths by Pan Nengyuan · 4 years, 2 months ago
  30. 6d7b25a MAINTAINERS: Add myself as virtio-balloon co-maintainer by David Hildenbrand · 4 years, 2 months ago
  31. 1c3c9a8 checkpatch: enforce process for expected files by Michael S. Tsirkin · 4 years, 2 months ago
  32. 84878f4 target/mips: Fix loongson multimedia condition instructions by Jiaxun Yang · 4 years, 1 month ago
  33. 1278146 configure: Support -static-pie if requested by Richard Henderson · 4 years, 5 months ago
  34. 2c67410 configure: Override the os default with --disable-pie by Richard Henderson · 4 years, 5 months ago
  35. e6cbd75 configure: Unnest detection of -z,relro and -z,now by Richard Henderson · 4 years, 5 months ago
  36. b263412 configure: Always detect -no-pie toolchain support by Richard Henderson · 4 years, 5 months ago
  37. d2cd29e configure: Do not force pie=no for non-x86 by Richard Henderson · 4 years, 5 months ago
  38. 64547a3 tcg: Remove softmmu code_gen_buffer fixed address by Richard Henderson · 4 years, 5 months ago
  39. ee5195e configure: Drop adjustment of textseg by Richard Henderson · 4 years, 5 months ago
  40. 5acad5b Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging by Peter Maydell · 4 years, 1 month ago
  41. cbf4c9a cmd646-ide: use qdev gpio rather than qemu_allocate_irqs() by Mark Cave-Ayland · 4 years, 1 month ago
  42. 627a445 via-ide: use qdev gpio rather than qemu_allocate_irqs() by Mark Cave-Ayland · 4 years, 1 month ago
  43. b938587 via-ide: don't use PCI level for legacy IRQs by Mark Cave-Ayland · 4 years, 1 month ago
  44. d6ef883 hw/ide/sii3112: Use qdev gpio rather than qemu_allocate_irqs() by Peter Maydell · 4 years, 2 months ago
  45. 9e58f17 fdc/i8257: implement verify transfer mode by Sven Schnelle · 4 years, 6 months ago
  46. 127fe86 Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-270320-2' into staging by Peter Maydell · 4 years, 1 month ago
  47. 77a48a7 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 4 years, 1 month ago
  48. df74b1d qcow2: Remove unused fields from BDRVQcow2State by Kevin Wolf · 4 years, 1 month ago
  49. ce8cabb mirror: Wait only for in-flight operations by Kevin Wolf · 4 years, 1 month ago
  50. 9178f4f Revert "mirror: Don't let an operation wait for itself" by Kevin Wolf · 4 years, 1 month ago
  51. 6fcc859 nvme: Print 'cqid' for nvme_del_cq by Minwoo Im · 4 years, 1 month ago
  52. 7a26df2 block: fix bdrv_root_attach_child forget to unref child_bs by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
  53. 34afc5c block/iscsi:use the flags in iscsi_open() prevent Clang warning by Chen Qun · 4 years, 2 months ago
  54. 41e1f0e .travis.yml: Add a KVM-only s390x job by Philippe Mathieu-Daudé · 4 years, 2 months ago
  55. 3e32073 tests/docker: Add libepoxy and libudev packages to the Fedora image by Philippe Mathieu-Daudé · 4 years, 2 months ago
  56. 6d8e773 tests/docker: Use Python3 PyYAML in the Fedora image by Philippe Mathieu-Daudé · 4 years, 2 months ago
  57. 9274ae3 tests/docker: Install gcrypt devel package in Debian image by Philippe Mathieu-Daudé · 4 years, 2 months ago
  58. cdb1a84 tests/docker: Keep package list sorted by Philippe Mathieu-Daudé · 4 years, 2 months ago
  59. a092a95 configure: disable MTTCG for MIPS guests by Alex Bennée · 4 years, 2 months ago
  60. f01454a tests/vm: fix basevm config by Alex Bennée · 4 years, 2 months ago
  61. 2cc3e59 tests/vm: update NetBSD to 9.0 by Gerd Hoffmann · 4 years, 2 months ago
  62. 610bd2c tests/vm: update FreeBSD to 12.1 by Gerd Hoffmann · 4 years, 2 months ago
  63. 50a0645 tests/vm: move vga setup by Gerd Hoffmann · 4 years, 2 months ago
  64. 698a64f tests/vm: write raw console log by Gerd Hoffmann · 4 years, 2 months ago
  65. f4ce3ad qemu/atomic.h: add #ifdef guards for stdatomic.h by Alex Bennée · 4 years, 1 month ago
  66. cfe68ae Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-request' into staging by Peter Maydell · 4 years, 1 month ago
  67. 762fa6d Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-03-26' into staging by Peter Maydell · 4 years, 1 month ago
  68. a507c51 iotests/138: Test leaks/corruptions fixed report by Max Reitz · 4 years, 1 month ago
  69. 2f8bb28 iotests: Add poke_file_[bl]e functions by Max Reitz · 4 years, 1 month ago
  70. 1656324 qemu-img: Fix check's leak/corruption fix report by Max Reitz · 4 years, 1 month ago
  71. ed04991 sheepdog: Consistently set bdrv_has_zero_init_truncate by Eric Blake · 4 years, 1 month ago
  72. e7be13a qcow2: Avoid feature name extension on small cluster size by Eric Blake · 4 years, 1 month ago
  73. bb40ebc qcow2: List autoclear bit names in header by Eric Blake · 4 years, 1 month ago
  74. a951a63 qcow2: Comment typo fixes by Eric Blake · 4 years, 1 month ago
  75. 5a5e7f8 block: trickle down the fallback image creation function use to the block drivers by Maxim Levitsky · 4 years, 1 month ago
  76. b92902d block: pass BlockDriver reference to the .bdrv_co_create by Maxim Levitsky · 4 years, 1 month ago
  77. 66c8672 block/mirror: fix use after free of local_err by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
  78. 01e3818 Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200325b' into staging by Peter Maydell · 4 years, 1 month ago
  79. a52f5f8 linux-user: Flush out implementation of gettimeofday by Richard Henderson · 4 years, 3 months ago
  80. bf02adc linux-user: Add x86_64 vsyscall page to /proc/self/maps by Richard Henderson · 4 years, 3 months ago
  81. b26491b linux-user/i386: Emulate x86_64 vsyscalls by Richard Henderson · 4 years, 3 months ago
  82. acf768a linux-user/i386: Split out gen_signal by Richard Henderson · 4 years, 3 months ago
  83. 6284608 target/i386: Renumber EXCP_SYSCALL by Richard Henderson · 4 years, 3 months ago
  84. 91e5998 linux-user, configure: fix (again) syscall_nr.h dependencies cleanup by Laurent Vivier · 4 years, 1 month ago
  85. 042abff Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20200325-pull-request' into staging by Peter Maydell · 4 years, 1 month ago
  86. 7cd75cb migration: use "" instead of (null) for tls-authz by Mao Zhongyi · 4 years, 1 month ago
  87. b4a1733 migration/ram: fix use after free of local_err by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
  88. 27d07fc migration/colo: fix use after free of local_err by Vladimir Sementsov-Ogievskiy · 4 years, 1 month ago
  89. d96c4d5 vl.c: fix migration failure for 3.1 and older machine types by Igor Mammedov · 4 years, 2 months ago
  90. e1cd92d tools/virtiofsd/passthrough_ll: Fix double close() by Philippe Mathieu-Daudé · 4 years, 2 months ago
  91. d4ff109 hmp/vnc: Fix info vnc list leak by Dr. David Alan Gilbert · 4 years, 2 months ago
  92. 6d1da86 tests/migration: Reduce autoconverge initial bandwidth by Philippe Mathieu-Daudé · 4 years, 2 months ago
  93. 06b1c6f xbzrle: update xbzrle doc by Mao Zhongyi · 4 years, 2 months ago
  94. 33ee3d9 hmp-cmd: fix a missing_break warning by Pan Nengyuan · 4 years, 2 months ago
  95. 95fad99 hw/audio/fmopl: fix segmentation fault by Volker Rümelin · 4 years, 1 month ago
  96. 112c37a ui/input-linux: Do not ignore ioctl() return value by Philippe Mathieu-Daudé · 4 years, 2 months ago
  97. 736cf60 Update version for v5.0.0-rc0 release by Peter Maydell · 4 years, 1 month ago v5.0.0-rc0
  98. 9c353b2 Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-03-24-tag0' into staging by Peter Maydell · 4 years, 1 month ago
  99. 7b46aad qemu-ga: document vsock-listen in the man page by Stefan Hajnoczi · 4 years, 2 months ago
  100. a23f38a qga: Fix undefined C behavior by Eric Blake · 4 years, 2 months ago