commit | e6641719fed794be8e0c48a69761528ae6c95ed9 | [log] [tgz] |
---|---|---|
author | Max Reitz <mreitz@redhat.com> | Wed Aug 26 19:47:48 2015 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Sep 14 16:51:36 2015 +0200 |
tree | 2d468a3f566630548503d9aa83ecde588f165976 | |
parent | 2b750d9d261bda7f75b39dfc1e1e5f22502929d5 [diff] |
block: Always pass NULL as drv for bdrv_open() Change all callers of bdrv_open() to pass the driver name in the options QDict instead of passing its BlockDriver pointer. Signed-off-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Alberto Garcia <berto@igalia.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>