]> git.proxmox.com Git - mirror_qemu.git/commit
block: Allow JSON filenames
authorMax Reitz <mreitz@redhat.com>
Thu, 8 May 2014 18:12:41 +0000 (20:12 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 19 May 2014 09:36:49 +0000 (11:36 +0200)
commit4993f7ea7e63f18f18880289d6be8a9ab1591409
treeefadc7227e443a7aa23efc7ba78f9203bbab3a7c
parent8a5eb36a1c3183e51c91b7887a816945c8ea4ec5
block: Allow JSON filenames

If the filename given to bdrv_open() is prefixed with "json:", parse the
rest as a JSON object and merge the result into the options QDict. If
there are conflicts, the options QDict takes precedence.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c