1. ed7f5f1 trace: convert stderr backend to log by Paolo Bonzini · 9 years ago
  2. 585ec72 trace: track enabled events in a separate array by Paolo Bonzini · 9 years ago
  3. 28fbf8f scripts/dump-guest-memory.py: Fix module docstring by Janosch Frank · 9 years ago
  4. 368e3ad scripts/dump-guest-memory.py: Introduce multi-arch support by Janosch Frank · 9 years ago
  5. 6782c0e scripts/dump-guest-memory.py: Cleanup functions by Janosch Frank · 9 years ago
  6. 7cb1089 scripts/dump-guest-memory.py: Improve python 3 compatibility by Janosch Frank · 9 years ago
  7. 4789020 scripts/dump-guest-memory.py: Make methods functions by Janosch Frank · 9 years ago
  8. ca81ce7 scripts/dump-guest-memory.py: Move constants to the top by Janosch Frank · 9 years ago
  9. a013bd2 scripts/kvm/kvm_stat: Add optparse description by Janosch Frank · 9 years ago
  10. 7f786a9 scripts/kvm/kvm_stat: Add interactive filtering by Janosch Frank · 9 years ago
  11. 126b33e scripts/kvm/kvm_stat: Fixup filtering by Janosch Frank · 9 years ago
  12. 1cd55f9 scripts/kvm/kvm_stat: Fix rlimit for unprivileged users by Janosch Frank · 9 years ago
  13. d8e4480 scripts/kvm/kvm_stat: Read event values as u64 by Janosch Frank · 9 years ago
  14. 00842aa scripts/kvm/kvm_stat: Cleanup and pre-init perf_event_attr by Janosch Frank · 9 years ago
  15. c887d9a scripts/kvm/kvm_stat: Fix output formatting by Janosch Frank · 9 years ago
  16. 8a2a333 scripts/kvm/kvm_stat: Make tui function a class by Janosch Frank · 9 years ago
  17. 9c0ab05 scripts/kvm/kvm_stat: Remove unneeded X86_EXIT_REASONS by Janosch Frank · 9 years ago
  18. 068294a scripts/kvm/kvm_stat: Group arch specific data by Janosch Frank · 9 years ago
  19. d895493 scripts/kvm/kvm_stat: Cleanup of Event class by Janosch Frank · 9 years ago
  20. fc9fdee scripts/kvm/kvm_stat: Cleanup of Groups class by Janosch Frank · 9 years ago
  21. e75a36a scripts/kvm/kvm_stat: Cleanup of Stats class by Janosch Frank · 9 years ago
  22. dd0b6a4 scripts/kvm/kvm_stat: Encapsulate filters variable by Janosch Frank · 9 years ago
  23. 357bc1e scripts/kvm/kvm_stat: Cleanup cpu list retrieval by Janosch Frank · 9 years ago
  24. e06715a scripts/kvm/kvm_stat: Cleanup of TracepointProvider by Janosch Frank · 9 years ago
  25. a90b87b scripts/kvm/kvm_stat: Introduce properties for providers by Janosch Frank · 9 years ago
  26. 312bf62 scripts/kvm/kvm_stat: Rename _perf_event_open by Janosch Frank · 9 years ago
  27. 3e46a5c scripts/kvm/kvm_stat: Make cpu detection a function by Janosch Frank · 9 years ago
  28. 8d3b5dd scripts/kvm/kvm_stat: Cleanup of platform detection by Janosch Frank · 9 years ago
  29. 392a7fa scripts/kvm/kvm_stat: Set sensible no. files rlimit by Janosch Frank · 9 years ago
  30. 400b3cb scripts/kvm/kvm_stat: Fixup syscall error reporting by Janosch Frank · 9 years ago
  31. f4109db scripts/kvm/kvm_stat: Moved DebugfsProvider by Janosch Frank · 9 years ago
  32. a4b2be2 scripts/kvm/kvm_stat: Rename variables that redefine globals by Janosch Frank · 9 years ago
  33. e02d896 scripts/kvm/kvm_stat: Fix spaces around keyword assignments by Janosch Frank · 9 years ago
  34. 639ce18 scripts/kvm/kvm_stat: Introduce main function by Janosch Frank · 9 years ago
  35. 7aa4ee5 scripts/kvm/kvm_stat: Improve debugfs access checking by Janosch Frank · 9 years ago
  36. 6fbff64 scripts/kvm/kvm_stat: Cleanup of path variables by Janosch Frank · 9 years ago
  37. a6ad61f scripts/kvm/kvm_stat: Invert dictionaries by Janosch Frank · 9 years ago
  38. dbedce0 scripts/kvm/kvm_stat: Mark globals in functions by Janosch Frank · 9 years ago
  39. fff5123 scripts/kvm/kvm_stat: Removed unneeded PERF constants by Janosch Frank · 9 years ago
  40. db3e5d9 scripts/kvm/kvm_stat: Make constants uppercase by Janosch Frank · 9 years ago
  41. 6590045 scripts/kvm/kvm_stat: Replaced os.listdir with os.walk by Janosch Frank · 9 years ago
  42. c81ab0a scripts/kvm/kvm_stat: Cleanup of multiple imports by Janosch Frank · 9 years ago
  43. 8507170 scripts: Add new clean-includes script to fix C include directives by Peter Maydell · 9 years ago
  44. 5d596c2 checkpatch: Detect newlines in error_report and other error functions by Jason J. Herne · 9 years ago
  45. 692a551 Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-01-11' into staging by Peter Maydell · 9 years ago
  46. 8f32510 scripts/checkpatch.pl: Don't allow special cases of unspaced operators by Peter Maydell · 9 years ago
  47. 9fc6502 pc: acpi: remove unused ASL templates and related blobs/utils by Igor Mammedov · 9 years ago
  48. d6b6913 scripts/gdb: Fix a python exception in mtree.py by Yang Wei · 9 years ago
  49. 559607e io: add QIOChannelSocket class by Daniel P. Berrange · 10 years ago
  50. 29cd81f coverity: Model g_memdup() by Markus Armbruster · 9 years ago
  51. 1e81969 coverity: Model g_poll() by Markus Armbruster · 9 years ago
  52. fff02bc linux-headers: update from kvm/next by Paolo Bonzini · 9 years ago
  53. bac5429 qapi: Detect base class loops by Eric Blake · 9 years ago
  54. 01cfbaa qapi: Move duplicate collision checks to schema check() by Eric Blake · 9 years ago
  55. 893e1f2 qapi: Enforce (or whitelist) case conventions on qapi members by Eric Blake · 9 years ago
  56. 93bda4d qapi: Track enum values by QAPISchemaMember, not string by Eric Blake · 9 years ago
  57. d44f9ac qapi: Prepare new QAPISchemaMember base class by Eric Blake · 9 years ago
  58. 29637a6 qapi: Shorter visits of optional fields by Eric Blake · 9 years ago
  59. 5cdc883 qapi: Simplify visits of optional fields by Eric Blake · 9 years ago
  60. d00341a qapi: Fix alternates that accept 'number' but not 'int' by Eric Blake · 9 years ago
  61. 9d3f349 qapi: Inline _make_implicit_tag() by Eric Blake · 9 years ago
  62. 0b2e84b qapi-types: Drop unnedeed ._fwdefn by Eric Blake · 9 years ago
  63. 0426d53 qapi: Simplify visiting of alternate types by Eric Blake · 9 years ago
  64. 7264f5c qapi: Convert QType into QAPI built-in enum type by Eric Blake · 9 years ago
  65. 1310a3d qobject: Rename qtype_code to QType by Eric Blake · 9 years ago
  66. d20a580 qapi: Change munging of CamelCase enum values by Eric Blake · 9 years ago
  67. 04e0639 qapi: Remove obsolete tests for MAX collision by Eric Blake · 9 years ago
  68. 7fb1cf1 qapi: Don't let implicit enum MAX member collide by Eric Blake · 9 years ago
  69. 59a92fe qapi: Tighten the regex on valid names by Eric Blake · 9 years ago
  70. c43567c qapi: Fix c_name() munging by Eric Blake · 9 years ago
  71. 27b60ab qapi: Detect collisions in C member names by Eric Blake · 9 years ago
  72. 88d4ef8 qapi: Track owner of each object member by Eric Blake · 9 years ago
  73. 61a9466 qapi: Remove outdated tests related to QMP/branch collisions by Eric Blake · 9 years ago
  74. 10565ca qapi: Hoist tag collision check to Variants.check() by Eric Blake · 9 years ago
  75. c2183d2 qapi: Factor out QAPISchemaObjectType.check_clash() by Eric Blake · 9 years ago
  76. b807a1e qapi: Check for QAPI collisions involving variant members by Eric Blake · 9 years ago
  77. 14ff846 qapi: Simplify QAPISchemaObjectTypeVariants.check() by Markus Armbruster · 9 years ago
  78. 577de12 qapi: Factor out QAPISchemaObjectTypeMember.check_clash() by Markus Armbruster · 9 years ago
  79. 23a4b2c qapi: Eliminate QAPISchemaObjectType.check() variable members by Markus Armbruster · 9 years ago
  80. 0868335 qapi: Fix up commit 7618b91's clash sanity checking change by Markus Armbruster · 9 years ago
  81. cdc5fa3 qapi: Clean up after previous commit by Markus Armbruster · 9 years ago
  82. e564e2d qapi: Simplify QAPISchemaObjectTypeMember.check() by Markus Armbruster · 9 years ago
  83. fff5f23 qapi: Drop obsolete tag value collision assertions by Markus Armbruster · 9 years ago
  84. 7d9586f qapi-types: Simplify gen_struct_field[s] by Eric Blake · 9 years ago
  85. 570cd8d qapi-types: Consolidate gen_struct() and gen_union() by Eric Blake · 9 years ago
  86. da34a9b qapi: Track simple union tag in object.local_members by Eric Blake · 9 years ago
  87. ce5fcb4 qapi: Provide nicer array names in introspection by Eric Blake · 9 years ago
  88. dd5ee2c qapi: Test failure in middle of array parse by Eric Blake · 9 years ago
  89. 496c1b1 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  90. 96e5c9b migration: fix analyze-migration.py script by Mark Cave-Ayland · 10 years ago
  91. aa5ccad scripts/text2pod.pl: Escape left brace by Fam Zheng · 9 years ago
  92. 32bc687 qapi: Simplify gen_struct_field() by Eric Blake · 9 years ago
  93. 5e59baf qapi: Reserve 'u' member name by Eric Blake · 9 years ago
  94. e4ba22b qapi: Finish converting to new qapi union layout by Eric Blake · 9 years ago
  95. 150d056 qapi-visit: Convert to new qapi union layout by Eric Blake · 9 years ago
  96. f51d8fa qapi: Start converting to new qapi union layout by Eric Blake · 9 years ago
  97. 5c5e51a qapi-visit: Remove redundant functions for flat union base by Eric Blake · 9 years ago
  98. ddf2190 qapi: Unbox base members by Eric Blake · 9 years ago
  99. 30594fe qapi: Prefer typesafe upcasts to qapi base classes by Eric Blake · 9 years ago
  100. f87ab7f qapi-types: Refactor base fields output by Eric Blake · 9 years ago