qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Eric Blake <eblake@redhat.com>
To: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>,
	qemu-block@nongnu.org
Cc: fam@euphon.net, kwolf@redhat.com, ehabkost@redhat.com,
	qemu-devel@nongnu.org, mreitz@redhat.com, stefanha@redhat.com,
	crosa@redhat.com, den@openvz.org
Subject: Re: [PATCH v6 5/7] block: generate coroutine-wrapper code
Date: Tue, 9 Jun 2020 15:31:32 -0500	[thread overview]
Message-ID: <cf98439e-c921-1929-2a27-716860274f08@redhat.com> (raw)
In-Reply-To: <20200609141329.3945-6-vsementsov@virtuozzo.com>

On 6/9/20 9:13 AM, Vladimir Sementsov-Ogievskiy wrote:
> Use code generation implemented in previous commit to generated
> coroutine wrappers in block.c and block/io.c
> 
> Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
> ---
>   block/coroutines.h    |   7 +-
>   include/block/block.h |  17 ++--
>   block.c               |  73 ---------------
>   block/io.c            | 212 ------------------------------------------
>   4 files changed, 15 insertions(+), 294 deletions(-)
> 

Reviewed-by: Eric Blake <eblake@redhat.com>

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org



  reply	other threads:[~2020-06-09 20:33 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-09 14:13 [PATCH v6 0/7] coroutines: generate wrapper code Vladimir Sementsov-Ogievskiy
2020-06-09 14:13 ` [PATCH v6 1/7] block: return error-code from bdrv_invalidate_cache Vladimir Sementsov-Ogievskiy
2020-06-09 14:13 ` [PATCH v6 2/7] block/io: refactor coroutine wrappers Vladimir Sementsov-Ogievskiy
2020-06-09 16:30   ` Eric Blake
2020-06-09 14:13 ` [PATCH v6 3/7] block: declare some coroutine functions in block/coroutines.h Vladimir Sementsov-Ogievskiy
2020-06-09 14:13 ` [PATCH v6 4/7] scripts: add coroutine-wrapper.py Vladimir Sementsov-Ogievskiy
2020-06-09 21:21   ` Eric Blake
2020-06-10  5:21     ` Vladimir Sementsov-Ogievskiy
2020-06-09 14:13 ` [PATCH v6 5/7] block: generate coroutine-wrapper code Vladimir Sementsov-Ogievskiy
2020-06-09 20:31   ` Eric Blake [this message]
2020-06-09 14:13 ` [PATCH v6 6/7] block: drop bdrv_prwv Vladimir Sementsov-Ogievskiy
2020-06-09 14:13 ` [PATCH v6 7/7] block/io: refactor save/load vmstate Vladimir Sementsov-Ogievskiy

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=cf98439e-c921-1929-2a27-716860274f08@redhat.com \
    --to=eblake@redhat.com \
    --cc=crosa@redhat.com \
    --cc=den@openvz.org \
    --cc=ehabkost@redhat.com \
    --cc=fam@euphon.net \
    --cc=kwolf@redhat.com \
    --cc=mreitz@redhat.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    --cc=vsementsov@virtuozzo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).