Re: [Qemu-devel] [PATCH] iscsi: Handle write protected case in reopen

2015-02-27 Thread Peter Lieven
Am 27.02.2015 um 15:20 schrieb Paolo Bonzini: > > On 25/02/2015 05:40, Fam Zheng wrote: >> Save the write protected flag and check before reopen. >> >> Signed-off-by: Fam Zheng >> --- >> block/iscsi.c | 20 +++- >> 1 file changed, 11 insertions(+), 9 deletions(-) >> >> diff --git

Re: [Qemu-devel] [PATCH] iscsi: Handle write protected case in reopen

2015-02-27 Thread Paolo Bonzini
On 25/02/2015 05:40, Fam Zheng wrote: > Save the write protected flag and check before reopen. > > Signed-off-by: Fam Zheng > --- > block/iscsi.c | 20 +++- > 1 file changed, 11 insertions(+), 9 deletions(-) > > diff --git a/block/iscsi.c b/block/iscsi.c > index 12ddbfb..00041

[Qemu-devel] [PATCH] iscsi: Handle write protected case in reopen

2015-02-24 Thread Fam Zheng
Save the write protected flag and check before reopen. Signed-off-by: Fam Zheng --- block/iscsi.c | 20 +++- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/block/iscsi.c b/block/iscsi.c index 12ddbfb..00041bf 100644 --- a/block/iscsi.c +++ b/block/iscsi.c @@ -65,6