1. 0e6934f qdev: add clock input&output support to devices. by Damien Hedde · 4 years, 10 months ago
  2. b8d38bd hw/core/clock-vmstate: define a vmstate entry for clock state by Damien Hedde · 4 years, 10 months ago
  3. 4cba075 hw/core/clock: introduce clock object by Peter Maydell · 4 years, 9 months ago
  4. 70d7857 tests/boot_linux_console: Add ethernet test to SmartFusion2 by Subbaraya Sundeep · 4 years, 10 months ago
  5. 05b7374 msf2: Add EMAC block to SmartFusion2 SoC by Subbaraya Sundeep · 4 years, 10 months ago
  6. 1c66437 hw/net: Add Smartfusion2 emac block by Subbaraya Sundeep · 4 years, 10 months ago
  7. 119a2ef Typo: Correct the name of CPU hotplug memory region by Keqian Zhu · 4 years, 10 months ago
  8. 1e11a13 bugfix: Use gicr_typer in arm_gicv3_icc_reset by Keqian Zhu · 4 years, 10 months ago
  9. c8aeef3 nrf51: Fix last GPIO CNF address by Cameron Esfahani · 4 years, 10 months ago
  10. 1633ed1 dma/xlnx-zdma: Fix descriptor loading (REG) wrt endianness by Edgar E. Iglesias · 4 years, 10 months ago
  11. dac717d dma/xlnx-zdma: Fix descriptor loading (MEM) wrt endianness by Edgar E. Iglesias · 4 years, 10 months ago
  12. 648db19 Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2020-04-29' into staging by Peter Maydell · 4 years, 9 months ago
  13. a7922a3 Open 5.1 development tree by Peter Maydell · 4 years, 9 months ago
  14. 8ef3a4b qemu-option: pass NULL rather than 0 to the id of qemu_opts_set() by Masahiro Yamada · 4 years, 9 months ago
  15. f652805 libqos: Give get_machine_allocator() internal linkage by Markus Armbruster · 4 years, 9 months ago
  16. a56f3cd fuzz: Simplify how we compute available machines and types by Markus Armbruster · 4 years, 9 months ago
  17. 14b6ce6 Makefile: Drop unused, broken target recurse-fuzz by Markus Armbruster · 4 years, 9 months ago
  18. 32c82f0 smbus: Fix spd_data_generate() for number of banks > 2 by Markus Armbruster · 4 years, 9 months ago
  19. 0f1eddf bamboo, sam460ex: Tidy up error message for unsupported RAM size by Markus Armbruster · 4 years, 9 months ago
  20. f26740c smbus: Fix spd_data_generate() error API violation by Markus Armbruster · 4 years, 9 months ago
  21. fc0cfc1 sam460ex: Suppress useless warning on -m 32 and -m 64 by Markus Armbruster · 4 years, 9 months ago
  22. 51bd458 qga: Fix qmp_guest_suspend_{disk, ram}() error handling by Markus Armbruster · 4 years, 9 months ago
  23. 4155c99 qga: Fix qmp_guest_get_memory_blocks() error handling by Markus Armbruster · 4 years, 9 months ago
  24. 1318899 tests/test-logging: Fix test for -dfilter 0..0xffffffffffffffff by Markus Armbruster · 4 years, 9 months ago
  25. 735527e migration/colo: Fix qmp_xen_colo_do_checkpoint() error handling by Markus Armbruster · 4 years, 9 months ago
  26. fdceb4a io: Fix qio_channel_socket_close() error handling by Markus Armbruster · 4 years, 9 months ago
  27. c61d1d9 xen/pt: Fix flawed conversion to realize() by Markus Armbruster · 4 years, 9 months ago
  28. 843c4cf virtio-net: Fix duplex=... and speed=... error handling by Markus Armbruster · 4 years, 9 months ago
  29. ee29f6e bochs-display: Fix vgamem=SIZE error handling by Markus Armbruster · 4 years, 9 months ago
  30. 07a978e fdc: Fix fallback=auto error handling by Markus Armbruster · 4 years, 9 months ago
  31. 0fbddce arm/virt: Fix virt_machine_device_plug_cb() error API violation by Markus Armbruster · 4 years, 9 months ago
  32. 9ec374a cpus: Proper range-checking for -icount shift=N by Markus Armbruster · 4 years, 9 months ago
  33. abc9bf6 cpus: Fix configure_icount() error API violation by Markus Armbruster · 4 years, 9 months ago
  34. 77ed971 block/file-posix: Fix check_cache_dropped() error handling by Markus Armbruster · 4 years, 9 months ago
  35. 2a340b6 cryptodev: Fix cryptodev_builtin_cleanup() error API violation by Markus Armbruster · 4 years, 9 months ago
  36. f62514b qemu-img: Reject broken -o "" by Markus Armbruster · 4 years, 10 months ago
  37. 80c710c qemu-img: Move is_valid_option_list() to qemu-img.c and rewrite by Markus Armbruster · 4 years, 10 months ago
  38. 6d2b5cb qemu-img: Factor out accumulate_options() helper by Markus Armbruster · 4 years, 10 months ago
  39. 56a9efa qemu-option: Avoid has_help_option() in qemu_opts_parse_noisily() by Markus Armbruster · 4 years, 10 months ago
  40. 59d27eb test-qemu-opts: Simplify test_has_help_option() after bug fix by Markus Armbruster · 4 years, 10 months ago
  41. 80a9485 qemu-option: Fix has_help_option()'s sloppy parsing by Markus Armbruster · 4 years, 10 months ago
  42. 933d152 qemu-option: Fix sloppy recognition of "id=..." after ",," by Markus Armbruster · 4 years, 10 months ago
  43. 6129803 qemu-options: Factor out get_opt_name_value() helper by Markus Armbruster · 4 years, 10 months ago
  44. 32c2dcf tests-qemu-opts: Cover has_help_option(), qemu_opt_has_help_opt() by Markus Armbruster · 4 years, 10 months ago
  45. 78ee6bd various: Remove suspicious '\' character outside of #define in C code by Philippe Mathieu-Daudé · 4 years, 10 months ago
  46. fdd76fe Update version for v5.0.0 release by Peter Maydell · 4 years, 9 months ago v5.0.0
  47. ee573f5 Update version for v5.0.0-rc4 release by Peter Maydell · 4 years, 9 months ago v5.0.0-rc4
  48. e73c444 target/arm: Fix ID_MMFR4 value on AArch64 'max' CPU by Peter Maydell · 4 years, 9 months ago
  49. 7769c23 slirp: update to fix CVE-2020-1983 by Marc-André Lureau · 4 years, 9 months ago
  50. 3119154 target/ppc: Fix TCG temporary leaks in gen_slbia() by Philippe Mathieu-Daudé · 4 years, 9 months ago
  51. 5b4273e Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200417' into staging by Peter Maydell · 4 years, 9 months ago
  52. d5232d8 Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-request' into staging by Peter Maydell · 4 years, 9 months ago
  53. ff0507c block/iscsi:fix heap-buffer-overflow in iscsi_aio_ioctl_cb by Chen Qun · 4 years, 9 months ago
  54. 5ed1950 target/ppc: Fix mtmsr(d) L=1 variant that loses interrupts by Nicholas Piggin · 4 years, 10 months ago
  55. 211a778 target/ppc: Fix wrong interpretation of the disposition flag. by Ganesh Goudar · 4 years, 10 months ago
  56. 5da5f47 linux-user/ppc: Fix padding in mcontext_t for ppc64 by Richard Henderson · 4 years, 10 months ago
  57. 386d386 linux-user/syscall.c: add target-to-host mapping for epoll_create1() by Sergei Trofimovich · 4 years, 10 months ago
  58. 20038cd Update version for v5.0.0-rc3 release by Peter Maydell · 4 years, 10 months ago v5.0.0-rc3
  59. 4ff9712 vhost-user-gpu: Release memory returned by vu_queue_pop() with free() by Philippe Mathieu-Daudé · 4 years, 10 months ago
  60. 6329df5 Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-04-15-tag' into staging by Peter Maydell · 4 years, 10 months ago
  61. 1329651f qga: Restrict guest-file-read count to 48 MB to avoid crashes by Philippe Mathieu-Daudé · 4 years, 10 months ago
  62. ead83a1 qga: Extract qmp_guest_file_read() to common commands.c by Philippe Mathieu-Daudé · 4 years, 10 months ago
  63. 5d3586b qga: Extract guest_file_handle_find() to commands-common.h by Philippe Mathieu-Daudé · 4 years, 10 months ago
  64. f62ebb6 Revert "prevent crash when executing guest-file-read with large count" by Philippe Mathieu-Daudé · 4 years, 10 months ago
  65. 73995d1 Merge remote-tracking branch 'remotes/stsquad/tags/pull-more-fixes-150420-1' into staging by Peter Maydell · 4 years, 10 months ago
  66. 377f8f0 gdbstub: Introduce gdb_get_float32() to get 32-bit float registers by Philippe Mathieu-Daudé · 4 years, 10 months ago
  67. 7b8c152 gdbstub: Do not use memset() on GByteArray by Philippe Mathieu-Daudé · 4 years, 10 months ago
  68. bbc40fe gdbstub: i386: Fix gdb_get_reg16() parameter to unbreak gdb by Peter Xu · 4 years, 10 months ago
  69. 4b27f9b target/m68k/helper: Fix m68k_fpu_gdb_get_reg() use of GByteArray by Philippe Mathieu-Daudé · 4 years, 10 months ago
  70. 7ad4d5a linux-user: fix /proc/self/stat handling by Alex Bennée · 4 years, 10 months ago
  71. 469a788 configure: disable PIE for Windows builds by Alex Bennée · 4 years, 10 months ago
  72. 988ae6c configure: redirect sphinx-build check to config.log by Alex Bennée · 4 years, 10 months ago
  73. 551affb tests/docker: add docs FEATURE flag and use for test-misc by Alex Bennée · 4 years, 10 months ago
  74. 2f7cc1f Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 4 years, 10 months ago
  75. a457215 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200414' into staging by Peter Maydell · 4 years, 10 months ago
  76. 84f82dd Deprecate KVM support for AArch32 by Peter Maydell · 4 years, 10 months ago
  77. bf3f857 docs: Require Sphinx 1.6 or better by Peter Maydell · 4 years, 10 months ago
  78. 152d196 kernel-doc: Use c:struct for Sphinx 3.0 and later by Peter Maydell · 4 years, 10 months ago
  79. a62d563 scripts/kernel-doc: Add missing close-paren in c:function directives by Peter Maydell · 4 years, 10 months ago
  80. 9f5a066 hax: Windows doesn't like posix device names by Volker Rümelin · 4 years, 10 months ago
  81. e43651f tests: numa: test one backend with prealloc enabled by Igor Mammedov · 4 years, 10 months ago
  82. 2a4e02d hostmem: set default prealloc_threads to valid value by Igor Mammedov · 4 years, 10 months ago
  83. 516e8b7 configure: Honour --disable-werror for Sphinx by Peter Maydell · 4 years, 10 months ago
  84. e5910d4 docs: Improve our gdbstub documentation by Peter Maydell · 4 years, 10 months ago
  85. 9edfa35 scripts/coverity-scan: Add Docker support by Peter Maydell · 4 years, 10 months ago
  86. 9c263d0 scripts/run-coverity-scan: Script to run Coverity Scan build by Peter Maydell · 4 years, 10 months ago
  87. 94db8de linux-user/flatload.c: Use "" for include of QEMU header target_flat.h by Peter Maydell · 4 years, 10 months ago
  88. 2e79802 thread.h: Remove trailing semicolons from Coverity qemu_mutex_lock() etc by Peter Maydell · 4 years, 10 months ago
  89. 062c73c thread.h: Fix Coverity version of qemu_cond_timedwait() by Peter Maydell · 4 years, 10 months ago
  90. c160f17 osdep.h: Drop no-longer-needed Coverity workarounds by Peter Maydell · 4 years, 10 months ago
  91. 14e5526 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 4 years, 10 months ago
  92. e33d61c Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 4 years, 10 months ago
  93. ce4adc0 exec: Fix for qemu_ram_resize() callback by David Hildenbrand · 4 years, 10 months ago
  94. 394f0f7 fw_cfg: Migrate ACPI table mr sizes separately by Shameer Kolothum · 4 years, 10 months ago
  95. bac78f9 acpi: Use macro for table-loader file name by Shameer Kolothum · 4 years, 10 months ago
  96. b372d79 MAINTAINERS: Add myself as vhost-user-blk maintainer by Raphael Norwitz · 4 years, 10 months ago
  97. 792cb70 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200412' into staging by Peter Maydell · 4 years, 10 months ago
  98. 267514b module: increase dirs array size by one by Bruce Rogers · 4 years, 10 months ago
  99. d489ae4 memory: Do not allow direct write access to rom_device regions by Alexander Duyck · 4 years, 10 months ago
  100. 1148e4f vl.c: error out if -mem-path is used together with -M memory-backend by Igor Mammedov · 4 years, 10 months ago