diff options
| author | Paolo Bonzini | 2015-05-07 17:45:48 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi | 2015-05-22 10:37:33 +0200 |
| commit | eaf5fe2dd4ec001d645ff3b343f466457badaa64 (patch) | |
| tree | e94748da892f0d825cb00b30c851a2d67afa4845 /include/exec | |
| parent | configure: Add workaround for ccache and clang (diff) | |
| download | qemu-eaf5fe2dd4ec001d645ff3b343f466457badaa64.tar.gz qemu-eaf5fe2dd4ec001d645ff3b343f466457badaa64.tar.xz qemu-eaf5fe2dd4ec001d645ff3b343f466457badaa64.zip | |
block: return EPERM on writes or discards to read-only devices
This is the behavior in the operating system, for example Linux's
blkdev_write_iter has the following:
if (bdev_read_only(I_BDEV(bd_inode)))
return -EPERM;
This does not apply to opening a device for read/write, when the
device only supports read-only operation. In this case any of
EACCES, EPERM or EROFS is acceptable depending on why writing is
not possible.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1431013548-22492-1-git-send-email-pbonzini@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'include/exec')
0 files changed, 0 insertions, 0 deletions
