Re: [Qemu-devel] [PATCH v8 0/2] s390: virtio-ccw transport.

2013-01-25 Thread Alexander Graf
On 25.01.2013, at 13:37, Cornelia Huck wrote: > On Thu, 24 Jan 2013 17:17:46 +0100 > Alexander Graf wrote: > >> >> On 24.01.2013, at 17:08, Cornelia Huck wrote: >> >>> Hi, >>> >>> patches against s390-next again, with coding style fixes. >> >> Thanks, applied to s390-next. > > Hm, did you

Re: [Qemu-devel] [PATCH v8 0/2] s390: virtio-ccw transport.

2013-01-25 Thread Cornelia Huck
On Thu, 24 Jan 2013 17:17:46 +0100 Alexander Graf wrote: > > On 24.01.2013, at 17:08, Cornelia Huck wrote: > > > Hi, > > > > patches against s390-next again, with coding style fixes. > > Thanks, applied to s390-next. Hm, did you forget to apply 2/2? > > > Alex >

Re: [Qemu-devel] [PATCH v8 0/2] s390: virtio-ccw transport.

2013-01-24 Thread Alexander Graf
On 24.01.2013, at 17:08, Cornelia Huck wrote: > Hi, > > patches against s390-next again, with coding style fixes. Thanks, applied to s390-next. Alex

[Qemu-devel] [PATCH v8 0/2] s390: virtio-ccw transport.

2013-01-24 Thread Cornelia Huck
Hi, patches against s390-next again, with coding style fixes. Cornelia Huck (2): s390: Add new channel I/O based virtio transport. s390: Add s390-ccw-virtio machine. hw/s390-virtio.h | 1 + hw/s390x/Makefile.objs | 2 + hw/s390x/s390-virtio-ccw.c | 134 +++ hw/s390x/vi