[go: up one dir, main page]

v7.2.0 release
  1. b67b00e Update VERSION for v7.2.0 by Stefan Hajnoczi · 2 years, 10 months ago v7.2.0
  2. ea3a008 Update VERSION for v7.2.0-rc4 by Stefan Hajnoczi · 2 years, 10 months ago v7.2.0-rc4
  3. edc93f4 Revert "hw/loongarch/virt: Add cfi01 pflash device" by Song Gao · 2 years, 10 months ago
  4. aaf47c7 Merge tag 'pull-request-2022-12-04' of https://gitlab.com/thuth/qemu into staging by Stefan Hajnoczi · 2 years, 10 months ago
  5. 777fa06 Merge tag 'pull-loongarch-20221202' of https://gitlab.com/gaosong/qemu into staging by Stefan Hajnoczi · 2 years, 10 months ago
  6. bb94fa8 Merge tag 'nvme-next-pull-request' of git://git.infradead.org/qemu-nvme into staging by Stefan Hajnoczi · 2 years, 10 months ago
  7. 4bd638a Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Stefan Hajnoczi · 2 years, 10 months ago
  8. 42f3253 Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging by Stefan Hajnoczi · 2 years, 10 months ago
  9. c1966f5 hw/display/next-fb: Fix comment typo by Evgeny Ermakov · 2 years, 10 months ago
  10. 21be74a target/s390x/tcg: Fix and improve the SACF instruction by Thomas Huth · 2 years, 10 months ago
  11. 0f0a9e4 tests/qtest/migration-test: Fix unlink error and memory leaks by Thomas Huth · 2 years, 10 months ago
  12. 14dccc8 hw/loongarch/virt: Add cfi01 pflash device by Xiaojuan Yang · 2 years, 10 months ago
  13. 8218c04 target/i386: Always completely initialize TranslateFault by Richard Henderson · 2 years, 10 months ago
  14. 38e6593 target/i386: allow MMX instructions with CR4.OSFXSR=0 by Paolo Bonzini · 2 years, 10 months ago
  15. 83f56ac hw/nvme: remove copy bh scheduling by Klaus Jensen · 2 years, 10 months ago
  16. 818b9b8 hw/nvme: fix aio cancel in dsm by Klaus Jensen · 2 years, 10 months ago
  17. 36a251c hw/nvme: fix aio cancel in zone reset by Klaus Jensen · 2 years, 10 months ago
  18. 3dbc170 hw/nvme: fix aio cancel in flush by Klaus Jensen · 2 years, 10 months ago
  19. 433c71e hw/nvme: fix aio cancel in format by Klaus Jensen · 2 years, 10 months ago
  20. 4987e5b include/hw: VM state takes precedence in virtio_device_should_start by Alex Bennée · 2 years, 10 months ago
  21. 71e076a hw/virtio: generalise CHR_EVENT_CLOSED handling by Alex Bennée · 2 years, 10 months ago
  22. 060f4a9 hw/virtio: add started_vu status field to vhost-user-gpio by Alex Bennée · 2 years, 10 months ago
  23. 4daa505 vhost: enable vrings in vhost_dev_start() for vhost-user devices by Stefano Garzarella · 2 years, 10 months ago
  24. 523e400 tests/qtests: override "force-legacy" for gpio virtio-mmio tests by Alex Bennée · 2 years, 10 months ago
  25. c4ffd91 Update VERSION for v7.2.0-rc3 by Stefan Hajnoczi · 2 years, 11 months ago v7.2.0-rc3
  26. 475e56b target/arm: Set TCGCPUOps.restore_state_to_opc for v7m by Evgeny Ermakov · 2 years, 11 months ago
  27. 7103895 block-backend: avoid bdrv_unregister_buf() NULL pointer deref by Stefan Hajnoczi · 2 years, 11 months ago
  28. 86fdb05 hw/display/qxl: Assert memory slot fits in preallocated MemoryRegion by Philippe Mathieu-Daudé · 2 years, 11 months ago
  29. 6dbbf05 hw/display/qxl: Avoid buffer overrun in qxl_phys2virt (CVE-2022-4144) by Philippe Mathieu-Daudé · 2 years, 11 months ago
  30. 8efec0e hw/display/qxl: Pass requested buffer size to qxl_phys2virt() by Philippe Mathieu-Daudé · 2 years, 11 months ago
  31. b1901de hw/display/qxl: Document qxl_phys2virt() by Philippe Mathieu-Daudé · 2 years, 11 months ago
  32. 61c34fc hw/display/qxl: Have qxl_log_command Return early if no log_cmd handler by Philippe Mathieu-Daudé · 2 years, 11 months ago
  33. ecbb6bd Merge tag 'seabios-1.16.1-20221128-pull-request' of https://gitlab.com/kraxel/qemu into staging by Stefan Hajnoczi · 2 years, 11 months ago
  34. fb72e77 replay: Fix declaration of replay_read_next_clock by Richard Henderson · 2 years, 11 months ago
  35. a704cb5 update seabios binaries to 1.16.1 by Gerd Hoffmann · 2 years, 11 months ago
  36. ab1b2ba update seabios source from 1.16.0 to 1.16.1 by Gerd Hoffmann · 2 years, 11 months ago
  37. ac14949 Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issues by Stefan Weil via · 2 years, 11 months ago
  38. ec09f22 MAINTAINERS: Add subprojects/libvhost-user to section "vhost" by Stefan Weil via · 2 years, 11 months ago
  39. 52a57d8 libvhost-user: Add format attribute to local function vu_panic by Stefan Weil via · 2 years, 11 months ago
  40. 7d4774e libvhost-user: Fix two more format strings by Stefan Weil via · 2 years, 11 months ago
  41. 8541bf4 libvhost-user: Fix format strings by Stefan Weil via · 2 years, 11 months ago
  42. 266aaed libvhost-user: Fix wrong type of argument to formatting function (reported by LGTM) by Stefan Weil via · 2 years, 11 months ago
  43. c23a956 virtiofsd: Add `sigreturn` to the seccomp whitelist by Marc Hartmayer · 2 years, 11 months ago
  44. a33c253 Merge tag 'fixes-20221123-pull-request' of https://gitlab.com/kraxel/qemu into staging by Stefan Hajnoczi · 2 years, 11 months ago
  45. e72db29 Merge tag 'pull-request-2022-11-23' of https://gitlab.com/thuth/qemu into staging by Stefan Hajnoczi · 2 years, 11 months ago
  46. 7d3cf19 hw/audio/intel-hda: Drop unnecessary prototype by Peter Maydell · 2 years, 11 months ago
  47. 3e95ef4 hw/audio/intel-hda: don't reset codecs twice by Peter Maydell · 2 years, 11 months ago
  48. 1dfb7a1 hw/usb/hcd-xhci: Reset the XHCIState with device_cold_reset() by Peter Maydell · 2 years, 11 months ago
  49. 64f1359 ui/gtk: prevent ui lock up when dpy_gl_update called again before current draw event occurs by Dongwon Kim · 2 years, 11 months ago
  50. d68640f hw/usb/hcd-xhci.c: spelling: tranfer by Michael Tokarev · 2 years, 11 months ago
  51. 29e0bff gtk: disable GTK Clipboard with a new meson option by Claudio Fontana · 2 years, 11 months ago
  52. fb977a8 Revert "usbredir: avoid queuing hello packet on snapshot restore" by Joelle van Dyne · 2 years, 11 months ago
  53. 4189af7 tests/avocado: use new rootfs for orangepi test by Alex Bennée · 2 years, 11 months ago
  54. 9f083d6 tests/qtest: Decrease the amount of output from the qom-test by Thomas Huth · 2 years, 11 months ago
  55. 72cf57b tests/avocado: Update the URLs of the advent calendar images by Thomas Huth · 2 years, 11 months ago
  56. 7c09a7f Update VERSION for v7.2.0-rc2 by Stefan Hajnoczi · 2 years, 11 months ago v7.2.0-rc2
  57. 80e99f2 Merge tag 'pull-target-arm-20221122' of https://git.linaro.org/people/pmaydell/qemu-arm into staging by Stefan Hajnoczi · 2 years, 11 months ago
  58. 15f8f46 target/arm: Use signed quantity to represent VMSAv8-64 translation level by Ard Biesheuvel · 2 years, 11 months ago
  59. 16a550b Merge tag 'pull-loongarch-20221122' of https://gitlab.com/gaosong/qemu into staging by Stefan Hajnoczi · 2 years, 11 months ago
  60. ccb8d59 Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging by Stefan Hajnoczi · 2 years, 11 months ago
  61. d3e9c79 Merge tag 'pull-misc-for-7.2-221122-1' of https://gitlab.com/stsquad/qemu into staging by Stefan Hajnoczi · 2 years, 11 months ago
  62. 26ba00c target/arm: Don't do two-stage lookup if stage 2 is disabled by Peter Maydell · 2 years, 11 months ago
  63. 4451cc4 hw/loongarch: Replace the value of uart info with macro by Xiaojuan Yang · 2 years, 11 months ago
  64. e8c8203 hw/loongarch: Fix setprop_sized method in fdt rtc node. by Xiaojuan Yang · 2 years, 11 months ago
  65. 0208ba7 hw/loongarch: Add default stdout uart in fdt by Xiaojuan Yang · 2 years, 11 months ago
  66. b7c6178 virtio: disable error for out of spec queue-enable by Michael S. Tsirkin · 2 years, 11 months ago
  67. 04e5bd4 acpi/tests/avocado/bits: keep the work directory when BITS_DEBUG is set in env by Ani Sinha · 2 years, 11 months ago
  68. c4d4c40 tests/avocado: configure acpi-bits to use avocado timeout by John Snow · 2 years, 11 months ago
  69. 242a58c MAINTAINERS: add mst to list of biosbits maintainers by Ani Sinha · 2 years, 11 months ago
  70. 83afb14 tests: acpi: x86: update expected DSDT after moving PRQx fields in _SB scope by Igor Mammedov · 2 years, 11 months ago
  71. 4fd75ce acpi: x86: move RPQx field back to _SB scope by Igor Mammedov · 2 years, 11 months ago
  72. 2df3086 tests: acpi: whitelist DSDT before moving PRQx to _SB scope by Igor Mammedov · 2 years, 11 months ago
  73. 562a7d2 vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devices by Stefano Garzarella · 2 years, 11 months ago
  74. 5544d33 gitlab: integrate coverage report by Alex Bennée · 2 years, 11 months ago
  75. f22a807 tests/avocado: skip aarch64 cloud TCG tests in CI by Alex Bennée · 2 years, 11 months ago
  76. ba5d1f2 tests/avocado: introduce alpine virt test for CI by Alex Bennée · 2 years, 11 months ago
  77. 5d25e1e tests/avocado: Raise timeout for boot_linux.py:BootLinuxPPC64.test_pseries_tcg by Peter Maydell · 2 years, 11 months ago
  78. 73ee4c5 docs/devel: try and improve the language around patch review by Alex Bennée · 2 years, 11 months ago
  79. ca127fe docs/devel: simplify the minimal checklist by Alex Bennée · 2 years, 11 months ago
  80. 115847f docs/devel: make language a little less code centric by Alex Bennée · 2 years, 11 months ago
  81. 668725c docs/devel: add a maintainers section to development process by Alex Bennée · 2 years, 11 months ago
  82. e558220 tests/docker: allow user to override check target by Alex Bennée · 2 years, 11 months ago
  83. a4b14b4 tests/avocado/machine_aspeed.py: Reduce noise on the console for SDK tests by Cédric Le Goater · 2 years, 11 months ago
  84. 47fdc8f Run docker probe only if docker or podman are available by Stefan Weil · 2 years, 11 months ago
  85. 6d71357 rtl8139: honor large send MSS value by Stefan Hajnoczi · 2 years, 11 months ago
  86. c74831a rtl8139: keep Tx command mode 0 and 1 separate by Stefan Hajnoczi · 2 years, 11 months ago
  87. bd142b2 rtl8139: avoid clobbering tx descriptor bits by Stefan Hajnoczi · 2 years, 11 months ago
  88. 0b710ae Merge tag 'pull-target-arm-20221121' of https://git.linaro.org/people/pmaydell/qemu-arm into staging by Stefan Hajnoczi · 2 years, 11 months ago
  89. af29446 Merge tag 'next-pull-request' of https://gitlab.com/juan.quintela/qemu into staging by Stefan Hajnoczi · 2 years, 11 months ago
  90. 050143b Merge tag 'chr-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging by Stefan Hajnoczi · 2 years, 11 months ago
  91. 312b71a target/arm: Limit LPA2 effective output address when TCR.DS == 0 by Ard Biesheuvel · 2 years, 11 months ago
  92. c446252 tests/avocado/boot_linux.py: Bump aarch64 virt test timeout to 720s by Peter Maydell · 2 years, 11 months ago
  93. 3d5af53 hw/intc: add implementation of GICD_IIDR to Arm GIC by Alex Bennée · 2 years, 11 months ago
  94. 69e7e60 hw/intc: clean-up access to GIC multi-byte registers by Alex Bennée · 2 years, 11 months ago
  95. 93e2da3 hw/sd: Fix sun4i allwinner-sdhost for U-Boot by Strahinja Jankovic · 2 years, 11 months ago
  96. b528043 migration: Block migration comment or code is wrong by Juan Quintela · 2 years, 11 months ago
  97. 6f39c90 migration: Disable multifd explicitly with compression by Peter Xu · 2 years, 11 months ago
  98. cedb70e migration: Use non-atomic ops for clear log bitmap by Peter Xu · 2 years, 11 months ago
  99. afed427 migration: Disallow postcopy preempt to be used with compress by Peter Xu · 2 years, 11 months ago
  100. f5816b5 migration: Fix race on qemu_file_shutdown() by Peter Xu · 2 years, 11 months ago