qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 04/15] block/io_uring: implements interfaces for io_uring


From: Stefan Hajnoczi
Subject: Re: [PATCH v3 04/15] block/io_uring: implements interfaces for io_uring
Date: Tue, 14 Jan 2020 10:40:57 +0000

On Mon, Jan 13, 2020 at 12:24:07PM +0100, Stefano Garzarella wrote:
> On Wed, Dec 18, 2019 at 04:32:17PM +0000, Stefan Hajnoczi wrote:
> > From: Aarushi Mehta <address@hidden>
> > 
> > Aborts when sqe fails to be set as sqes cannot be returned to the
> > ring. Adds slow path for short reads for older kernels
> > 
> > Signed-off-by: Aarushi Mehta <address@hidden>
> > Signed-off-by: Stefan Hajnoczi <address@hidden>
> > ---
> > v11:
> >  * Fix git bisect compilation breakage: move trace_luring_init_state()
> >    into the tracing commit.
> > v10:
> >  * Update MAINTAINERS file [Julia]
> >  * Rename MAX_EVENTS to MAX_ENTRIES [Julia]
> >  * Define ioq_submit() before callers so the prototype isn't necessary 
> > [Julia]
> >  * Declare variables at the beginning of the block in luring_init() [Julia]
> > ---
> >  MAINTAINERS             |   8 +
> >  block/Makefile.objs     |   3 +
> >  block/io_uring.c        | 401 ++++++++++++++++++++++++++++++++++++++++
> >  include/block/aio.h     |  16 +-
> >  include/block/raw-aio.h |  12 ++
> >  5 files changed, 439 insertions(+), 1 deletion(-)
> >  create mode 100644 block/io_uring.c
> 
> There are few double spaces in several comment blocks, so if you need to
> respin maybe you can clean these, otherwise we can do later.

Double spaces are used throughout include/block/aio.h and generally in
QEMU.  Both a single space and double space are fine.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]