summary refs log tree commit diff stats
path: root/scripts/qapi/doc.py (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-31tests: add qmp_assert_error_class()Marc-André Lureau5-61/+46
2018-08-31tests/libqos: Utilize newer glib spawn checkEric Blake1-11/+1
2018-08-31net: Remove the deprecated -tftp, -bootp, -redir and -smb optionsThomas Huth7-185/+29
2018-08-31Remove the deprecated options -startdate, -localtime and -rtc-td-hackThomas Huth3-74/+22
2018-08-31Remove the deprecated -nodefconfig optionThomas Huth4-10/+4
2018-08-31Remove the deprecated -balloon optionThomas Huth4-54/+3
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-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-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
2018-08-24json: Treat unwanted interpolation as lexical errorMarkus Armbruster5-19/+25
2018-08-24json: Rename token JSON_ESCAPE & friends to JSON_INTERPMarkus Armbruster3-37/+37
2018-08-24json: Don't create JSON_ERROR tokens that won't be usedMarkus Armbruster1-4/+2
2018-08-24json: Don't pass null @tokens to json_parser_parse()Markus Armbruster2-17/+12
2018-08-24json: Redesign the callback to consume JSON valuesMarkus Armbruster10-54/+39
2018-08-24json: Have lexer call streamer directlyMarkus Armbruster4-18/+17
2018-08-24json-parser: simplify and avoid JSONParserContext allocationMarc-André Lureau1-32/+9
2018-08-24json: remove useless return value from lexer/parserMarc-André Lureau4-23/+16
2018-08-24check-qjson: Fix and enable utf8_string()'s disabled partMarkus Armbruster1-8/+3
2018-08-24json: Fix \uXXXX for surrogate pairsMarkus Armbruster2-23/+40
2018-08-24json: Reject invalid \uXXXX, fix \u0000Markus Armbruster2-59/+17