1. ac4e29f coccinelle: add a script to remove useless casts by Laurent Vivier · 9 years ago
  2. 0cebabd checkpatch: Fix whitespace checks for documentation code blocks by Lluís Vilanova · 8 years ago
  3. 349cb2f vmxcap: Add TSC scaling bit by Eduardo Habkost · 8 years ago
  4. 6a7b47a vmxcap: Show raw MSR value by Eduardo Habkost · 8 years ago
  5. 0a85241 trace: add syslog tracing backend by Paul Durrant · 8 years ago
  6. 141de88 checkpatch: default to success if only warnings by Paolo Bonzini · 8 years ago
  7. c2df878 checkpatch: bump most warnings to errors by Paolo Bonzini · 8 years ago
  8. 8fbe3d1 CODING_STYLE, checkpatch: update line length rules by Paolo Bonzini · 9 years ago
  9. 93eb8e3 checkpatch: check for CVS keywords on all sources by Paolo Bonzini · 8 years ago
  10. 906fb13 checkpatch: tweak the files in which TABs are checked by Paolo Bonzini · 8 years ago
  11. 93bf13c checkpatch: ignore automatically imported Linux headers by Radim Krčmář · 8 years ago
  12. 7f25692 linuxboot_dma: avoid guest ABI breakage on gcc vs. clang compilation by Paolo Bonzini · 8 years ago
  13. a47eb01 checkpatch: Fix newline detection in error_setg() & friends by Markus Armbruster · 8 years ago
  14. df3c286 error: Strip trailing '\n' from error string arguments (again) by Markus Armbruster · 8 years ago
  15. 3f822cf checkpatch: add check for bzero by Paolo Bonzini · 8 years ago
  16. 4c44b4a iotest: fix python based IO tests by Daniel P. Berrange · 8 years ago
  17. 168ae6c scripts: ensure monitor socket has SO_REUSEADDR set by Daniel P. Berrange · 8 years ago
  18. 2380646 scripts: set timeout when waiting for qemu monitor connection by Daniel P. Berrange · 8 years ago
  19. 6661397 scripts: refactor the VM class in iotests for reuse by Daniel P. Berrange · 8 years ago
  20. 991e7c4 scripts: add a 'debug' parameter to QEMUMonitorProtocol by Daniel P. Berrange · 8 years ago
  21. 6f7a4a8 scripts: add __init__.py file to scripts/qmp/ by Daniel P. Berrange · 8 years ago
  22. c818408 qapi: Implement boxed types for commands/events by Eric Blake · 8 years ago
  23. 48825ca qapi: Plumb in 'boxed' to qapi generator lower levels by Eric Blake · 8 years ago
  24. 4d0b268 qapi-event: Simplify visit of non-implicit data by Eric Blake · 8 years ago
  25. fa274ed qapi: Drop useless gen_err_check() by Eric Blake · 8 years ago
  26. b616770 qapi: Add type.is_empty() helper by Eric Blake · 8 years ago
  27. da9cb19 qapi: Hide tag_name data member of variants by Eric Blake · 8 years ago
  28. cd50a25 qapi: Special case c_name() for empty type by Eric Blake · 8 years ago
  29. d0b1823 qapi: Require all branches of flat union enum to be covered by Eric Blake · 8 years ago
  30. 0c1b58f Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 8 years ago
  31. 40b9cd2 trace: Conditionally trace events based on their per-vCPU state by Lluís Vilanova · 8 years ago
  32. 17f7ac7 trace: Identify events with the 'vcpu' property by Lluís Vilanova · 8 years ago
  33. f8dccbb checkpatch: consider git extended headers valid patches by Stefan Hajnoczi · 8 years ago
  34. 2dbc4eb scripts: New clean-header-guards.pl by Markus Armbruster · 8 years ago
  35. 3b098d5 qapi: Add new visit_complete() function by Eric Blake · 9 years ago
  36. b70ce10 qmp-input-visitor: Favor new visit_free() function by Eric Blake · 9 years ago
  37. 2c0ef9f qapi: Add new visit_free() function by Eric Blake · 9 years ago
  38. 1158bb2 qapi: Add parameter to visit_end_* by Eric Blake · 9 years ago
  39. 9b4e38f qapi: Fix crash on missing alternate member of QAPI struct by Eric Blake · 9 years ago
  40. 01fb8e1 checkpatch: There is no qemu_strtod() by Eric Blake · 9 years ago
  41. 9be3859 coccinelle: Remove unnecessary variables for function return value by Eduardo Habkost · 9 years ago
  42. 6b62d96 error: Remove unnecessary local_err variables by Eduardo Habkost · 9 years ago
  43. 621ff94 error: Remove NULL checks on error_propagate() calls by Eduardo Habkost · 9 years ago
  44. 0794d88 vmstate-static-checker: fix size mismatch detection in unused fields by Amit Shah · 9 years ago
  45. 02d0e09 os-posix: include sys/mman.h by Paolo Bonzini · 9 years ago
  46. b66e10e Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' into staging by Peter Maydell · 9 years ago
  47. c503a85 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  48. db718b4 coccinelle: use macro DIV_ROUND_UP instead of (((n) + (d) - 1) /(d)) by Laurent Vivier · 9 years ago
  49. df891b9 clean-includes: Add glib.h to list of unneeded includes by Peter Maydell · 9 years ago
  50. bbd9080 scripts: Use $(..) instead of deprecated `..` by Stefan Weil · 9 years ago
  51. e9d5150 scripts: add muldiv64() checking coccinelle scripts by Laurent Vivier · 9 years ago
  52. 67a1de0 Makefile: Derive "PKGVERSION" from "git describe" by default by Fam Zheng · 9 years ago
  53. 3bef045 linux-user: Fix qemu-binfmt-conf.sh to store config across reboot by Laurent Vivier · 9 years ago
  54. 0878d0e exec: hide mr->ram_addr from qemu_get_ram_ptr users by Paolo Bonzini · 9 years ago
  55. 60b412d kvm_stat: Remove by Paolo Bonzini · 9 years ago
  56. 6ad978e coccinelle: add g_assert_cmp* to macro file by Paolo Bonzini · 9 years ago
  57. fd28938 scripts/signrom.py: Check for magic in option ROMs. by Richard W.M. Jones · 9 years ago
  58. 6f71b77 scripts/signrom.py: Allow option ROM checksum script to write the size header. by Richard W.M. Jones · 9 years ago
  59. 33c1187 qemu-common: push cpu.h inclusion out of qemu-common.h by Paolo Bonzini · 9 years ago
  60. da16384 gdbstub: remove unnecessary includes from gdbstub-xml.c by Paolo Bonzini · 10 years ago
  61. bdd9022 include: poison symbols in osdep.h by Paolo Bonzini · 9 years ago
  62. f115a19 scripts: add script to build QEMU and analyze inclusions by Paolo Bonzini · 9 years ago
  63. cb8d4c8 Fix some typos found by codespell by Stefan Weil · 9 years ago
  64. 1d817db Fix typo in variable name (found and fixed by codespell) by Stefan Weil · 9 years ago
  65. 68ab47e qapi: Change visit_type_FOO() to no longer return partial objects by Eric Blake · 9 years ago
  66. d9f62dd qapi: Simplify semantics of visit_next_list() by Eric Blake · 9 years ago
  67. 15c2f66 qapi: Split visit_end_struct() into pieces by Eric Blake · 9 years ago
  68. ed84153 qapi-commands: Wrap argument visit in visit_start_struct by Eric Blake · 9 years ago
  69. fc471c1 qapi: Consolidate QMP input visitor creation by Eric Blake · 9 years ago
  70. f0707d2 checkpatch: add target_ulong to typelist by Cédric Le Goater · 9 years ago
  71. 84a5a80 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  72. c80f6e9 Clean up includes some more by Markus Armbruster · 9 years ago
  73. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  74. 8ff98f1 Remove unneeded include statements for setjmp.h by Stefan Weil · 9 years ago
  75. 3666a97 qapi: Use anonymous bases in QMP flat unions by Eric Blake · 9 years ago
  76. ac4338f qapi: Allow anonymous base for flat union by Eric Blake · 9 years ago
  77. 32bafa8 qapi: Don't special-case simple union wrappers by Eric Blake · 9 years ago
  78. 861877a qapi: Drop unused c_null() by Eric Blake · 9 years ago
  79. 12f254f qapi: Inline gen_visit_members() into lone caller by Eric Blake · 9 years ago
  80. c1ff0e6 qapi-commands: Inline single-use helpers of gen_marshal() by Eric Blake · 9 years ago
  81. 386230a qapi-commands: Utilize implicit struct visits by Eric Blake · 9 years ago
  82. 0949e95 qapi-event: Utilize implicit struct visits by Eric Blake · 9 years ago
  83. 8df5956 qapi-event: Drop qmp_output_get_qobject() null check by Eric Blake · 9 years ago
  84. 7ce106a qapi: Emit implicit structs in generated C by Eric Blake · 9 years ago
  85. 7599697 qapi: Adjust names of implicit types by Eric Blake · 9 years ago
  86. 4040d99 qapi: Make c_type() more OO-like by Eric Blake · 9 years ago
  87. 972a110 qapi: Fix command with named empty argument type by Eric Blake · 9 years ago
  88. 29f6bd1 qapi: Assert in places where variants are not handled by Eric Blake · 9 years ago
  89. 8bc92a7 update-linux-headers.sh: Fake types.h doesn't need to include anything by Peter Maydell · 9 years ago
  90. 8816c60 include/config.h: Remove by Peter Maydell · 9 years ago
  91. 2ae823d update-linux-headers: Add userfaultfd.h by Alexey Kardashevskiy · 9 years ago
  92. 8e41fb6 memory: Drop MemoryRegion.ram_addr by Fam Zheng · 9 years ago
  93. 48eb62a qapi: Drop useless 'data' member of unions by Eric Blake · 9 years ago
  94. 4d91e91 qapi-visit: Expose visit_type_FOO_members() by Eric Blake · 9 years ago
  95. c81200b qapi: Rename 'fields' to 'members' in generated C code by Eric Blake · 9 years ago
  96. 14f00c6 qapi: Rename 'fields' to 'members' in generator by Eric Blake · 9 years ago
  97. e55250c qmp-shell: fix pretty printing of JSON responses by Daniel P. Berrange · 9 years ago
  98. 4ade054 trace: Add a proper API to manage auto-generated events from the 'tcg' property by Lluís Vilanova · 9 years ago
  99. 3d211d9 trace: Add 'vcpu' event property to trace guest vCPU by Lluís Vilanova · 9 years ago
  100. bc9beb4 trace: Add helper function to cast event arguments by Lluís Vilanova · 9 years ago