[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v6 11/14] qemu-io: adds option to use aio engine
From: |
Daniel P . Berrangé |
Subject: |
Re: [Qemu-devel] [PATCH v6 11/14] qemu-io: adds option to use aio engine |
Date: |
Fri, 19 Jul 2019 16:44:44 +0100 |
User-agent: |
Mutt/1.12.0 (2019-05-25) |
On Fri, Jul 19, 2019 at 04:41:15PM +0100, Stefan Hajnoczi wrote:
> On Fri, Jul 19, 2019 at 07:05:27PM +0530, Aarushi Mehta wrote:
> > Use -i AIOMODE instead of -k.
> >
> > Signed-off-by: Aarushi Mehta <address@hidden>
> > ---
> > qemu-io.c | 25 ++++++++++++++++---------
> > 1 file changed, 16 insertions(+), 9 deletions(-)
> >
> > diff --git a/qemu-io.c b/qemu-io.c
> > index f64eca6940..3cee06248e 100644
> > --- a/qemu-io.c
> > +++ b/qemu-io.c
> > @@ -130,7 +130,7 @@ static void open_help(void)
> > " -C, -- use copy-on-read\n"
> > " -n, -- disable host cache, short for -t none\n"
> > " -U, -- force shared permissions\n"
> > -" -k, -- use kernel AIO implementation (on Linux only)\n"
> > +" -i, -- use AIO mode (threads, native or io_uring)"
>
> Please keep the existing option for backwards compatibility. Existing
> command-lines must continue to work so we don't inconvenience users.
We could deprecate the -k option though, so it can be deleted a couple
of releases later.
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- [Qemu-devel] [PATCH v6 07/14] blockdev: accept io_uring as option, (continued)
- [Qemu-devel] [PATCH v6 07/14] blockdev: accept io_uring as option, Aarushi Mehta, 2019/07/19
- [Qemu-devel] [PATCH v6 08/14] block/file-posix.c: extend to use io_uring, Aarushi Mehta, 2019/07/19
- [Qemu-devel] [PATCH v6 09/14] block: add trace events for io_uring, Aarushi Mehta, 2019/07/19
- [Qemu-devel] [PATCH v6 10/14] block/io_uring: adds userspace completion polling, Aarushi Mehta, 2019/07/19
- [Qemu-devel] [PATCH v6 11/14] qemu-io: adds option to use aio engine, Aarushi Mehta, 2019/07/19
- Re: [Qemu-devel] [PATCH v6 11/14] qemu-io: adds option to use aio engine, Julia Suvorova, 2019/07/24
- [Qemu-devel] [PATCH v6 12/14] qemu-img: adds option to use aio engine, Aarushi Mehta, 2019/07/19
- [Qemu-devel] [PATCH v6 13/14] qemu-nbd: adds option for aio engines, Aarushi Mehta, 2019/07/19
- [Qemu-devel] [PATCH v6 14/14] qemu-iotest: enable testing with qemu-io aio options, Aarushi Mehta, 2019/07/19
- Re: [Qemu-devel] [PATCH v6 00/14] Add support for io_uring, no-reply, 2019/07/19