aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-31jobs: remove job_defer_to_main_loopJohn Snow2-55/+2
2018-08-31jobs: remove ret argument to job_completed; privatize itJohn Snow3-19/+22
2018-08-31block/backup: make function variables consistently namedJohn Snow1-31/+31
2018-08-31jobs: utilize job_exit shimJohn Snow6-63/+16
2018-08-31block/mirror: utilize job_exit shimJohn Snow1-18/+11
2018-08-31block/commit: utilize job_exit shimJohn Snow1-17/+5
2018-08-31jobs: add exit shimJohn Snow2-0/+29
2018-08-31jobs: canonize Error objectJohn Snow11-30/+26
2018-08-31jobs: change start callback to run callbackJohn Snow10-34/+43
2018-08-31tests: fix bdrv-drain leakMarc-André Lureau1-0/+1
2018-08-27Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-08-27-v2' i...Peter Maydell3-59/+115
2018-08-27Merge remote-tracking branch 'remotes/juanquintela/tags/check/20180827' into ...Peter Maydell3-92/+19
2018-08-27intel-iommu: replace more vtd_err_* tracesPeter Xu2-30/+46
2018-08-27intel-iommu: start to use error_report_oncePeter Xu2-29/+37
2018-08-27Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180827-v4-pull-request...Peter Maydell17-237/+139
2018-08-27check: Move wdt_ib700 test to commonJuan Quintela1-2/+2
2018-08-27check: Move endianess test to commonJuan Quintela1-13/+1
2018-08-27check: Move VMXNET3 test to commonJuan Quintela1-2/+2
2018-08-27check: Only test boot-serial when sga is compiled inJuan Quintela1-1/+1
2018-08-27check: Only test ivshm when it is compiled inJuan Quintela1-3/+4
2018-08-27x86_64-softmmu: Configuration is identical to i386-softmmuJuan Quintela1-66/+1
2018-08-27check: Only test usb-xhci-nec when it is compiled inJuan Quintela1-4/+6
2018-08-27check: Only test isa-testdev when it is compiled inJuan Quintela1-8/+8
2018-08-27configure: We don't want to clean configuration filesJuan Quintela1-1/+2
2018-08-27util: promote qemu_egl_rendernode_open() to libqemuutilMarc-André Lureau5-49/+76
2018-08-27qemu-error: introduce {error|warn}_report_oncePeter Xu1-0/+32
2018-08-25Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20180823' into ...Peter Maydell2-6/+37
2018-08-25Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20180823.1' in...Peter Maydell3-3/+18
2018-08-25Merge remote-tracking branch 'remotes/armbru/tags/pull-qobject-2018-08-24' in...Peter Maydell34-1329/+1472
2018-08-24Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-2018' int...Peter Maydell12-37/+5275
2018-08-24json: Update references to RFC 7159 to RFC 8259Markus Armbruster3-3/+3
2018-08-24json: Support %% in JSON strings when interpolatingMarkus Armbruster2-3/+4
2018-08-24json: Improve safety of qobject_from_jsonf_nofail() & friendsMarkus Armbruster2-12/+17
2018-08-24json: Keep interpolation state in JSONParserContextMarkus Armbruster1-29/+30
2018-08-24tests/drive_del-test: Fix harmless JSON interpolation bugMarkus Armbruster1-2/+6
2018-08-24json: Clean up headersMarkus Armbruster10-76/+51
2018-08-24qobject: Drop superfluous includes of qemu-common.hMarkus Armbruster9-9/+0
2018-08-24json: Make JSONToken opaque outside json-parser.cMarkus Armbruster4-14/+24
2018-08-24json: Unbox tokens queue in JSONMessageParserMarkus Armbruster3-21/+12
2018-08-24json: Streamline json_message_process_token()Markus Armbruster1-8/+5
2018-08-24json: Enforce token count and size limits more tightlyMarkus Armbruster1-18/+18
2018-08-24qjson: Have qobject_from_json() & friends reject empty and blankMarkus Armbruster4-12/+14
2018-08-24json: Assert json_parser_parse() consumes all tokens on successMarkus Armbruster1-0/+1
2018-08-24json: Fix streamer not to ignore trailing unterminated structuresMarkus Armbruster4-4/+15
2018-08-24json: Fix latent parser aborts at end of inputMarkus Armbruster1-2/+0
2018-08-24qjson: Fix qobject_from_json() & friends for multiple valuesMarkus Armbruster2-8/+17
2018-08-24json: Improve names of lexer states related to numbersMarkus Armbruster1-17/+17
2018-08-24json: Replace %I64d, %I64u by %PRId64, %PRIu64Markus Armbruster2-4/+16
2018-08-24json: Leave rejecting invalid interpolation to parserMarkus Armbruster3-39/+9
2018-08-24json: Pass lexical errors and limit violations to callbackMarkus Armbruster7-25/+33