qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Kevin Wolf <kwolf@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com
Subject: Re: [Qemu-devel] [PATCH v2 0/7] finish coroutinization of drivers
Date: Fri, 21 Oct 2011 11:42:21 +0200	[thread overview]
Message-ID: <4EA13E7D.9040105@redhat.com> (raw)
In-Reply-To: <1319109385-7927-1-git-send-email-pbonzini@redhat.com>

Am 20.10.2011 13:16, schrieb Paolo Bonzini:
> Drivers that only implement the bdrv_read and bdrv_write callbacks
> were unwillingly converted to be reentrant when bdrv_read and
> bdrv_write were changed to always create coroutines.  So,
> we need locks aroudn read and write operations.
> 
> This series does this (patches 4-6) and removes the flush/discard
> callbacks that, as it turns out, are really duplicates of co_flush
> and co_discard (patches 7-8).
> 
> Patches 1-2 are cleanups that I discovered while testing.
> 
> v1->v2: rwlock->mutex, convert read-only drivers too, drop vpc change
> 
> Paolo Bonzini (7):
>   vmdk: fix return values of vmdk_parent_open
>   vmdk: clean up open
>   block: add a CoMutex to synchronous read drivers
>   block: take lock around bdrv_read implementations
>   block: take lock around bdrv_write implementations
>   block: change flush to co_flush
>   block: change discard to co_discard

Thanks, applied all to the block branch.

Kevin

      parent reply	other threads:[~2011-10-21  9:39 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-20 11:16 [Qemu-devel] [PATCH v2 0/7] finish coroutinization of drivers Paolo Bonzini
2011-10-20 11:16 ` [Qemu-devel] [PATCH v2 1/7] vmdk: fix return values of vmdk_parent_open Paolo Bonzini
2011-10-20 11:16 ` [Qemu-devel] [PATCH v2 2/7] vmdk: clean up open Paolo Bonzini
2011-10-20 11:16 ` [Qemu-devel] [PATCH v2 3/7] block: add a CoMutex to synchronous read drivers Paolo Bonzini
2011-10-20 11:16 ` [Qemu-devel] [PATCH v2 4/7] block: take lock around bdrv_read implementations Paolo Bonzini
2011-11-06 14:27   ` Avi Kivity
2011-11-06 17:25     ` Paolo Bonzini
2011-11-06 17:29       ` Avi Kivity
2011-11-07 22:26       ` Avi Kivity
2011-11-07 23:12         ` Avi Kivity
2011-11-07  9:12     ` Kevin Wolf
2011-10-20 11:16 ` [Qemu-devel] [PATCH v2 5/7] block: take lock around bdrv_write implementations Paolo Bonzini
2011-10-20 11:16 ` [Qemu-devel] [PATCH v2 6/7] block: change flush to co_flush Paolo Bonzini
2011-10-20 11:16 ` [Qemu-devel] [PATCH v2 7/7] block: change discard to co_discard Paolo Bonzini
2011-10-21  9:42 ` Kevin Wolf [this message]

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=4EA13E7D.9040105@redhat.com \
    --to=kwolf@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@linux.vnet.ibm.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).