1. 5e61afe Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging by Stefan Hajnoczi · 2 days ago master
  2. e1f06e2 Merge tag 'pull-fpu-20260509' of https://gitlab.com/rth7680/qemu into staging by Stefan Hajnoczi · 2 days ago
  3. 1649553 host-utils: Introduce signed saturation primitives by Richard Henderson · 2 weeks ago
  4. a93d477 fpu: Drop QEMU_FLATTEN from muladd routines by Richard Henderson · 2 weeks ago
  5. e4c7ebd qemu-options: document -chardev dbus by uchouT · 4 days ago
  6. 3a45326 tools/qemu-vnc: add standalone VNC server over D-Bus by Marc-André Lureau · 6 weeks ago
  7. 2eacf4b tests/qtest: drop DBUS_VMSTATE_TEST_TMPDIR by Marc-André Lureau · 8 weeks ago
  8. c28f118 ui: extract common sources into a static library by Marc-André Lureau · 3 months ago
  9. d550331 ui/vnc: replace VNC_DEBUG with trace-events by Marc-André Lureau · 5 weeks ago
  10. 405a42e ui/console: rename public API to use consistent qemu_console_ prefix by Marc-André Lureau · 2 months ago
  11. 8333dba Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Stefan Hajnoczi · 4 days ago
  12. 5f489e1 Merge tag 'firmware-20260508-pull-request' of https://gitlab.com/kraxel/qemu into staging by Stefan Hajnoczi · 4 days ago
  13. 4eee6ec Merge tag 'pull-loongarch-20260508-2' of https://github.com/gaosong715/qemu into staging by Stefan Hajnoczi · 4 days ago
  14. 533a789 Merge tag 'pull-target-arm-20260507' of https://gitlab.com/pm215/qemu into staging by Stefan Hajnoczi · 4 days ago
  15. 1743c1d Merge tag 'bsd-user-2026-05-pull-request' of https://gitlab.com/bsdimp/qemu-from-official into staging by Stefan Hajnoczi · 4 days ago
  16. 2f6e359 ui/console: add doc comment for qemu_console_{un}register_listener() by Marc-André Lureau · 6 weeks ago
  17. 770af5d ui/console: simplify registering display/console change listener by Marc-André Lureau · 2 months ago
  18. 8f95c40 ui/vnc: add vnc-system unit, to allow different implementations by Marc-André Lureau · 8 weeks ago
  19. d4895fb ui/vnc: defer listener registration until the console is known by Marc-André Lureau · 3 months ago
  20. 4a33bdd ui/vnc: clean up VNC displays on exit by Marc-André Lureau · 5 weeks ago
  21. bbd8cb0 ui/vnc: merge vnc_display_init() and vnc_display_open() by Marc-André Lureau · 3 months ago
  22. 86dd35c ui/vnc: vnc_display_init() and vnc_display_open() return bool by Marc-André Lureau · 6 weeks ago
  23. 3ca9eff ui/vnc: make the worker thread per-VncDisplay by Marc-André Lureau · 5 weeks ago
  24. c3cb206 ui/console-vc: move VT100 emulation into separate unit by Marc-André Lureau · 3 months ago
  25. 9e839f1 ui/console: remove console_ch_t typedef and console_write_ch() by Marc-André Lureau · 2 weeks ago
  26. d209ed1 ui/console-vc: extract vt100_init() and vt100_fini() by Marc-André Lureau · 3 months ago
  27. c81db69 ui/console-vc: extract vt100_keysym() from qemu_text_console_handle_keysym() by Marc-André Lureau · 3 months ago
  28. 61420f1 ui/console-vc: extract vt100_input() from vc_chr_write() by Marc-André Lureau · 3 months ago
  29. 8fa2944 ui/console-vc: move VT100 state machine and output FIFO into QemuVT100 by Marc-André Lureau · 3 months ago
  30. 5080dc7 ui/console-vc: add UTF-8 input decoding with CP437 rendering by Marc-André Lureau · 9 weeks ago
  31. ff7977e ui/dbus: expose vc encoding via D-Bus Chardev.VCEncoding interface by Marc-André Lureau · 3 weeks ago
  32. 0b1f036 ui/console: default vc encoding to cp437 for machine < 11.1 by Marc-André Lureau · 3 weeks ago
  33. b389b87 ui/console: add vc encoding=utf8/cp437 option by Marc-André Lureau · 3 weeks ago
  34. 4cb2250 char: error out if given unhandled size options by Marc-André Lureau · 3 weeks ago
  35. f031490 qemu-options.hx: document -chardev vc backend-specific behavior by Marc-André Lureau · 3 weeks ago
  36. 960a41f ui/gtk: Fix GTK assertion failure introduced with clipboard fixes by Jindřich Makovička · 12 days ago
  37. 4dc8407 ui/input: do not assert() when tracing invalid input by Marc-André Lureau · 10 days ago
  38. 9a816f6 tests/qtest/dbus-vmstate: Re-enable the test by Fabiano Rosas · 14 days ago
  39. 50c71bc tests/qtest/dbus-vmstate: Stop the daemons explicitly by Fabiano Rosas · 14 days ago
  40. db0c592 tests/qtest/dbus-vmstate: Honor QTEST_LOG env variable by Fabiano Rosas · 14 days ago
  41. 0921853 tests/qtest/dbus-vmstate: Mute Glib complaints about g_unsetenv thread-safety by Fabiano Rosas · 14 days ago
  42. 18ff25e tests/qtest/dbus-vmstate: Bring the test up-to-date by Fabiano Rosas · 14 days ago
  43. 87c7b07 scsi: handle reservation changes across migration by Stefan Hajnoczi · 4 weeks ago
  44. b9a3b32 scsi: register again after PREEMPT without reservation by Stefan Hajnoczi · 6 weeks ago
  45. 15a2026 scsi: always send valid PREEMPT TYPE field by Stefan Hajnoczi · 6 weeks ago
  46. 15c57ac scsi: adjust error_prepend() formatting by Stefan Hajnoczi · 6 weeks ago
  47. f419322 scsi: change buf_size to unsigned int in scsi_SG_IO() by Stefan Hajnoczi · 4 weeks ago
  48. b4680c0 hw/uefi: avoid possibly unaligned variable_auth_2 struct field access by Gerd Hoffmann · 3 weeks ago
  49. 22b7b22 hw/uefi: verify data size before accessing it in wrap_pkcs7 by Gerd Hoffmann · 3 weeks ago
  50. c45b460 hw/uefi: add name_size check to uefi_vars_mm_lock_variable() by Gerd Hoffmann · 3 weeks ago
  51. 5247b30 hw/uefi: fix ucs2 string helper functions by Gerd Hoffmann · 3 weeks ago
  52. 94d9a8b hw/uefi: verify pio_xfer_offset before calculating buffer checksum by Gerd Hoffmann · 3 weeks ago
  53. f252769 hw/uefi: fix buffer overruns by Gerd Hoffmann · 3 weeks ago
  54. d735016 target/loongarch: Add support for dbar hint variants by Song Gao · 4 weeks ago
  55. d20af87 hw/loongarch/virt: Define versioned virt machine by Bibo Mao · 6 weeks ago
  56. c66f9c8 hw/loongarch/virt: Define virt machine type with type_init() by Bibo Mao · 6 weeks ago
  57. 24b46e7 fpu: Return struct from parts{64,128}_addsub by Richard Henderson · 2 weeks ago
  58. e007622 fpu: Return struct from parts{64,128}_mul by Richard Henderson · 2 weeks ago
  59. b8b683a fpu: Export parts{64,128}_compare by Richard Henderson · 2 weeks ago
  60. 1f5d3ce fpu: Split scalbn from partsN(muladd_scalbn) by Richard Henderson · 2 weeks ago
  61. 333a9d6 fpu: Introduce record_denormals_used by Richard Henderson · 2 weeks ago
  62. 0743fd1 fpu: Return struct from parts{64,128}_pick_nan_muladd by Richard Henderson · 2 weeks ago
  63. 3d952d7 fpu: Introduce parts64_round_to_fmt by Richard Henderson · 3 weeks ago
  64. e63e64b fpu: Export default_nan, pick_nan, return_nan routines by Richard Henderson · 3 weeks ago
  65. 2f0d5f8 fpu: Return struct from parts{64,128}_round_to_int by Richard Henderson · 3 weeks ago
  66. 4d91aa8 fpu: Return struct from parts{64,128}_div by Richard Henderson · 2 weeks ago
  67. bf6efdb fpu: Return struct from parts{64,128}_pick_nan by Richard Henderson · 3 weeks ago
  68. 558c92e fpu: Sink exp_bias adjustment in float64r32_pack_raw by Richard Henderson · 2 weeks ago
  69. 343b206 fpu: Return struct from parts{64,128}_return_nan by Richard Henderson · 3 weeks ago
  70. c5c5828 fpu: Return struct from parts{64,128}_silence_nan by Richard Henderson · 3 weeks ago
  71. 8fb0b7c fpu: Return struct from parts{64,128}_default_nan by Richard Henderson · 3 weeks ago
  72. 5511af9 fpu: Export unpack_canonical and round_pack_canonical routines by Richard Henderson · 3 weeks ago
  73. 47f8b74 fpu: Export FloatFmt structures by Richard Henderson · 3 weeks ago
  74. 7a8bb22 fpu: Split FloatParts{64,128} to softfloat-parts.h by Richard Henderson · 3 weeks ago
  75. 744d9e9 fpu: Mark pack_raw64 QEMU_ALWAYS_INLINE by Richard Henderson · 3 weeks ago
  76. 1d8c1b4 fpu: Mark unpack_raw64 QEMU_ALWAYS_INLINE by Richard Henderson · 3 weeks ago
  77. ded64df fpu: Inline float64_pack_raw into callers by Richard Henderson · 3 weeks ago
  78. 14dfa4f fpu: Inline float32_pack_raw into callers by Richard Henderson · 3 weeks ago
  79. d7f8383 fpu: Inline bfloat16_pack_raw into callers by Richard Henderson · 3 weeks ago
  80. 1b57b06 fpu: Inline float16_pack_raw into callers by Richard Henderson · 3 weeks ago
  81. 4746196 fpu: Inline float8_e5m2_pack_raw into single caller by Richard Henderson · 3 weeks ago
  82. 7a457a2 fpu: Inline float8_e4m3_pack_raw to single caller by Richard Henderson · 3 weeks ago
  83. 18b664c hw/misc/bcm2835_rng: Specify valid memory access sizes by Peter Maydell · 12 days ago
  84. f443b68 target/arm: Report IL=0 for Thumb 16-bit BKPT insn by Peter Maydell · 8 days ago
  85. b380e88 hw/arm/virt: Allow user to select GICv5 by Peter Maydell · 7 weeks ago
  86. e42a0b7 hw/arm/virt: Enable GICv5 CPU interface when using GICv5 by Peter Maydell · 7 weeks ago
  87. b23a9ca hw/arm/virt: Use correct interrupt type for GICv5 SPIs in the DTB by Peter Maydell · 7 weeks ago
  88. c41215f hw/arm/virt: Handle GICv5 in interrupt bindings for PPIs by Peter Maydell · 7 weeks ago
  89. 2b85bfa hw/arm/virt: Advertise GICv5 in the DTB by Peter Maydell · 7 weeks ago
  90. aa82039 hw/arm/virt: Create and connect GICv5 by Peter Maydell · 7 weeks ago
  91. 1d2f926 hw/arm/virt: Split GICv2 and GICv3/4 creation by Peter Maydell · 7 weeks ago
  92. a7a9b82 hw/arm/virt: Pull "wire CPU interrupts" out of create_gic() by Peter Maydell · 7 weeks ago
  93. 9c8ac5b hw/arm/virt: Move MSI controller creation out of create_gic() by Peter Maydell · 7 weeks ago
  94. abc2eb4 hw/arm/virt: Remember CPU phandles rather than looking them up by name by Peter Maydell · 7 weeks ago
  95. 6c86e20 hw/intc/arm_gicv3_cpuif: Don't allow GICv3 if CPU has GICv5 cpuif by Peter Maydell · 7 weeks ago
  96. d934f21 target/arm: Add has_gcie property to enable FEAT_GCIE by Peter Maydell · 7 weeks ago
  97. c2f85a1 target/arm: Connect internal interrupt sources up as GICv5 PPIs by Peter Maydell · 6 days ago
  98. 9bd90bd target/arm: GICv5 cpuif: Signal IRQ or FIQ by Peter Maydell · 7 weeks ago
  99. 49f4c98 target/arm: GICv5 cpuif: Implement GIC CDDI by Peter Maydell · 7 weeks ago
  100. 576891b hw/intc/arm_gicv5: Implement Deactivate command by Peter Maydell · 7 weeks ago