Searched hist:de3b53f00761d32b7363f25135b0807d8927c0ec (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | block.c | diff de3b53f00761d32b7363f25135b0807d8927c0ec Thu Oct 29 09:24:41 CDT 2015 Kevin Wolf <kwolf@redhat.com> block: Split out parse_json_protocol()
The next patch distinguishes options that were explicitly set and options that were derived. bdrv_fill_option() added options of both types: Options given by json: syntax should be counted as explicit, but the rest is derived.
In preparation for the distinction, move json: parse to a separate function.
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>
|