Re: [Qemu-devel] [PATCH 3/6] qed: add open_conversion_target()

2011-09-21 Thread Stefan Hajnoczi
On Mon, Sep 12, 2011 at 3:47 PM, Devin Nakamura wrote: > +static int bdrv_qed_open_conversion_target(BlockDriverState *bs, > +                                           BlockConversionOptions > *drv_options, > +                                           QEMUOptionParameter *usr_options, > +      

Re: [Qemu-devel] [PATCH 3/6] qed: add open_conversion_target()

2011-09-20 Thread Kevin Wolf
Am 12.09.2011 16:47, schrieb Devin Nakamura: > Signed-off-by: Devin Nakamura > --- > block/qed.c | 57 + > 1 files changed, 57 insertions(+), 0 deletions(-) > > diff --git a/block/qed.c b/block/qed.c > index 16320f5..93827db 100644 > ---

[Qemu-devel] [PATCH 3/6] qed: add open_conversion_target()

2011-09-12 Thread Devin Nakamura
Signed-off-by: Devin Nakamura --- block/qed.c | 57 + 1 files changed, 57 insertions(+), 0 deletions(-) diff --git a/block/qed.c b/block/qed.c index 16320f5..93827db 100644 --- a/block/qed.c +++ b/block/qed.c @@ -1456,6 +1456,62 @@ stati