1. d3fd6e7 qdev: Move property code to qdev-properties.[ch] by Eduardo Habkost · 4 years, 4 months ago
  2. 1b36e4f cpu: Move cpu_common_props to hw/core/cpu.c by Eduardo Habkost · 4 years, 4 months ago
  3. 180c00d cs4231: Get rid of empty property array by Eduardo Habkost · 4 years, 4 months ago
  4. f0e34a0 netfilter: Use class properties by Eduardo Habkost · 4 years, 5 months ago
  5. 6d11ea6 netfilter: Reorder functions by Eduardo Habkost · 4 years, 5 months ago
  6. 70b7566 can_host: Use class properties by Eduardo Habkost · 4 years, 5 months ago
  7. 85cc807 arm/cpu64: Register "aarch64" as class property by Eduardo Habkost · 4 years, 5 months ago
  8. 27edeea virt: Register "its" as class property by Eduardo Habkost · 4 years, 5 months ago
  9. b91def7 arm/virt: Register most properties as class properties by Eduardo Habkost · 4 years, 5 months ago
  10. f5730c6 i386: Register feature bit properties as class properties by Eduardo Habkost · 4 years, 5 months ago
  11. 0b43b6e tmp421: Register properties as class properties by Eduardo Habkost · 4 years, 5 months ago
  12. fdfe5ba vexpress-a15: Register "virtualization" as class property by Eduardo Habkost · 4 years, 5 months ago
  13. 4433bb3 vexpress: Register "secure" as class property by Eduardo Habkost · 4 years, 5 months ago
  14. 37f04b7 Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20201214' into staging by Peter Maydell · 4 years, 4 months ago
  15. a930cad tests/tcg/multiarch/Makefile.target: Disable run-gdbstub-sha1 test by Peter Maydell · 4 years, 4 months ago
  16. 07b10bc spapr.c: set a 'kvm-type' default value instead of relying on NULL by Daniel Henrique Barboza · 4 years, 4 months ago
  17. 0ff6b52 spapr: Pass sPAPR machine state to some RTAS events handling functions by Greg Kurz · 4 years, 4 months ago
  18. 56cca10 spapr: Don't use qdev_get_machine() in spapr_msi_write() by Greg Kurz · 4 years, 4 months ago
  19. c4c81d7 spapr: Pass sPAPR machine state down to spapr_pci_switch_vga() by Greg Kurz · 4 years, 4 months ago
  20. d57d72a target/ppc: Introduce an mmu_is_64bit() helper by Greg Kurz · 4 years, 4 months ago
  21. d55dfd4 ppc/translate: Use POWERPC_MMU_64 to detect 64-bit MMU models by Stephane Duverger · 4 years, 4 months ago
  22. ef0efa1 ppc/e500: Free irqs array to avoid memleak by Gan Qixin · 4 years, 4 months ago
  23. ba477e6 MAINTAINERS: Add Greg Kurz as co-maintainer for ppc by David Gibson · 4 years, 4 months ago
  24. 711dfb2 hw/ppc: Do not re-read the clock on pre_save if doing savevm by Greg Kurz · 4 years, 4 months ago
  25. f518be3 target/ppc: Remove "compat" property of server class POWER CPUs by Greg Kurz · 4 years, 4 months ago
  26. bc370a6 spapr: spapr_drc_attach() cannot fail by Greg Kurz · 4 years, 4 months ago
  27. f9b4395 spapr: Simplify error path of spapr_core_plug() by Greg Kurz · 4 years, 4 months ago
  28. 3764121 spapr: Abort if ppc_set_compat() fails for hot-plugged CPUs by Greg Kurz · 4 years, 4 months ago
  29. 1b4ab51 spapr: Fix pre-2.10 dummy ICP hack by Greg Kurz · 4 years, 4 months ago
  30. 4e96097 xive: Add trace events by Cédric Le Goater · 4 years, 4 months ago
  31. 728aa6f hw/ppc/spapr_tpm_proxy: Fix hexadecimal format string specifier by Philippe Mathieu-Daudé · 4 years, 5 months ago
  32. bcb0b7b ppc/translate: Rewrite gen_lxvdsx to use gvec primitives by Giuseppe Musacchio · 4 years, 5 months ago
  33. 91699db ppc/translate: Raise exceptions after setting the cc by Giuseppe Musacchio · 4 years, 5 months ago
  34. bc92c26 ppc/translate: Delay NaN checking after comparison by Giuseppe Musacchio · 4 years, 5 months ago
  35. 132954a ppc/translate: Turn the helper macros into functions by Giuseppe Musacchio · 4 years, 5 months ago
  36. 3278aa4 ppc/translate: Fix unordered f64/f128 comparisons by Giuseppe Musacchio · 4 years, 5 months ago
  37. b2bd5b2 ppc: Add a missing break for PPC6xx_INPUT_TBEN by Chen Qun · 4 years, 5 months ago
  38. cf77e27 target/ppc: replaced the TODO with LOG_UNIMP and add break for silence warnings by Chen Qun · 4 years, 5 months ago
  39. ac96807 spapr: Do TPM proxy hotplug sanity checks at pre-plug by Greg Kurz · 4 years, 4 months ago
  40. 9a07069 spapr: Do PHB hoplug sanity check at pre-plug by Greg Kurz · 4 years, 4 months ago
  41. f5598c9 spapr: Make PHB placement functions and spapr_pre_plug_phb() return status by Greg Kurz · 4 years, 4 months ago
  42. ea042c5 spapr: Do NVDIMM/PC-DIMM device hotplug sanity checks at pre-plug only by Greg Kurz · 4 years, 4 months ago
  43. 9e4dc0a spapr: Do PCI device hotplug sanity checks at pre-plug only by Greg Kurz · 4 years, 4 months ago
  44. 0b66209 spapr/xics: Drop unused argument to xics_kvm_has_broken_disconnect() by Greg Kurz · 4 years, 4 months ago
  45. 484d774 spapr/xive: Turn some sanity checks into assertions by Greg Kurz · 4 years, 4 months ago
  46. 1758428 Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.0-pull-request' into staging by Peter Maydell · 4 years, 4 months ago
  47. ce00ff7 m68k: fix some comment spelling errors by zhaolichang · 4 years, 6 months ago
  48. d21f73c target/m68k: Add vmstate definition for M68kCPU by Laurent Vivier · 4 years, 5 months ago
  49. 4160d5e target/m68k: remove useless qregs array by Laurent Vivier · 4 years, 5 months ago
  50. 07e3901 hw/m68k/q800.c: Make the GLUE chip an actual QOM device by Peter Maydell · 4 years, 5 months ago
  51. 9526486 hw/m68k/q800: Don't connect two qemu_irqs directly to the same input by Peter Maydell · 4 years, 5 months ago
  52. ad717e6 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 4 years, 4 months ago
  53. a4b307b Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201211' into staging by Peter Maydell · 4 years, 4 months ago
  54. f6029bb Merge remote-tracking branch 'remotes/kraxel/tags/ui-20201211-pull-request' into staging by Peter Maydell · 4 years, 4 months ago
  55. 960d5fb block: Fix deadlock in bdrv_co_yield_to_drain() by Kevin Wolf · 4 years, 4 months ago
  56. 8089eab block: Fix locking in qmp_block_resize() by Kevin Wolf · 4 years, 4 months ago
  57. d9dbf25 block: Simplify qmp_block_resize() error paths by Kevin Wolf · 4 years, 4 months ago
  58. 8b11700 block: introduce BDRV_MAX_LENGTH by Vladimir Sementsov-Ogievskiy · 4 years, 4 months ago
  59. f4dad30 block/io: bdrv_check_byte_request(): drop bdrv_is_inserted() by Vladimir Sementsov-Ogievskiy · 4 years, 4 months ago
  60. 3398561 block/io: bdrv_refresh_limits(): use ERRP_GUARD by Vladimir Sementsov-Ogievskiy · 4 years, 4 months ago
  61. 9b100af block/file-posix: fix workaround in raw_do_pwrite_zeroes() by Vladimir Sementsov-Ogievskiy · 4 years, 4 months ago
  62. 7cc25f6 can-host: Fix crash when 'canbus' property is not set by Kevin Wolf · 4 years, 4 months ago
  63. f0947dc iotests/221: Discard image before qemu-img map by Max Reitz · 4 years, 4 months ago
  64. eb43ea1 file-posix: check the use_lock before setting the file lock by Li Feng · 4 years, 4 months ago
  65. e6c7964 iotests/308: Add test for FUSE exports by Max Reitz · 4 years, 5 months ago
  66. 57284d2 iotests: Enable fuse for many tests by Max Reitz · 4 years, 5 months ago
  67. f96ac06 iotests: Allow testing FUSE exports by Max Reitz · 4 years, 5 months ago
  68. cc575c3 iotests: Give access to the qemu-storage-daemon by Max Reitz · 4 years, 5 months ago
  69. b55a3c8 storage-daemon: Call bdrv_close_all() on exit by Max Reitz · 4 years, 5 months ago
  70. 7eadb1e iotests/287: Clean up subshell test image by Max Reitz · 4 years, 5 months ago
  71. d2d5310 iotests: Let _make_test_img guess $TEST_IMG_FILE by Max Reitz · 4 years, 5 months ago
  72. eda7a9c iotests: Restrict some Python tests to file by Max Reitz · 4 years, 5 months ago
  73. b4a373b iotests/091: Use _cleanup_qemu instad of "wait" by Max Reitz · 4 years, 5 months ago
  74. 4c36f03 iotests: Derive image names from $TEST_IMG by Max Reitz · 4 years, 5 months ago
  75. 63c17df iotests/046: Avoid renaming images by Max Reitz · 4 years, 5 months ago
  76. 620a628 iotests: Use convert -n in some cases by Max Reitz · 4 years, 5 months ago
  77. d81fe25 iotests: Do not pipe _make_test_img by Max Reitz · 4 years, 5 months ago
  78. f96e59d iotests: Do not needlessly filter _make_test_img by Max Reitz · 4 years, 5 months ago
  79. df4ea70 fuse: Implement hole detection through lseek by Max Reitz · 4 years, 5 months ago
  80. 4ca37a9 fuse: (Partially) implement fallocate() by Max Reitz · 4 years, 5 months ago
  81. 4fba06d fuse: Allow growable exports by Max Reitz · 4 years, 5 months ago
  82. 41429e3 fuse: Implement standard FUSE operations by Max Reitz · 4 years, 5 months ago
  83. 0c9b70d fuse: Allow exporting BDSs via FUSE by Max Reitz · 4 years, 5 months ago
  84. a484a71 meson: Detect libfuse by Max Reitz · 4 years, 5 months ago
  85. c208b0e block/iscsi: Use lock guard macros by Gan Qixin · 4 years, 4 months ago
  86. 3af613e block/throttle-groups: Use lock guard macros by Gan Qixin · 4 years, 4 months ago
  87. f5056b7 block/curl: Use lock guard macros by Gan Qixin · 4 years, 4 months ago
  88. c37c973 block/accounting: Use lock guard macros by Gan Qixin · 4 years, 4 months ago
  89. ee13189 Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20201210' into staging by Peter Maydell · 4 years, 4 months ago
  90. b785d25 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 4 years, 4 months ago
  91. 3374460 Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging by Peter Maydell · 4 years, 4 months ago
  92. c7454f0 s390x/cpu: Use timer_free() in the finalize function to avoid memleaks by Gan Qixin · 4 years, 4 months ago
  93. 085cec5 tests/acceptance: test s390x zpci fid propagation by Cornelia Huck · 4 years, 4 months ago
  94. 864852c tests/acceptance: verify s390x device detection by Cornelia Huck · 4 years, 4 months ago
  95. 083470b tests/acceptance: test virtio-ccw revision handling by Cornelia Huck · 4 years, 4 months ago
  96. 2d9ca5a tests/acceptance: add a test for devices on s390x by Cornelia Huck · 4 years, 4 months ago
  97. 592711e hw/watchdog/wdt_diag288: Remove unnecessary includes by Thomas Huth · 4 years, 4 months ago
  98. 2951106 sdl2: Add extra mouse buttons by Darrell Walisser · 4 years, 4 months ago
  99. 947191b ui/vnc: Add missing lock for send_color_map by Peng Liang · 4 years, 5 months ago
  100. 074a86d vnc: add alpha cursor support by Gerd Hoffmann · 4 years, 4 months ago