1. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  2. 485febc qmp: Wean off qerror_report() by Markus Armbruster · 10 years ago
  3. 2e4450f qom: Make enum string tables const-correct by Daniel P. Berrange · 10 years ago
  4. ff5397b scripts: Add support for path as argument of qom-tree by Martin Cerveny · 10 years ago
  5. e1d4210 qapi-types: Bury code dead since commit 6b5abc7 by Markus Armbruster · 10 years ago
  6. c5ecd7e qapi-types: Split generate_fwd_builtin() off generate_fwd_struct() by Markus Armbruster · 10 years ago
  7. ae0a7a1 qapi-types: Drop unused members parameters by Markus Armbruster · 10 years ago
  8. 4f35680 qapi-types: Don't filter out expressions with 'gen' by Markus Armbruster · 10 years ago
  9. f9a1427 qapi: Catch and reject flat union branch of array type by Markus Armbruster · 10 years ago
  10. 00e4b28 qapi: Better separate the different kinds of helpers by Markus Armbruster · 10 years ago
  11. 4d076d6 qapi: Move exprs checking from parse_schema() to check_exprs() by Markus Armbruster · 10 years ago
  12. e565d93 qapi: Fix to reject stray 't', 'f' and 'n' by Markus Armbruster · 10 years ago
  13. a136608 qapi: Simplify inclusion cycle detection by Markus Armbruster · 10 years ago
  14. 8608d25 qapi: Fix file name in error messages for included files by Markus Armbruster · 10 years ago
  15. 5441404 qapi: Improve a couple of confusing variable names by Markus Armbruster · 10 years ago
  16. 12c7079 qapi: Eliminate superfluous QAPISchema attribute input_dir by Markus Armbruster · 10 years ago
  17. 73d9a79 Teach analyze-migration.py about section footers by Dr. David Alan Gilbert · 10 years ago
  18. 2fe7c31 virtio-input: add linux/input.h by Gerd Hoffmann · 10 years ago
  19. 4180978 qapi: Inline gen_command_decl_prologue(), gen_command_def_prologue() by Markus Armbruster · 10 years ago
  20. 09896d3 qapi: Drop pointless flush() before close() by Markus Armbruster · 10 years ago
  21. 12f8e1b qapi: Factor open_output(), close_output() out of generators by Markus Armbruster · 10 years ago
  22. 16d80f6 qapi: Turn generators' mandatory option -i into an argument by Markus Armbruster · 10 years ago
  23. b454096 qapi: Fix generators to report command line errors decently by Markus Armbruster · 10 years ago
  24. 2114f5a qapi: Factor parse_command_line() out of the generators by Markus Armbruster · 10 years ago
  25. 72aaa73 qapi: qapi-commands.py option --type is unused, drop it by Markus Armbruster · 10 years ago
  26. c70cef5 qapi: qapi-event.py option -b does nothing, drop it by Markus Armbruster · 10 years ago
  27. e3c4c3d qapi: Support downstream events and commands by Eric Blake · 10 years ago
  28. d1f07c8 qapi: Support downstream alternates by Eric Blake · 10 years ago
  29. 857af5f qapi: Support downstream flat unions by Eric Blake · 10 years ago
  30. bb33729 qapi: Support downstream simple unions by Eric Blake · 10 years ago
  31. 83a0270 qapi: Support downstream structs by Eric Blake · 10 years ago
  32. fce384b qapi: Support downstream enums by Eric Blake · 10 years ago
  33. c6405b5 qapi: Make c_type() consistently convert qapi names by Eric Blake · 10 years ago
  34. d557344 qapi: Tidy c_type() logic by Eric Blake · 10 years ago
  35. 849bc53 qapi: Move camel_to_upper(), c_enum_const() to closely related code by Markus Armbruster · 10 years ago
  36. b42e914 qapi: Use c_enum_const() in generate_alternate_qtypes() by Markus Armbruster · 10 years ago
  37. 02e20c7 qapi: Simplify c_enum_const() by Markus Armbruster · 10 years ago
  38. 7c81c61 qapi: Rename generate_enum_full_value() to c_enum_const() by Markus Armbruster · 10 years ago
  39. fa6068a qapi: Rename _generate_enum_string() to camel_to_upper() by Markus Armbruster · 10 years ago
  40. 18df515 qapi: Rename identical c_fun()/c_var() into c_name() by Eric Blake · 10 years ago
  41. 4729926 qapi: Fix C identifiers generated for names containing '.' by Markus Armbruster · 10 years ago
  42. 1ceca07 scripts: qmp-shell: Add verbose flag by John Snow · 10 years ago
  43. 30bd681 scripts: qmp-shell: add transaction subshell by John Snow · 10 years ago
  44. 6092c3e scripts: qmp-shell: Expand support for QMP expressions by John Snow · 10 years ago
  45. a7430a0 scripts: qmp-shell: refactor helpers by John Snow · 10 years ago
  46. ff55d72 qapi: Check for member name conflicts with a base class by Eric Blake · 10 years ago
  47. a7f5966 qapi: Support (subset of) \u escapes in strings by Eric Blake · 10 years ago
  48. a82b982 qapi: Drop dead visitor code related to nested structs by Eric Blake · 10 years ago
  49. 6b5abc7 qapi: Drop support for inline nested types by Eric Blake · 10 years ago
  50. 3e391d3 qapi: Forbid 'type' in schema by Eric Blake · 10 years ago
  51. fd41dd4 qapi: Prefer 'struct' over 'type' in generator by Eric Blake · 10 years ago
  52. 2cbf099 qapi: More rigorous checking for type safety bypass by Eric Blake · 10 years ago
  53. 10d4d99 qapi: Whitelist commands that don't return dictionary by Eric Blake · 10 years ago
  54. c9e0a79 qapi: Require valid names by Eric Blake · 10 years ago
  55. dd883c6 qapi: More rigourous checking of types by Eric Blake · 10 years ago
  56. d708cdb qapi: Unify type bypass and add tests by Eric Blake · 10 years ago
  57. e53188a qapi: Allow true, false and null in schema json by Fam Zheng · 10 years ago
  58. 4dc2e69 qapi: Better error messages for duplicated expressions by Eric Blake · 10 years ago
  59. 0545f6b qapi: Better error messages for bad expressions by Eric Blake · 10 years ago
  60. ab916fa qapi: Use 'alternate' to replace anonymous union by Eric Blake · 10 years ago
  61. 811d04f qapi: Segregate anonymous unions into alternates in generator by Eric Blake · 10 years ago
  62. 268a1c5 qapi: Prepare for catching more semantic parse errors by Eric Blake · 10 years ago
  63. 44bd127 qapi: Tighten checking of unions by Eric Blake · 10 years ago
  64. a8d4a2e qapi: Forbid base without discriminator in unions by Eric Blake · 10 years ago
  65. cf39359 qapi: Better error messages for bad enums by Eric Blake · 10 years ago
  66. fe2a930 qapi: Require ASCII in schema by Eric Blake · 10 years ago
  67. cb17f79 qapi: Fix generation of 'size' builtin type by Eric Blake · 10 years ago
  68. b52c4b9 qapi: Simplify builtin type handling by Eric Blake · 10 years ago
  69. 874e9ae Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20150505-1' into staging by Peter Maydell · 10 years ago
  70. 2e1c92d coverity: fix address_space_rw model by Paolo Bonzini · 10 years ago
  71. d98bc0b opengl: add shader build infrastructure by Gerd Hoffmann · 10 years ago
  72. 7898f74 iotests: add QMP event waiting queue by John Snow · 10 years ago
  73. 9eddd6a scripts: add 'qemu coroutine' command to qemu-gdb.py by Stefan Hajnoczi · 10 years ago
  74. 8b6ee9a checkpatch: complain about ffs(3) calls by Stefan Hajnoczi · 10 years ago
  75. da378d0 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150427' into staging by Peter Maydell · 10 years ago
  76. 5c9eb02 exec.c: Make address_space_rw take transaction attributes by Peter Maydell · 10 years ago
  77. 6540e9f qapi: Drop dead genlist parameter by Eric Blake · 10 years ago
  78. 15564d8 build: pass .d file name to scripts/make_device_config.sh, fix makefile target by Paolo Bonzini · 10 years ago
  79. eb60aa5 scripts: Add qom-tree script by Andreas Färber · 11 years ago
  80. 906b8ba coverity: Fix g_malloc_n-like models by Jan Kiszka · 10 years ago
  81. 811c572 kvm_stat: add kvm_stat.1 man page by Stefan Hajnoczi · 10 years ago
  82. 9a7dcb7 kvm_stat: add column headers to text UI by Stefan Hajnoczi · 10 years ago
  83. 0048fa6 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  84. c10b028 Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 10 years ago
  85. 0b7e89b trace: add DTrace reserved words for .d files by Stefan Hajnoczi · 11 years ago
  86. 12ccfec Makefile: don't silence mak file test with V=1 by Michael S. Tsirkin · 10 years ago
  87. 041ccc9 Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 10 years ago
  88. c16758c update-linux-headers.sh: s/__inline__/inline/ by Michael S. Tsirkin · 10 years ago
  89. 44fb1dd scripts: add arch specific standard-headers by Michael S. Tsirkin · 10 years ago
  90. 05e492b update-linux-headers: use standard-headers by Michael S. Tsirkin · 10 years ago
  91. 1ff0b55 scripts/update-linux-headers.sh: pull virtio hdrs by Michael S. Tsirkin · 10 years ago
  92. 73104fd Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  93. 912ae9c qapi-types: add C99 index names to arrays by Michael S. Tsirkin · 10 years ago
  94. 0d53d9f exec: convert ram_list to QLIST by Mike Day · 10 years ago
  95. a628daa qtest: Add scripts/qtest.py by Fam Zheng · 10 years ago
  96. edecf5e kvm_stat: Add kvm_exit reasons for aarch64 by Wei Huang · 10 years ago
  97. be7433e Fix name error in migration stream analyzation script by Greg Kurz · 10 years ago
  98. b93acb9 Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 10 years ago
  99. dd9fe29 trace: Print PID and time in stderr traces by Dr. David Alan Gilbert · 10 years ago
  100. b3cd91e Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20150205' into staging by Peter Maydell · 10 years ago