From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Cc: kwolf@redhat.com, sw@weilnetz.de
Subject: [Qemu-devel] [PATCH v2 0/7] vdi: convert to coroutines
Date: Mon, 19 Mar 2012 18:07:44 +0100 [thread overview]
Message-ID: <1332176871-26158-1-git-send-email-pbonzini@redhat.com> (raw)
This squashes in the fix for GCC's uninitialized variables false positive.
Paolo Bonzini (7):
vdi: basic conversion to coroutines
vdi: move end-of-I/O handling at the end
vdi: merge aio_read_cb and aio_write_cb into callers
vdi: move aiocb fields to locals
vdi: leave bounce buffering to block layer
vdi: do not create useless iovecs
vdi: change goto to loop
block/vdi.c | 421 +++++++++++++++--------------------------------------------
1 files changed, 108 insertions(+), 313 deletions(-)
--
1.7.7.6
next reply other threads:[~2012-03-19 17:08 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-19 17:07 Paolo Bonzini [this message]
2012-03-19 17:07 ` [Qemu-devel] [PATCH v2 1/7] vdi: basic conversion to coroutines Paolo Bonzini
2012-03-19 17:07 ` [Qemu-devel] [PATCH v2 2/7] vdi: move end-of-I/O handling at the end Paolo Bonzini
2012-03-19 17:07 ` [Qemu-devel] [PATCH v2 3/7] vdi: merge aio_read_cb and aio_write_cb into callers Paolo Bonzini
2012-03-19 17:07 ` [Qemu-devel] [PATCH v2 4/7] vdi: move aiocb fields to locals Paolo Bonzini
2012-03-19 17:07 ` [Qemu-devel] [PATCH v2 5/7] vdi: leave bounce buffering to block layer Paolo Bonzini
2012-03-19 17:07 ` [Qemu-devel] [PATCH v2 6/7] vdi: do not create useless iovecs Paolo Bonzini
2012-03-19 17:07 ` [Qemu-devel] [PATCH v2 7/7] vdi: change goto to loop Paolo Bonzini
2012-03-20 9:12 ` [Qemu-devel] [PATCH v2 0/7] vdi: convert to coroutines Kevin Wolf
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=1332176871-26158-1-git-send-email-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
--cc=kwolf@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=sw@weilnetz.de \
/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).