Re: [Qemu-devel] [PATCH 1/3] s390-virtio: Fix compile error for virtio-block init

2010-03-06 Thread Aurelien Jarno
On Thu, Feb 25, 2010 at 07:15:18PM +0530, Amit Shah wrote: > Commit 428c149b0be790b440e1cbee185b152cdb22feec modified the argument > that virtio_blk_init takes. Update the s390 bus code that calls this > function. > > Signed-off-by: Amit Shah > CC: Christoph Hellwig Thanks, applied. > --- > h

[Qemu-devel] [PATCH 1/3] s390-virtio: Fix compile error for virtio-block init

2010-02-25 Thread Amit Shah
Commit 428c149b0be790b440e1cbee185b152cdb22feec modified the argument that virtio_blk_init takes. Update the s390 bus code that calls this function. Signed-off-by: Amit Shah CC: Christoph Hellwig --- hw/s390-virtio-bus.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/