scsi-generic: Add share-rw option
commitd9bcd6f7f23a13ea627d8edb85c0706525da0b75
authorFam Zheng <famz@redhat.com>
Tue, 5 Dec 2017 15:15:53 +0000 (5 23:15 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 12 Jan 2018 08:54:12 +0000 (12 09:54 +0100)
tree12873c9d5ad25c4e48f5e71bde8a37dfc7b974cc
parent997eba28a3ed5400a80f754bf3a1c8044b75b9ff
scsi-generic: Add share-rw option

Add the property to the device model, then parse it by calling
blkconf_apply_backend_options().

In addition to blk_set_perm(), the called function also handles error
options and wce. For error options we've already checked that the
default values are used, for wce we don't have the option either so it
is always the default (true). In other words there is no change of
behavior in these regards.

Signed-off-by: Fam Zheng <famz@redhat.com>
Message-Id: <20171205151553.7834-1-famz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/scsi/scsi-generic.c