1. 3e5385f checkpatch: port fix from kernel "## is not a valid modifier" by Andy Whitcroft · 11 years ago
  2. 5b90612 checkpatch: allow open braces on typedef lines by Paolo Bonzini · 11 years ago
  3. ac98fa8 update-linux-headers: Rename SW_MAX to SW_MAX_ by Markus Armbruster · 11 years ago
  4. ba10f72 get_maintainer.pl: \C is deprecated by Paolo Bonzini · 11 years ago
  5. 5e43efb checkpatch: do not recommend qemu_strtok over strtok by Paolo Bonzini · 11 years ago
  6. 1a9a507 qapi-introspect: Hide type names by Markus Armbruster · 11 years ago
  7. 39a1815 qapi: New QMP command query-qmp-schema for QMP introspection by Markus Armbruster · 11 years ago
  8. 2d21291 qapi: Pseudo-type '**' is now unused, drop it by Markus Armbruster · 11 years ago
  9. 6eb3937 qom: Don't use 'gen': false for qom-get, qom-set, object-add by Markus Armbruster · 11 years ago
  10. 28770e0 qapi: Introduce a first class 'any' type by Markus Armbruster · 11 years ago
  11. 56d92b0 qapi-commands: De-duplicate output marshaling functions by Markus Armbruster · 11 years ago
  12. 03b4367 qapi: De-duplicate parameter list generation by Markus Armbruster · 11 years ago
  13. 7fad30f qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO() by Markus Armbruster · 11 years ago
  14. f153801 qapi-commands: Rearrange code by Markus Armbruster · 11 years ago
  15. 60f8546 qapi-visit: Rearrange code a bit by Markus Armbruster · 11 years ago
  16. e98859a qapi: Clean up after recent conversions to QAPISchemaVisitor by Markus Armbruster · 11 years ago
  17. 5710153 qapi: Replace dirty is_c_ptr() by method c_null() by Markus Armbruster · 11 years ago
  18. 05f43a9 qapi-event: Convert to QAPISchemaVisitor, fixing data with base by Markus Armbruster · 11 years ago
  19. 7b24626 qapi-event: Eliminate global variable event_enum_value by Markus Armbruster · 11 years ago
  20. efd2eaa qapi: De-duplicate enum code generation by Markus Armbruster · 11 years ago
  21. ee44602 qapi-commands: Convert to QAPISchemaVisitor by Markus Armbruster · 11 years ago
  22. 441cbac qapi-visit: Convert to QAPISchemaVisitor, fixing bugs by Markus Armbruster · 11 years ago
  23. 2b162cc qapi-types: Convert to QAPISchemaVisitor, fixing flat unions by Markus Armbruster · 11 years ago
  24. 3f7dc21 qapi: New QAPISchemaVisitor by Markus Armbruster · 11 years ago
  25. f51d8c3 qapi: QAPISchema code generation helper methods by Markus Armbruster · 11 years ago
  26. ac88219 qapi: New QAPISchema intermediate reperesentation by Markus Armbruster · 11 years ago
  27. a4bcb20 qapi: Rename class QAPISchema to QAPISchemaParser by Markus Armbruster · 11 years ago
  28. 1c9f03b Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  29. 04f2562 checkpatch: Escape left braces in regex by Fam Zheng · 11 years ago
  30. 73aa529 target-i386: move asm-x86/hyperv.h to standard-headers by Paolo Bonzini · 11 years ago
  31. eddb4de update-linux-headers: copy standard-headers files one by one by Paolo Bonzini · 11 years ago
  32. 120758f update Linux headers to 4.3-rc1 by Paolo Bonzini · 11 years ago
  33. 351d36e qapi: allow override of default enum prefix naming by Daniel P. Berrange · 11 years ago
  34. 2752e5b qapi: Fix cgen() for Python older than 2.7 by Markus Armbruster · 11 years ago
  35. a2aa09e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  36. 30c38c9 scripts/qemu-gdb: Add brief comment describing usage by Peter Maydell · 11 years ago
  37. 5e3c72d scripts/qemu-gdb: Silently pass through SIGUSR1 by Peter Maydell · 11 years ago
  38. 191590f scripts/qemu-gdb: Split CoroutineCommand into its own file by Peter Maydell · 11 years ago
  39. 93b1b36 scripts/qemu-gdb: Split MtreeCommand into its own module by Peter Maydell · 11 years ago
  40. 0c71d41 scripts/dump-guest-memory.py: fix after RAMBlock change by Michael S. Tsirkin · 11 years ago
  41. 3f7a899 add macro file for coccinelle by Paolo Bonzini · 11 years ago
  42. f1e155b checkpatch: remove tests that are not relevant outside the kernel by Paolo Bonzini · 11 years ago
  43. 71c47b0 checkpatch: adapt some tests to QEMU by Paolo Bonzini · 11 years ago
  44. b597aa0 Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-09-04' into staging by Peter Maydell · 11 years ago
  45. c4f498f qapi: Generators crash when --output-dir isn't given, fix by Markus Armbruster · 11 years ago
  46. eddf817 qapi: Simplify error reporting for array types by Markus Armbruster · 11 years ago
  47. c6b71e5 qapi: Fix errors for non-string, non-dictionary members by Markus Armbruster · 11 years ago
  48. 65fbe12 qapi: Drop one of two "simple union must not have base" checks by Markus Armbruster · 11 years ago
  49. 3a864e7 qapi: Generated code cleanup by Markus Armbruster · 11 years ago
  50. 3f99144 qapi-commands: Drop useless initialization by Markus Armbruster · 11 years ago
  51. 1f9a7a1 qapi-commands: Don't feed output of mcgen() to mcgen() again by Markus Armbruster · 11 years ago
  52. e02bca2 qapi-commands: Inline gen_marshal_output_call() by Markus Armbruster · 11 years ago
  53. 8102307 qapi-commands: Fix gen_err_check(e) for e and e != 'local_err' by Markus Armbruster · 11 years ago
  54. 9b090d4 qapi: Command returning anonymous type doesn't work, outlaw by Markus Armbruster · 11 years ago
  55. 315932b qapi: Fix to reject union command and event arguments by Markus Armbruster · 11 years ago
  56. d90675f qapi: Document flaws in checking of names by Markus Armbruster · 11 years ago
  57. ca56a82 qapi: Document shortcoming with union 'data' branch by Eric Blake · 11 years ago
  58. 2f52e20 qapi: Document that input visitor semantics are prone to leaks by Eric Blake · 11 years ago
  59. 40b3ade qapi-visit: Fix two name arguments passed to visitors by Markus Armbruster · 11 years ago
  60. 8c07edd qapi-visit: Replace list implicit_structs by set by Markus Armbruster · 11 years ago
  61. 8c3f8e7 qapi-visit: Fix generated code when schema has forward refs by Markus Armbruster · 11 years ago
  62. 1e6c161 qapi: Generate a nicer struct for flat unions by Markus Armbruster · 11 years ago
  63. 0f61af3 qapi: Fix generated code when flat union has member 'kind' by Markus Armbruster · 11 years ago
  64. 5aa05d3 qapi: Drop unused and useless parameters and variables by Markus Armbruster · 11 years ago
  65. 1cf47a1 qapi: Reject -p arguments that break qapi-event.py by Markus Armbruster · 11 years ago
  66. 016a335 qapi-event: Clean up how name of enum QAPIEvent is made by Markus Armbruster · 11 years ago
  67. 00dfc3b qapi: Simplify guardname() by Markus Armbruster · 11 years ago
  68. 77e703b qapi: Clean up cgen() and mcgen() by Markus Armbruster · 11 years ago
  69. e2f9a65 qmp-shell: add documentation by John Snow · 11 years ago
  70. e2f6bac virtio-input: move sys/ioctl.h include by Gerd Hoffmann · 11 years ago
  71. 412a824 pci_regs.h: import from linux by Michael S. Tsirkin · 11 years ago
  72. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 11 years ago
  73. 485febc qmp: Wean off qerror_report() by Markus Armbruster · 11 years ago
  74. 2e4450f qom: Make enum string tables const-correct by Daniel P. Berrange · 11 years ago
  75. ff5397b scripts: Add support for path as argument of qom-tree by Martin Cerveny · 11 years ago
  76. e1d4210 qapi-types: Bury code dead since commit 6b5abc7 by Markus Armbruster · 11 years ago
  77. c5ecd7e qapi-types: Split generate_fwd_builtin() off generate_fwd_struct() by Markus Armbruster · 11 years ago
  78. ae0a7a1 qapi-types: Drop unused members parameters by Markus Armbruster · 11 years ago
  79. 4f35680 qapi-types: Don't filter out expressions with 'gen' by Markus Armbruster · 11 years ago
  80. f9a1427 qapi: Catch and reject flat union branch of array type by Markus Armbruster · 11 years ago
  81. 00e4b28 qapi: Better separate the different kinds of helpers by Markus Armbruster · 11 years ago
  82. 4d076d6 qapi: Move exprs checking from parse_schema() to check_exprs() by Markus Armbruster · 11 years ago
  83. e565d93 qapi: Fix to reject stray 't', 'f' and 'n' by Markus Armbruster · 11 years ago
  84. a136608 qapi: Simplify inclusion cycle detection by Markus Armbruster · 11 years ago
  85. 8608d25 qapi: Fix file name in error messages for included files by Markus Armbruster · 11 years ago
  86. 5441404 qapi: Improve a couple of confusing variable names by Markus Armbruster · 11 years ago
  87. 12c7079 qapi: Eliminate superfluous QAPISchema attribute input_dir by Markus Armbruster · 11 years ago
  88. 73d9a79 Teach analyze-migration.py about section footers by Dr. David Alan Gilbert · 11 years ago
  89. 2fe7c31 virtio-input: add linux/input.h by Gerd Hoffmann · 11 years ago
  90. 4180978 qapi: Inline gen_command_decl_prologue(), gen_command_def_prologue() by Markus Armbruster · 11 years ago
  91. 09896d3 qapi: Drop pointless flush() before close() by Markus Armbruster · 11 years ago
  92. 12f8e1b qapi: Factor open_output(), close_output() out of generators by Markus Armbruster · 11 years ago
  93. 16d80f6 qapi: Turn generators' mandatory option -i into an argument by Markus Armbruster · 11 years ago
  94. b454096 qapi: Fix generators to report command line errors decently by Markus Armbruster · 11 years ago
  95. 2114f5a qapi: Factor parse_command_line() out of the generators by Markus Armbruster · 11 years ago
  96. 72aaa73 qapi: qapi-commands.py option --type is unused, drop it by Markus Armbruster · 11 years ago
  97. c70cef5 qapi: qapi-event.py option -b does nothing, drop it by Markus Armbruster · 11 years ago
  98. e3c4c3d qapi: Support downstream events and commands by Eric Blake · 11 years ago
  99. d1f07c8 qapi: Support downstream alternates by Eric Blake · 11 years ago
  100. 857af5f qapi: Support downstream flat unions by Eric Blake · 11 years ago