[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/6] QED block conversion
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [PATCH 0/6] QED block conversion |
Date: |
Tue, 20 Sep 2011 10:58:09 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Tue, Sep 20, 2011 at 10:38:05AM +0200, Kevin Wolf wrote:
> Am 12.09.2011 16:47, schrieb Devin Nakamura:
> > This patch series adds support for block conversion to the qed driver.
> > This depends on my precivious block conversion api series
> > Devin Nakamura (6):
> > qed: add qed_find_cluster_sync()
> > qed: add bdrv_qed_get_conversion_options()
> > qed: add open_conversion_target()
> > qed: add qed_bdrv_get_mapping()
> > qed: add bdrv_qed_map()
> > qed: add bdrv_qed_copy_header()
> >
> > block/qed-cluster.c | 33 +++++++++++
> > block/qed.c | 161
> > +++++++++++++++++++++++++++++++++++++++++++++++++++
> > block/qed.h | 4 +
> > 3 files changed, 198 insertions(+), 0 deletions(-)
>
> Stefan, can you have a look at this series? I'm reviewing it right now,
> but I'm not that familiar with the details of the QED implementation.
Sure it's in my review queue, will try to get around to it soon.
Stefan