1. eb23654 jobs: utilize job_exit shim by John Snow · 7 years ago
  2. 7b508f6 block/mirror: utilize job_exit shim by John Snow · 7 years ago
  3. f369b48 block/commit: utilize job_exit shim by John Snow · 7 years ago
  4. 00359a7 jobs: add exit shim by John Snow · 7 years ago
  5. 3d1f8b0 jobs: canonize Error object by John Snow · 7 years ago
  6. f67432a jobs: change start callback to run callback by John Snow · 7 years ago
  7. 7b43db3 tests: fix bdrv-drain leak by Marc-André Lureau · 7 years ago
  8. 19b599f Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-08-27-v2' into staging by Peter Maydell · 7 years ago
  9. e1e3889 Merge remote-tracking branch 'remotes/juanquintela/tags/check/20180827' into staging by Peter Maydell · 7 years ago
  10. 4e4abd1 intel-iommu: replace more vtd_err_* traces by Peter Xu · 7 years ago
  11. 1376211 intel-iommu: start to use error_report_once by Peter Xu · 7 years ago
  12. 025573b Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180827-v4-pull-request' into staging by Peter Maydell · 7 years ago
  13. ee1f6c8 check: Move wdt_ib700 test to common by Juan Quintela · 7 years ago
  14. 669cc71 check: Move endianess test to common by Juan Quintela · 7 years ago
  15. 7a06677 check: Move VMXNET3 test to common by Juan Quintela · 7 years ago
  16. dff1ba0 check: Only test boot-serial when sga is compiled in by Juan Quintela · 7 years ago
  17. 1336e60 check: Only test ivshm when it is compiled in by Juan Quintela · 7 years ago
  18. fa212a2 x86_64-softmmu: Configuration is identical to i386-softmmu by Juan Quintela · 7 years ago
  19. c9b688b check: Only test usb-xhci-nec when it is compiled in by Juan Quintela · 7 years ago
  20. 4637963 check: Only test isa-testdev when it is compiled in by Juan Quintela · 7 years ago
  21. e92af6e configure: We don't want to clean configuration files by Juan Quintela · 7 years ago
  22. b1d3803 util: promote qemu_egl_rendernode_open() to libqemuutil by Marc-André Lureau · 7 years ago
  23. bc6a69d qemu-error: introduce {error|warn}_report_once by Peter Xu · 7 years ago
  24. 235c82a Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20180823' into staging by Peter Maydell · 7 years ago
  25. 17182bb Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20180823.1' into staging by Peter Maydell · 7 years ago
  26. cc9821f Merge remote-tracking branch 'remotes/armbru/tags/pull-qobject-2018-08-24' into staging by Peter Maydell · 7 years ago
  27. e2e6fa6 Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-2018' into staging by Peter Maydell · 7 years ago
  28. 37aded9 json: Update references to RFC 7159 to RFC 8259 by Markus Armbruster · 7 years ago
  29. 8bca461 json: Support %% in JSON strings when interpolating by Markus Armbruster · 7 years ago
  30. 16a4859 json: Improve safety of qobject_from_jsonf_nofail() & friends by Markus Armbruster · 7 years ago
  31. ada74c3 json: Keep interpolation state in JSONParserContext by Markus Armbruster · 7 years ago
  32. 83273e8 tests/drive_del-test: Fix harmless JSON interpolation bug by Markus Armbruster · 7 years ago
  33. 86cdf9e json: Clean up headers by Markus Armbruster · 7 years ago
  34. 812ce33 qobject: Drop superfluous includes of qemu-common.h by Markus Armbruster · 7 years ago
  35. abe7c20 json: Make JSONToken opaque outside json-parser.c by Markus Armbruster · 7 years ago
  36. a2731e0 json: Unbox tokens queue in JSONMessageParser by Markus Armbruster · 7 years ago
  37. 8d3265b json: Streamline json_message_process_token() by Markus Armbruster · 7 years ago
  38. da09cfb json: Enforce token count and size limits more tightly by Markus Armbruster · 7 years ago
  39. dd98e84 qjson: Have qobject_from_json() & friends reject empty and blank by Markus Armbruster · 7 years ago
  40. 5d50113 json: Assert json_parser_parse() consumes all tokens on success by Markus Armbruster · 7 years ago
  41. f927791 json: Fix streamer not to ignore trailing unterminated structures by Markus Armbruster · 7 years ago
  42. e06d008 json: Fix latent parser aborts at end of input by Markus Armbruster · 7 years ago
  43. 2a4794b qjson: Fix qobject_from_json() & friends for multiple values by Markus Armbruster · 7 years ago
  44. 4d40066 json: Improve names of lexer states related to numbers by Markus Armbruster · 7 years ago
  45. 53a0d61 json: Replace %I64d, %I64u by %PRId64, %PRIu64 by Markus Armbruster · 7 years ago
  46. f7617d4 json: Leave rejecting invalid interpolation to parser by Markus Armbruster · 7 years ago
  47. 84a56f3 json: Pass lexical errors and limit violations to callback by Markus Armbruster · 7 years ago
  48. 2cbd15a json: Treat unwanted interpolation as lexical error by Markus Armbruster · 7 years ago
  49. 6103028 json: Rename token JSON_ESCAPE & friends to JSON_INTERP by Markus Armbruster · 7 years ago
  50. 269e57a json: Don't create JSON_ERROR tokens that won't be used by Markus Armbruster · 7 years ago
  51. ff281a2 json: Don't pass null @tokens to json_parser_parse() by Markus Armbruster · 7 years ago
  52. 62815d8 json: Redesign the callback to consume JSON values by Markus Armbruster · 7 years ago
  53. 037f244 json: Have lexer call streamer directly by Markus Armbruster · 7 years ago
  54. e8b19d7 json-parser: simplify and avoid JSONParserContext allocation by Marc-André Lureau · 7 years ago
  55. 7c1e1d5 json: remove useless return value from lexer/parser by Marc-André Lureau · 7 years ago
  56. c473c37 check-qjson: Fix and enable utf8_string()'s disabled part by Markus Armbruster · 7 years ago
  57. dc45a07 json: Fix \uXXXX for surrogate pairs by Markus Armbruster · 7 years ago
  58. 46a628b json: Reject invalid \uXXXX, fix \u0000 by Markus Armbruster · 7 years ago
  59. de6decf json: Simplify parse_string() by Markus Armbruster · 7 years ago
  60. b2da4a4 json: Leave rejecting invalid escape sequences to parser by Markus Armbruster · 7 years ago
  61. 4b1c0cd json: Accept overlong \xC0\x80 as U+0000 ("modified UTF-8") by Markus Armbruster · 7 years ago
  62. de930f4 json: Leave rejecting invalid UTF-8 to parser by Markus Armbruster · 7 years ago
  63. 574bf16 json: Report first rather than last parse error by Markus Armbruster · 7 years ago
  64. e59f39d json: Reject invalid UTF-8 sequences by Markus Armbruster · 7 years ago
  65. a89d310 check-qjson: Document we expect invalid UTF-8 to be rejected by Markus Armbruster · 7 years ago
  66. 00ea57f json: Tighten and simplify qstring_from_escaped_str()'s loop by Markus Armbruster · 7 years ago
  67. eddc0a7 json: Revamp lexer documentation by Markus Armbruster · 7 years ago
  68. 340db1e json: Reject unescaped control characters by Markus Armbruster · 7 years ago
  69. a2ec6be json: Fix lexer to include the bad character in JSON_ERROR token by Markus Armbruster · 7 years ago
  70. 2e933f5 check-qjson: Cover interpolation more thoroughly by Markus Armbruster · 7 years ago
  71. 6bc93a3 check-qjson qmp-test: Cover control characters more thoroughly by Markus Armbruster · 7 years ago
  72. 5f454e6 check-qjson: Fix utf8_string() to test all invalid sequences by Markus Armbruster · 7 years ago
  73. 32846e9 check-qjson: Simplify utf8_string() by Markus Armbruster · 7 years ago
  74. 6ad8444 check-qjson: Cover UTF-8 in single quoted strings by Markus Armbruster · 7 years ago
  75. 069946f check-qjson: Consolidate partly redundant string tests by Markus Armbruster · 7 years ago
  76. e0fe2a9 check-qjson: Cover escaped characters more thoroughly, part 2 by Markus Armbruster · 7 years ago
  77. f3cfdd3 check-qjson: Streamline escaped_string()'s test strings by Markus Armbruster · 7 years ago
  78. 4e1df9b check-qjson: Cover escaped characters more thoroughly, part 1 by Markus Armbruster · 7 years ago
  79. e2f64a6 test-qga: Clean up how we test QGA synchronization by Markus Armbruster · 7 years ago
  80. aed877c qmp-test: Cover syntax and lexical errors by Markus Armbruster · 7 years ago
  81. d93bb9d qmp-cmd-test: Split off qmp-test by Markus Armbruster · 7 years ago
  82. 5365490 check-qjson: Cover whitespace more thoroughly by Markus Armbruster · 7 years ago
  83. a369418 check-qjson: Cover blank and lexically erroneous input by Markus Armbruster · 7 years ago
  84. 956a104 check-qjson: Cover multiple JSON objects in same string by Markus Armbruster · 7 years ago
  85. 72e9e56 docs/interop/qmp-spec: How to force known good parser state by Markus Armbruster · 7 years ago
  86. 746b790 Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  87. d45942d target/mips: Add definition of nanoMIPS I7200 CPU by Stefan Markovic · 7 years ago
  88. bf4667d mips_malta: Fix semihosting argument passing for nanoMIPS bare metal by Stefan Markovic · 7 years ago
  89. 28861af mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloader by Paul Burton · 7 years ago
  90. ce3940c mips_malta: Add basic nanoMIPS boot code for Malta board by Matthew Fortune · 7 years ago
  91. 722ac96 elf: Don't check FCR31_NAN2008 bit for nanoMIPS by Aleksandar Markovic · 7 years ago
  92. 56f2604 elf: On elf loading, treat both EM_MIPS and EM_NANOMIPS as legal for MIPS by Aleksandar Rikalo · 7 years ago
  93. f72541f elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too by Aleksandar Markovic · 7 years ago
  94. 2a94de0 elf: Add EM_NANOMIPS value as a valid one for e_machine field by Aleksandar Rikalo · 7 years ago
  95. 26324de target/mips: Fix ERET/ERETNC behavior related to ADEL exception by Yongbok Kim · 7 years ago
  96. 7a5f784 target/mips: Add updating BadInstr and BadInstrX for nanoMIPS by Stefan Markovic · 7 years ago
  97. fb32f8c target/mips: Add availability control via bit NMS by Dimitrije Nikolic · 7 years ago
  98. 0b59118 target/mips: Add emulation of DSP ASE for nanoMIPS - part 6 by Stefan Markovic · 7 years ago
  99. 4c75c98 target/mips: Add emulation of DSP ASE for nanoMIPS - part 5 by Stefan Markovic · 7 years ago
  100. 8b3698b target/mips: Add emulation of DSP ASE for nanoMIPS - part 4 by Stefan Markovic · 7 years ago