]> Git Repo - qemu.git/commit
block/io: Comment out permission assertions
authorMax Reitz <[email protected]>
Tue, 11 Apr 2017 14:50:50 +0000 (16:50 +0200)
committerPeter Maydell <[email protected]>
Tue, 11 Apr 2017 15:09:31 +0000 (16:09 +0100)
commite3e0003a8f6570aba1421ef99a0b383a43371a74
tree435e186f9b17275eedac2f385eb9997b19ad69e8
parent5eceb01adfbe513c0309528293b0b86e32a6e27d
block/io: Comment out permission assertions

In case of block migration, there may be writes to BlockBackends that do
not have the write permission taken. Before this issue is fixed (which
is not going to happen in 2.9), we therefore cannot assert that this is
the case.

Suggested-by: Kevin Wolf <[email protected]>
Signed-off-by: Max Reitz <[email protected]>
Reviewed-by: Kevin Wolf <[email protected]>
Tested-by: Kevin Wolf <[email protected]>
Message-id: 20170411145050[email protected]
Tested-by: Laurent Vivier <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
block.c
block/io.c
This page took 0.026184 seconds and 4 git commands to generate.