Show patches with: Archived = No       |   430399 patches
« 1 2 ... 2140 2141 21424303 4304 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v2,08/60] check-qjson: Streamline escaped_string()'s test strings json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,09/60] check-qjson: Cover escaped characters more thoroughly, part 2 json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,10/60] check-qjson: Consolidate partly redundant string tests json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,11/60] check-qjson: Cover UTF-8 in single quoted strings json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,12/60] check-qjson: Simplify utf8_string() json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,13/60] check-qjson: Fix utf8_string() to test all invalid sequences json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,14/60] check-qjson qmp-test: Cover control characters more thoroughly json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,15/60] check-qjson: Cover interpolation more thoroughly json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,16/60] json: Fix lexer to include the bad character in JSON_ERROR token json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,17/60] json: Reject unescaped control characters json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,18/60] json: Revamp lexer documentation json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,19/60] json: Tighten and simplify qstring_from_escaped_str()'s loop json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,20/60] check-qjson: Document we expect invalid UTF-8 to be rejected json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,21/60] json: Reject invalid UTF-8 sequences json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,22/60] json: Report first rather than last parse error json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,23/60] json: Leave rejecting invalid UTF-8 to parser json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,24/60] json: Accept overlong \xC0\x80 as U+0000 ("modified UTF-8") json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,25/60] json: Leave rejecting invalid escape sequences to parser json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,26/60] json: Simplify parse_string() json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,27/60] json: Reject invalid \uXXXX, fix \u0000 json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,28/60] json: Fix \uXXXX for surrogate pairs json: Fixes, error reporting improvements, cleanups - - 2 - --- 2018-08-17 Markus Armbruster New
[v2,29/60] check-qjson: Fix and enable utf8_string()'s disabled part json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,30/60] json: remove useless return value from lexer/parser json: Fixes, error reporting improvements, cleanups - - 2 - --- 2018-08-17 Markus Armbruster New
[v2,31/60] json-parser: simplify and avoid JSONParserContext allocation json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,32/60] json: Have lexer call streamer directly json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,33/60] json: Redesign the callback to consume JSON values json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,34/60] json: Don't pass null @tokens to json_parser_parse() json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,35/60] json: Don't create JSON_ERROR tokens that won't be used json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,36/60] json: Rename token JSON_ESCAPE & friends to JSON_INTERPOL json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,37/60] json: Treat unwanted interpolation as lexical error json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,38/60] json: Pass lexical errors and limit violations to callback json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,39/60] json: Leave rejecting invalid interpolation to parser json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,40/60] json: Replace %I64d, %I64u by %PRId64, %PRIu64 json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,41/60] json: Nicer recovery from invalid leading zero json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,42/60] json: Improve names of lexer states related to numbers json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,43/60] qjson: Fix qobject_from_json() & friends for multiple values json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,44/60] json: Fix latent parser aborts at end of input json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,45/60] json: Fix streamer not to ignore trailing unterminated structures json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,46/60] json: Assert json_parser_parse() consumes all tokens on success json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,47/60] qjson: Have qobject_from_json() & friends reject empty and blank json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,48/60] json: Enforce token count and size limits more tightly json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,49/60] json: Streamline json_message_process_token() json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,50/60] json: Unbox tokens queue in JSONMessageParser json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,51/60] json: Eliminate lexer state IN_ERROR and pseudo-token JSON_MIN json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,52/60] json: Eliminate lexer state IN_WHITESPACE, pseudo-token JSON_SKIP json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,53/60] json: Make JSONToken opaque outside json-parser.c json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,54/60] qobject: Drop superfluous includes of qemu-common.h json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,55/60] json: Clean up headers json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,56/60] docs/interop/qmp-spec: How to force known good parser state json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,57/60] tests/drive_del-test: Fix harmless JSON interpolation bug json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,58/60] json: Keep interpolation state in JSONParserContext json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,59/60] json: Improve safety of qobject_from_jsonf_nofail() & friends json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[v2,60/60] json: Support %% in JSON strings when interpolating json: Fixes, error reporting improvements, cleanups - - 1 - --- 2018-08-17 Markus Armbruster New
[1/2] update-linux-headers.sh: add qemu_fw_cfg.h [1/2] update-linux-headers.sh: add qemu_fw_cfg.h - - - - --- 2018-08-17 Marc-André Lureau New
[2/2] fw_cfg: import & use linux/qemu_fw_cfg.h [1/2] update-linux-headers.sh: add qemu_fw_cfg.h - - - - --- 2018-08-17 Marc-André Lureau New
tests/boot-serial-test: Bump timeout to 6 minutes tests/boot-serial-test: Bump timeout to 6 minutes 1 - 1 - --- 2018-08-17 Peter Maydell New
[RFC,1/5] blockjob: Wake up BDS when job becomes idle Fix some jobs/drain/aio_poll related hangs - - - - --- 2018-08-17 Kevin Wolf New
[RFC,2/5] tests: Acquire AioContext around job_finish_sync() Untitled series #61295 - - - - --- 2018-08-17 Kevin Wolf New
[RFC,3/5] job: Drop AioContext lock around aio_poll() Fix some jobs/drain/aio_poll related hangs - - - - --- 2018-08-17 Kevin Wolf New
[RFC,4/5] block: Drop AioContext lock in bdrv_drain_poll_top_level() Fix some jobs/drain/aio_poll related hangs - - - - --- 2018-08-17 Kevin Wolf New
[RFC,5/5,WIP] Lock AioContext in bdrv_co_drain_bh_cb() Fix some jobs/drain/aio_poll related hangs - - - - --- 2018-08-17 Kevin Wolf New
[PULL,0/4] VFIO update 2018-08-17 - - - - --- 2018-08-17 Alex Williamson New
[PULL,1/4] balloon: Allow multiple inhibit users [PULL,1/4] balloon: Allow multiple inhibit users - - 3 - --- 2018-08-17 Alex Williamson New
[PULL,2/4] kvm: Use inhibit to prevent ballooning without synchronous mmu [PULL,1/4] balloon: Allow multiple inhibit users 1 - 3 - --- 2018-08-17 Alex Williamson New
[PULL,3/4] vfio: Inhibit ballooning based on group attachment to a container [PULL,1/4] balloon: Allow multiple inhibit users - - 1 - --- 2018-08-17 Alex Williamson New
[PULL,4/4] vfio/ccw/pci: Allow devices to opt-in for ballooning [PULL,1/4] balloon: Allow multiple inhibit users - - - - --- 2018-08-17 Alex Williamson New
[1/2] qdict: add qdict_steal() Remainder of "Simplify qobject refcount" - - - - --- 2018-08-17 Marc-André Lureau New
[2/2] qobject: modify qobject_ref() to assert on NULL Remainder of "Simplify qobject refcount" - - 2 - --- 2018-08-17 Marc-André Lureau New
vnc: call sasl_server_init() only when required vnc: call sasl_server_init() only when required - - 1 - --- 2018-08-17 Marc-André Lureau New
[v2] monitor: accept input on resume [v2] monitor: accept input on resume 1 - - - --- 2018-08-17 Marc-André Lureau New
[v2,1/3] qapi: add x-query-block-graph block nodes graph visualization - - - - --- 2018-08-17 Vladimir Sementsov-Ogievskiy New
[v2,2/3] scripts: add render_block_graph function for QEMUMachine block nodes graph visualization - - - - --- 2018-08-17 Vladimir Sementsov-Ogievskiy New
[v2,3/3] not-for-commit: example of new command usage for debugging block nodes graph visualization - - - - --- 2018-08-17 Vladimir Sementsov-Ogievskiy New
[PULL,0/3] Machine queue, 2018-08-17 - - - - --- 2018-08-17 Eduardo Habkost New
[PULL,1/3] machine: Fix coding style at machine_run_board_init() [PULL,1/3] machine: Fix coding style at machine_run_board_init() - - 1 - --- 2018-08-17 Eduardo Habkost New
[PULL,2/3] sysbus: always allow explicit_ofw_unit_address() to override address generation [PULL,1/3] machine: Fix coding style at machine_run_board_init() - - 3 - --- 2018-08-17 Eduardo Habkost New
[PULL,3/3] fw_cfg: ignore suffixes in the bootdevice list dependent on machine class [PULL,1/3] machine: Fix coding style at machine_run_board_init() 1 - 1 - --- 2018-08-17 Eduardo Habkost New
[1/7] jobs: change start callback to run callback jobs: remove job_defer_to_main_loop - - 1 - --- 2018-08-17 John Snow New
[2/7] jobs: canonize Error object jobs: remove job_defer_to_main_loop - - 1 - --- 2018-08-17 John Snow New
[3/7] jobs: add exit shim jobs: remove job_defer_to_main_loop - - 1 - --- 2018-08-17 John Snow New
[4/7] block/commit: utilize job_exit shim jobs: remove job_defer_to_main_loop - - - - --- 2018-08-17 John Snow New
[5/7] block/mirror: utilize job_exit shim jobs: remove job_defer_to_main_loop - - - - --- 2018-08-17 John Snow New
[6/7] jobs: utilize job_exit shim jobs: remove job_defer_to_main_loop - - - - --- 2018-08-17 John Snow New
[7/7] jobs: remove job_defer_to_main_loop jobs: remove job_defer_to_main_loop - - 1 - --- 2018-08-17 John Snow New
[1/6] qht: remove unused map param from qht_remove__locked qht improvements for 3.1 - - 1 - --- 2018-08-17 Emilio Cota New
[2/6] qht: add qht_iter_remove qht improvements for 3.1 - - 1 - --- 2018-08-17 Emilio Cota New
[3/6] test-qht: test qht_iter_remove qht improvements for 3.1 - - 1 - --- 2018-08-17 Emilio Cota New
[4/6] test-qht: test removal of non-existent entries Untitled series #61335 - - 1 - --- 2018-08-17 Emilio Cota New
[5/6] test-qht: test deletion of the last entry in a bucket qht improvements for 3.1 - - 1 - --- 2018-08-17 Emilio Cota New
[6/6] test-qht: speed up + test qht_resize qht improvements for 3.1 - - 1 - --- 2018-08-17 Emilio Cota New
[1/4] docker: Sort Fedora packages docker: Sort packages - - - - --- 2018-08-18 Philippe Mathieu-Daudé New
[2/4] docker: Sort Fedora packages (i386-cross) docker: Sort packages - - - - --- 2018-08-18 Philippe Mathieu-Daudé New
[3/4] docker: Sort Ubuntu packages docker: Sort packages - - - - --- 2018-08-18 Philippe Mathieu-Daudé New
[4/4] docker: Sort CentOS packages docker: Sort packages - - - - --- 2018-08-18 Philippe Mathieu-Daudé New
sheepdog: Replace strncpy() by g_strlcpy() sheepdog: Replace strncpy() by g_strlcpy() - - - - --- 2018-08-18 Philippe Mathieu-Daudé New
migration: Replace strncpy() by g_strlcpy() migration: Replace strncpy() by g_strlcpy() - - 2 - --- 2018-08-18 Philippe Mathieu-Daudé New
docker: Clean dangling tarball files docker: Clean dangling tarball files - - - - --- 2018-08-18 Philippe Mathieu-Daudé New
[v4,01/16] linux-user: Remove DEBUG [v4,01/16] linux-user: Remove DEBUG - - 2 - --- 2018-08-18 Richard Henderson New
[v4,02/16] linux-user: Split out do_syscall1 [v4,01/16] linux-user: Remove DEBUG - - 2 - --- 2018-08-18 Richard Henderson New
[v4,03/16] linux-user: Relax single exit from "break" [v4,01/16] linux-user: Remove DEBUG - - 2 - --- 2018-08-18 Richard Henderson New
« 1 2 ... 2140 2141 21424303 4304 »