1. 32bc687 qapi: Simplify gen_struct_field() by Eric Blake · 9 years ago
  2. 5e59baf qapi: Reserve 'u' member name by Eric Blake · 9 years ago
  3. e4ba22b qapi: Finish converting to new qapi union layout by Eric Blake · 9 years ago
  4. 150d056 qapi-visit: Convert to new qapi union layout by Eric Blake · 9 years ago
  5. f51d8fa qapi: Start converting to new qapi union layout by Eric Blake · 9 years ago
  6. 5c5e51a qapi-visit: Remove redundant functions for flat union base by Eric Blake · 9 years ago
  7. ddf2190 qapi: Unbox base members by Eric Blake · 9 years ago
  8. 30594fe qapi: Prefer typesafe upcasts to qapi base classes by Eric Blake · 9 years ago
  9. f87ab7f qapi-types: Refactor base fields output by Eric Blake · 9 years ago
  10. d02cf37 qapi-visit: Split off visit_type_FOO_fields forward decl by Eric Blake · 9 years ago
  11. 9fb081e qapi: Reserve 'q_*' and 'has_*' member names by Eric Blake · 9 years ago
  12. 255960d qapi: Reserve '*List' type names for list types by Eric Blake · 9 years ago
  13. f9e6102 qapi: More robust conditions for when labels are needed by Eric Blake · 9 years ago
  14. 8712fa5 qapi: More idiomatic string operations by Eric Blake · 9 years ago
  15. c900ef8 gdb command: qemu handlers by Dr. David Alan Gilbert · 9 years ago
  16. a201b0f qemu-gdb: add $qemu_coroutine_sp and $qemu_coroutine_pc by Paolo Bonzini · 9 years ago
  17. 80ab31b qemu-gdb: extract parts of "qemu coroutine" implementation by Paolo Bonzini · 9 years ago
  18. 1138f24 qemu-gdb: allow using glibc_pointer_guard() on core dumps by Paolo Bonzini · 9 years ago
  19. ca3e40e Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 9 years ago
  20. 1842bdf linux-headers: add unistd.h by Marc-André Lureau · 9 years ago
  21. 526d580 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  22. 99df528 qapi: Track location that created an implicit type by Eric Blake · 9 years ago
  23. 46292ba qapi: Create simple union type member earlier by Eric Blake · 9 years ago
  24. 9f08c8e qapi: Lazy creation of array types by Eric Blake · 9 years ago
  25. 49823c4 qapi: Don't use info as witness of implicit object type by Eric Blake · 9 years ago
  26. cae95ea qapi: Drop redundant returns-int test by Eric Blake · 9 years ago
  27. 7618b91 qapi: Prepare for errors during check() by Eric Blake · 9 years ago
  28. 25a0d9c qapi: Use predicate callback to determine visit filtering by Eric Blake · 9 years ago
  29. d08ac81 qapi: Fix regression with '-netdev help' by Eric Blake · 9 years ago
  30. 18bdbc3 qapi: Simplify gen_visit_fields() error handling by Eric Blake · 10 years ago
  31. 82ca8e4 qapi: Share gen_visit_fields() by Eric Blake · 10 years ago
  32. 1f35334 qapi: Share gen_err_check() by Eric Blake · 10 years ago
  33. 05372f7 qapi: Consistent generated code: minimize push_indent() usage by Eric Blake · 10 years ago
  34. e36c714 qapi: Consistent generated code: prefer common indentation by Eric Blake · 10 years ago
  35. f782399 qapi: Consistent generated code: prefer common labels by Eric Blake · 10 years ago
  36. f8b7f1a qapi: Consistent generated code: prefer visitor 'v' by Eric Blake · 10 years ago
  37. 2a0f50e qapi: Consistent generated code: prefer error 'err' by Eric Blake · 10 years ago
  38. 376863e qapi: Reuse code for flat union base validation by Eric Blake · 10 years ago
  39. 7b2a5c2 qapi: Avoid assertion failure on union 'type' collision by Eric Blake · 10 years ago
  40. 437db25 qapi: Clean up qapi.py per pep8 by Eric Blake · 10 years ago
  41. 59b0054 qapi: Invoke exception superclass initializer by Eric Blake · 10 years ago
  42. 7408fb6 qapi: Improve 'include' error message by Eric Blake · 10 years ago
  43. 3e5385f checkpatch: port fix from kernel "## is not a valid modifier" by Andy Whitcroft · 9 years ago
  44. 5b90612 checkpatch: allow open braces on typedef lines by Paolo Bonzini · 9 years ago
  45. ac98fa8 update-linux-headers: Rename SW_MAX to SW_MAX_ by Markus Armbruster · 9 years ago
  46. ba10f72 get_maintainer.pl: \C is deprecated by Paolo Bonzini · 10 years ago
  47. 5e43efb checkpatch: do not recommend qemu_strtok over strtok by Paolo Bonzini · 10 years ago
  48. 1a9a507 qapi-introspect: Hide type names by Markus Armbruster · 10 years ago
  49. 39a1815 qapi: New QMP command query-qmp-schema for QMP introspection by Markus Armbruster · 10 years ago
  50. 2d21291 qapi: Pseudo-type '**' is now unused, drop it by Markus Armbruster · 10 years ago
  51. 6eb3937 qom: Don't use 'gen': false for qom-get, qom-set, object-add by Markus Armbruster · 10 years ago
  52. 28770e0 qapi: Introduce a first class 'any' type by Markus Armbruster · 10 years ago
  53. 56d92b0 qapi-commands: De-duplicate output marshaling functions by Markus Armbruster · 10 years ago
  54. 03b4367 qapi: De-duplicate parameter list generation by Markus Armbruster · 10 years ago
  55. 7fad30f qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO() by Markus Armbruster · 10 years ago
  56. f153801 qapi-commands: Rearrange code by Markus Armbruster · 10 years ago
  57. 60f8546 qapi-visit: Rearrange code a bit by Markus Armbruster · 10 years ago
  58. e98859a qapi: Clean up after recent conversions to QAPISchemaVisitor by Markus Armbruster · 10 years ago
  59. 5710153 qapi: Replace dirty is_c_ptr() by method c_null() by Markus Armbruster · 10 years ago
  60. 05f43a9 qapi-event: Convert to QAPISchemaVisitor, fixing data with base by Markus Armbruster · 10 years ago
  61. 7b24626 qapi-event: Eliminate global variable event_enum_value by Markus Armbruster · 10 years ago
  62. efd2eaa qapi: De-duplicate enum code generation by Markus Armbruster · 10 years ago
  63. ee44602 qapi-commands: Convert to QAPISchemaVisitor by Markus Armbruster · 10 years ago
  64. 441cbac qapi-visit: Convert to QAPISchemaVisitor, fixing bugs by Markus Armbruster · 10 years ago
  65. 2b162cc qapi-types: Convert to QAPISchemaVisitor, fixing flat unions by Markus Armbruster · 10 years ago
  66. 3f7dc21 qapi: New QAPISchemaVisitor by Markus Armbruster · 10 years ago
  67. f51d8c3 qapi: QAPISchema code generation helper methods by Markus Armbruster · 10 years ago
  68. ac88219 qapi: New QAPISchema intermediate reperesentation by Markus Armbruster · 10 years ago
  69. a4bcb20 qapi: Rename class QAPISchema to QAPISchemaParser by Markus Armbruster · 10 years ago
  70. 1c9f03b Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  71. 04f2562 checkpatch: Escape left braces in regex by Fam Zheng · 10 years ago
  72. 73aa529 target-i386: move asm-x86/hyperv.h to standard-headers by Paolo Bonzini · 10 years ago
  73. eddb4de update-linux-headers: copy standard-headers files one by one by Paolo Bonzini · 10 years ago
  74. 120758f update Linux headers to 4.3-rc1 by Paolo Bonzini · 10 years ago
  75. 351d36e qapi: allow override of default enum prefix naming by Daniel P. Berrange · 10 years ago
  76. 2752e5b qapi: Fix cgen() for Python older than 2.7 by Markus Armbruster · 10 years ago
  77. a2aa09e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  78. 30c38c9 scripts/qemu-gdb: Add brief comment describing usage by Peter Maydell · 10 years ago
  79. 5e3c72d scripts/qemu-gdb: Silently pass through SIGUSR1 by Peter Maydell · 10 years ago
  80. 191590f scripts/qemu-gdb: Split CoroutineCommand into its own file by Peter Maydell · 10 years ago
  81. 93b1b36 scripts/qemu-gdb: Split MtreeCommand into its own module by Peter Maydell · 10 years ago
  82. 0c71d41 scripts/dump-guest-memory.py: fix after RAMBlock change by Michael S. Tsirkin · 10 years ago
  83. 3f7a899 add macro file for coccinelle by Paolo Bonzini · 10 years ago
  84. f1e155b checkpatch: remove tests that are not relevant outside the kernel by Paolo Bonzini · 10 years ago
  85. 71c47b0 checkpatch: adapt some tests to QEMU by Paolo Bonzini · 10 years ago
  86. b597aa0 Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-09-04' into staging by Peter Maydell · 10 years ago
  87. c4f498f qapi: Generators crash when --output-dir isn't given, fix by Markus Armbruster · 10 years ago
  88. eddf817 qapi: Simplify error reporting for array types by Markus Armbruster · 10 years ago
  89. c6b71e5 qapi: Fix errors for non-string, non-dictionary members by Markus Armbruster · 10 years ago
  90. 65fbe12 qapi: Drop one of two "simple union must not have base" checks by Markus Armbruster · 10 years ago
  91. 3a864e7 qapi: Generated code cleanup by Markus Armbruster · 10 years ago
  92. 3f99144 qapi-commands: Drop useless initialization by Markus Armbruster · 10 years ago
  93. 1f9a7a1 qapi-commands: Don't feed output of mcgen() to mcgen() again by Markus Armbruster · 10 years ago
  94. e02bca2 qapi-commands: Inline gen_marshal_output_call() by Markus Armbruster · 10 years ago
  95. 8102307 qapi-commands: Fix gen_err_check(e) for e and e != 'local_err' by Markus Armbruster · 10 years ago
  96. 9b090d4 qapi: Command returning anonymous type doesn't work, outlaw by Markus Armbruster · 10 years ago
  97. 315932b qapi: Fix to reject union command and event arguments by Markus Armbruster · 10 years ago
  98. d90675f qapi: Document flaws in checking of names by Markus Armbruster · 10 years ago
  99. ca56a82 qapi: Document shortcoming with union 'data' branch by Eric Blake · 10 years ago
  100. 2f52e20 qapi: Document that input visitor semantics are prone to leaks by Eric Blake · 10 years ago