Re: [Qemu-devel] [PATCH v3 04/14] block/xen: Use blk_new_open() in blk_connect()

2015-02-02 Thread Max Reitz
On 2015-02-02 at 13:27, Kevin Wolf wrote: Am 26.01.2015 um 16:00 hat Max Reitz geschrieben: Signed-off-by: Max Reitz --- hw/block/xen_disk.c | 28 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/hw/block/xen_disk.c b/hw/block/xen_disk.c index 2184

Re: [Qemu-devel] [PATCH v3 04/14] block/xen: Use blk_new_open() in blk_connect()

2015-02-02 Thread Kevin Wolf
Am 26.01.2015 um 16:00 hat Max Reitz geschrieben: > Signed-off-by: Max Reitz > --- > hw/block/xen_disk.c | 28 > 1 file changed, 12 insertions(+), 16 deletions(-) > > diff --git a/hw/block/xen_disk.c b/hw/block/xen_disk.c > index 21842a0..1b0257c 100644 > --- a/hw/bl

Re: [Qemu-devel] [PATCH v3 04/14] block/xen: Use blk_new_open() in blk_connect()

2015-01-26 Thread Eric Blake
On 01/26/2015 08:00 AM, Max Reitz wrote: > Signed-off-by: Max Reitz > --- > hw/block/xen_disk.c | 28 > 1 file changed, 12 insertions(+), 16 deletions(-) > Reviewed-by: Eric Blake -- Eric Blake eblake redhat com+1-919-301-3266 Libvirt virtualization library

[Qemu-devel] [PATCH v3 04/14] block/xen: Use blk_new_open() in blk_connect()

2015-01-26 Thread Max Reitz
Signed-off-by: Max Reitz --- hw/block/xen_disk.c | 28 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/hw/block/xen_disk.c b/hw/block/xen_disk.c index 21842a0..1b0257c 100644 --- a/hw/block/xen_disk.c +++ b/hw/block/xen_disk.c @@ -40,6 +40,8 @@ #inclu