commit | b6ad491a4921557efc8815fe0ca5f11c6d8d587e | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri Mar 15 10:35:04 2013 +0100 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Fri Mar 15 16:07:49 2013 +0100 |
tree | d9d9acce433e5d634e79c7906bf2652bcc799c2f | |
parent | b382bc9a1504c7f7c112881695d08293b906b88f [diff] |
block: Add options QDict to bdrv_open_common() The options are passed down to the block drivers, which are supposed to remove all options they have processed. Anything that is left over in the end is an unknown option and results in an error. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>