1. 463c6b1 ui/console: free more QemuConsole resources by Marc-André Lureau · 1 year, 6 months ago
  2. b97a76d ui/vc: move cursor_timer initialization to QemuTextConsole class by Marc-André Lureau · 1 year, 6 months ago
  3. cfde05d ui/console: allocate ui_timer in QemuConsole by Marc-André Lureau · 1 year, 6 months ago
  4. 7fa4b80 ui/console: update the head from unused QemuConsole by Marc-André Lureau · 1 year, 6 months ago
  5. f9411aa ui/console: specialize console_lookup_unused() by Marc-André Lureau · 1 year, 6 months ago
  6. 34b7751 ui/console: remove new_console() by Marc-André Lureau · 1 year, 6 months ago
  7. ba0ec5c ui/console: register the console from qemu_console_init() by Marc-André Lureau · 1 year, 6 months ago
  8. c105d60 ui/console: instantiate a specific console type by Marc-André Lureau · 1 year, 6 months ago
  9. b208f74 ui/console: introduce different console objects by Marc-André Lureau · 1 year, 6 months ago
  10. 098d57e ui/console: change new_console() to use object initialization by Marc-André Lureau · 1 year, 6 months ago
  11. e265917 ui/console: use OBJECT_DEFINE_TYPE for QemuConsole by Marc-André Lureau · 1 year, 6 months ago
  12. 6505fd8 ui/vc: move VCCharDev specific fields out of QemuConsole by Marc-André Lureau · 1 year, 6 months ago
  13. 4c946b7 ui/vc: pass VCCharDev to VC-specific functions by Marc-André Lureau · 1 year, 6 months ago
  14. d7c634a ui/vc: fold text_update_xy() by Marc-André Lureau · 1 year, 6 months ago
  15. 3be82c6 ui/vc: replace variable with static text attributes default by Marc-André Lureau · 1 year, 6 months ago
  16. 8c63667 ui/vc: move VCChardev declaration at the top by Marc-André Lureau · 1 year, 6 months ago
  17. 6657e41 ui/vc: VC always has a DisplayState now by Marc-André Lureau · 1 year, 6 months ago
  18. dc6984b ui/console: new_console() cannot fail by Marc-André Lureau · 1 year, 6 months ago
  19. 2fd319c ui/console: get the DisplayState from new_console() by Marc-André Lureau · 1 year, 6 months ago
  20. cbcf0fa ui/console: drop have_gfx by Marc-André Lureau · 1 year, 6 months ago
  21. bc9b8bc ui/console: call dpy_gfx_update() regardless of have_gfx by Marc-André Lureau · 1 year, 6 months ago
  22. 074b240 ui/console: console_select() regardless of have_gfx by Marc-André Lureau · 1 year, 6 months ago
  23. 1774227 ui/vc: drop have_text by Marc-André Lureau · 1 year, 6 months ago
  24. f1f7a1e ui/vc: replace vc_chr_write() with generic qemu_chr_write() by Marc-André Lureau · 1 year, 6 months ago
  25. 4f2c765 ui/qmp: move screendump to ui-qmp-cmds.c by Marc-André Lureau · 1 year, 6 months ago
  26. 426749a ui: remove qemu_pixman_linebuf_copy() by Marc-André Lureau · 1 year, 6 months ago
  27. 90da7d5 ui: remove qemu_pixman_color() helper by Marc-André Lureau · 1 year, 6 months ago
  28. 17780ed Merge tag 'quick-fix-pull-request' of https://gitlab.com/bsdimp/qemu into staging by Stefan Hajnoczi · 1 year, 6 months ago
  29. c4e5f9a Merge tag 'pull-target-arm-20230831' of https://git.linaro.org/people/pmaydell/qemu-arm into staging by Stefan Hajnoczi · 1 year, 6 months ago
  30. 2b0612d Merge tag 'xen-virtio-2-tag' of https://gitlab.com/sstabellini/qemu into staging by Stefan Hajnoczi · 1 year, 6 months ago
  31. db1a88a Merge tag 'pull-maintainer-ominbus-300823-1' of https://gitlab.com/stsquad/qemu into staging by Stefan Hajnoczi · 1 year, 6 months ago
  32. e73b8bb hw/arm: Set number of MPU regions correctly for an505, an521, an524 by Peter Maydell · 1 year, 7 months ago
  33. cb0929b hw/arm/armv7m: Add mpu-ns-regions and mpu-s-regions properties by Peter Maydell · 1 year, 7 months ago
  34. b8f7959 target/arm: Do all "ARM_FEATURE_X implies Y" checks in post_init by Peter Maydell · 1 year, 7 months ago
  35. 5ec008a rtc: Use time_t for passing and returning time offsets by Peter Maydell · 1 year, 6 months ago
  36. c0a6385 hw/rtc/aspeed_rtc: Use 64-bit offset for holding time_t difference by Peter Maydell · 1 year, 6 months ago
  37. 279695a hw/rtc/twl92230: Use int64_t for sec_offset and alm_sec by Peter Maydell · 1 year, 6 months ago
  38. 7038b6e hw/rtc/m48t59: Use 64-bit arithmetic in set_alarm() by Peter Maydell · 1 year, 6 months ago
  39. 35aa671 target/arm: Catch illegal-exception-return from EL3 with bad NSE/NS by Peter Maydell · 1 year, 6 months ago
  40. 12517bc Add i.MX7 SRC device implementation by Jean-Christophe Dubois · 1 year, 6 months ago
  41. 736988a Add i.MX7 missing TZ devices and memory regions by Jean-Christophe Dubois · 1 year, 6 months ago
  42. 45b8b34 Refactor i.MX7 processor code by Jean-Christophe Dubois · 1 year, 6 months ago
  43. f602084 Add i.MX6UL missing devices. by Jean-Christophe Dubois · 1 year, 6 months ago
  44. 0cd4926 Refactor i.MX6UL processor code by Jean-Christophe Dubois · 1 year, 6 months ago
  45. 6f97cfd Remove i.MX7 IOMUX GPR device from i.MX6UL by Jean-Christophe Dubois · 1 year, 6 months ago
  46. 9e771a2 target/arm: properly document FEAT_CRC32 by Alex Bennée · 1 year, 6 months ago
  47. df9a391 target/arm: Implement FEAT_HPDS2 as a no-op by Richard Henderson · 1 year, 6 months ago
  48. 3d5f45e target/arm: Suppress FEAT_TRBE (Trace Buffer Extension) by Richard Henderson · 1 year, 6 months ago
  49. 87da10b target/arm: Apply access checks to neoverse-v1 special registers by Richard Henderson · 1 year, 6 months ago
  50. 6d48242 target/arm: Apply access checks to neoverse-n1 special registers by Richard Henderson · 1 year, 6 months ago
  51. d810082 target/arm: Introduce make_ccsidr64 by Richard Henderson · 1 year, 6 months ago
  52. cd305b5 target/arm: When tag memory is not present, set MTE=1 by Richard Henderson · 1 year, 6 months ago
  53. 7134cb0 target/arm: Support more GM blocksizes by Richard Henderson · 1 year, 6 months ago
  54. 851ec6e target/arm: Allow cpu to configure GM blocksize by Richard Henderson · 1 year, 6 months ago
  55. ae4acc6 target/arm: Reduce dcz_blocksize to uint8_t by Richard Henderson · 1 year, 6 months ago
  56. 5601421 xen_arm: Initialize RAM and add hi/low memory regions by Oleksandr Tyshchenko · 1 year, 6 months ago
  57. 0c8ab1c xen_arm: Create virtio-mmio devices during initialization by Oleksandr Tyshchenko · 1 year, 6 months ago
  58. 8a45962 bsd-user: Move PRAGMA_DISABLE_PACKED_WARNING etc to qemu.h by Warner Losh · 1 year, 6 months ago
  59. 8dd7a4b gdbstub: move comment for gdb_register_coprocessor by Alex Bennée · 1 year, 6 months ago
  60. d0e5fa8 gdbstub: replace global gdb_has_xml with a function by Alex Bennée · 1 year, 6 months ago
  61. 56e534b gdbstub: refactor get_feature_xml by Alex Bennée · 1 year, 6 months ago
  62. 5b03099 gdbstub: remove unused user_ctx field by Alex Bennée · 1 year, 6 months ago
  63. 761e3c1 gdbstub: fixes cases where wrong threads were reported to GDB on SIGINT by Matheus Branco Borella · 1 year, 6 months ago
  64. a8fea70 tests/tcg: clean-up gdb confirm/pagination settings by Alex Bennée · 1 year, 6 months ago
  65. d84842b tests: remove test-gdbstub.py by Alex Bennée · 1 year, 6 months ago
  66. e05a4be .gitlab-ci.d/cirrus.yml: Update FreeBSD to v13.2 by Thomas Huth · 1 year, 6 months ago
  67. 4b77429 docs/style: permit inline loop variables by Alex Bennée · 1 year, 6 months ago
  68. bb16cb4 tests/tcg: remove quoting for info output by Alex Bennée · 1 year, 6 months ago
  69. 6445c2c tests/docker: cleanup non-verbose output by Alex Bennée · 1 year, 6 months ago
  70. 2f7350c gitlab: enable ccache for many build jobs by Daniel P. Berrangé · 1 year, 6 months ago
  71. 156618d Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging by Stefan Hajnoczi · 1 year, 6 months ago
  72. ee89152 Merge tag 'dirtylimit-dirtyrate-pull-request' of https://github.com/newfriday/qemu into staging by Stefan Hajnoczi · 1 year, 6 months ago
  73. ef9d20c Merge tag 'pull-tcg-20230829-2' of https://gitlab.com/rth7680/qemu into staging by Stefan Hajnoczi · 1 year, 6 months ago
  74. 87ec6f5 aio-posix: zero out io_uring sqe user_data by Stefan Hajnoczi · 1 year, 10 months ago
  75. e2f9382 tests/qemu-iotests/197: add testcase for CoR with subclusters by Andrey Drobyshev · 1 year, 8 months ago
  76. fc6b211 block/io: align requests to subcluster_size by Andrey Drobyshev · 1 year, 8 months ago
  77. c54483b block: add subcluster_size field to BlockDriverInfo by Andrey Drobyshev · 1 year, 8 months ago
  78. f187609 block-migration: Ensure we don't crash during migration cleanup by Fabiano Rosas · 1 year, 7 months ago
  79. 669fd61 Revert "include/exec: typedef abi_ptr to vaddr in softmmu" by Richard Henderson · 1 year, 6 months ago
  80. dad2f2f tcg/sparc64: Disable TCG_TARGET_HAS_extr_i64_i32 by Richard Henderson · 1 year, 6 months ago
  81. 77fafcb tcg: Remove vecop_list check from tcg_gen_not_vec by Richard Henderson · 1 year, 6 months ago
  82. 0d58c66 softmmu: Use async_run_on_cpu in tcg_commit by Richard Henderson · 1 year, 6 months ago
  83. 86e4f93 softmmu: Assert data in bounds in iotlb_to_section by Richard Henderson · 1 year, 6 months ago
  84. 813bac3 Merge tag '2023q3-bsd-user-pull-request' of https://gitlab.com/bsdimp/qemu into staging by Stefan Hajnoczi · 1 year, 6 months ago
  85. 3eb8263 migration/dirtyrate: Fix precision losses and g_usleep overshoot by Andrei Gudkov · 1 year, 6 months ago
  86. 19b14ce softmmu/dirtylimit: Convert free to g_free by alloc.young · 1 year, 6 months ago
  87. 58b4def softmmu: Fix dirtylimit memory leak by alloc.young · 1 year, 6 months ago
  88. f5fe7c1 Merge tag 'pull-tcg-20230823-2' of https://gitlab.com/rth7680/qemu into staging by Stefan Hajnoczi · 1 year, 6 months ago
  89. eaf760a Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Stefan Hajnoczi · 1 year, 6 months ago
  90. 98bdf24 Merge tag 'devel-hppa-priv-cleanup2-pull-request' of https://github.com/hdeller/qemu-hppa into staging by Stefan Hajnoczi · 1 year, 6 months ago
  91. f51e7c4 bsd-user: Add missing break after do_bsd_preadv by Warner Losh · 1 year, 7 months ago
  92. 97a3c57 bsd-user: Add getdents and fcntl related system calls by Warner Losh · 1 year, 7 months ago
  93. d7e9a54 bsd-user: Add glue for statfs related system calls by Warner Losh · 1 year, 7 months ago
  94. 6fe97c6 bsd-user: Add glue for getfh and related syscalls by Warner Losh · 1 year, 7 months ago
  95. e800e6c bsd-user: Add glue for the freebsd11_stat syscalls by Warner Losh · 1 year, 7 months ago
  96. c97c1f3 bsd-user: Add os-stat.c to the build by Karim Taha · 1 year, 7 months ago
  97. 292bfd0 bsd-user: Implement do_freebsd_realpathat syscall by Mikaël Urankar · 1 year, 7 months ago
  98. 292f00c bsd-user: Implement freebsd11 netbsd stat related syscalls by Michal Meloun · 1 year, 7 months ago
  99. 91a98c9 bsd-user: Implement freebsd11 getdirents related syscalls by Michal Meloun · 1 year, 7 months ago
  100. 196da9d bsd-user: Implement freebsd11 statfs related syscalls by Michal Meloun · 1 year, 7 months ago