commit | a17c17a274f24f0c0259f89d288f29b8ce0511aa | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue Jan 24 13:43:31 2017 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Feb 28 20:40:36 2017 +0100 |
tree | 592723a71539dd34bdb76b7fe74f9898be7dcb90 | |
parent | 39829a01ae524788c68dc0794e6912faa898eb75 [diff] |
hw/block: Request permissions This makes all device emulations with a qdev drive property request permissions on their BlockBackend. The only thing we block at this point is resizing images for some devices that can't support it. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Acked-by: Fam Zheng <famz@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>