From: Peter Lieven <pl@kamp.de>
To: Paolo Bonzini <pbonzini@redhat.com>, Fam Zheng <famz@redhat.com>,
qemu-devel@nongnu.org
Cc: Kevin Wolf <kwolf@redhat.com>,
Stefan Hajnoczi <stefanha@redhat.com>,
Ronnie Sahlberg <ronniesahlberg@gmail.com>
Subject: Re: [Qemu-devel] [PATCH] iscsi: Handle write protected case in reopen
Date: Fri, 27 Feb 2015 18:41:24 +0100 [thread overview]
Message-ID: <54F0AC44.7070408@kamp.de> (raw)
In-Reply-To: <54F07D20.6090800@redhat.com>
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 <famz@redhat.com>
>> ---
>> 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 +65,7 @@ typedef struct IscsiLun {
>> unsigned long *allocationmap;
>> int cluster_sectors;
>> bool use_16_for_rw;
>> + bool write_proteced;
> Corrected to "write_protecTed" and applied.
Is this a bug fix? qemu-stable?
Peter
prev parent reply other threads:[~2015-02-27 17:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-25 4:40 [Qemu-devel] [PATCH] iscsi: Handle write protected case in reopen Fam Zheng
2015-02-27 14:20 ` Paolo Bonzini
2015-02-27 17:41 ` Peter Lieven [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54F0AC44.7070408@kamp.de \
--to=pl@kamp.de \
--cc=famz@redhat.com \
--cc=kwolf@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=ronniesahlberg@gmail.com \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.