Files
qemu/block
Kevin Wolf 39829a01ae block: Allow error return in BlockDevOps.change_media_cb()
Some devices allow a media change between read-only and read-write
media. They need to adapt the permissions in their .change_media_cb()
implementation, which can fail. So add an Error parameter to the
function.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Acked-by: Fam Zheng <famz@redhat.com>
2017-02-28 20:40:36 +01:00
..
2016-10-07 14:14:06 +02:00
2016-10-07 14:14:06 +02:00
2016-11-25 13:51:30 +01:00
2016-06-07 18:19:24 +03:00
2017-02-24 12:43:01 -05:00
2016-11-14 22:47:34 -05:00
2016-09-23 11:42:52 +08:00
2017-02-28 20:40:36 +01:00