[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [PATCH v12 03/16] qemu-io: Set "share-rw" flag together
From: |
Fam Zheng |
Subject: |
Re: [Qemu-block] [PATCH v12 03/16] qemu-io: Set "share-rw" flag together with read-only |
Date: |
Mon, 6 Feb 2017 12:52:48 +0800 |
User-agent: |
Mutt/1.7.1 (2016-10-04) |
On Sun, 02/05 22:52, Max Reitz wrote:
> On 23.01.2017 13:30, Fam Zheng wrote:
> > qemu-io is a low level tool to read or modify guest visible data, which
> > implies the user knows very well what is being done. Allowing reading
> > from a locked image is harmless in most cases, so do it.
> >
> > Signed-off-by: Fam Zheng <address@hidden>
> > ---
> > qemu-io.c | 2 ++
> > 1 file changed, 2 insertions(+)
>
> What about open_f()?
Right, should do the same.
Fam