Re: [Qemu-devel] [PATCH] s390: compile fixes

2010-12-25 Thread Aurelien Jarno
On Wed, Nov 17, 2010 at 01:01:04PM +0100, Alexander Graf wrote: > The s390 target doesn't compile out of the box anymore. This patch fixes all > the obvious glitches that got introduced in the last few weeks. > > Signed-off-by: Alexander Graf Thanks, applied. > --- > hw/s390-virtio-bus.h |

Re: [Qemu-devel] [PATCH] s390: compile fixes

2010-11-17 Thread Alexander Graf
On 17.11.2010, at 18:07, Stefan Weil wrote: > Am 17.11.2010 13:01, schrieb Alexander Graf: >> The s390 target doesn't compile out of the box anymore. This patch fixes all >> the obvious glitches that got introduced in the last few weeks. >> >> Signed-off-by: Alexander Graf >> --- >> hw/s390-vir

Re: [Qemu-devel] [PATCH] s390: compile fixes

2010-11-17 Thread Stefan Weil
Am 17.11.2010 13:01, schrieb Alexander Graf: The s390 target doesn't compile out of the box anymore. This patch fixes all the obvious glitches that got introduced in the last few weeks. Signed-off-by: Alexander Graf --- hw/s390-virtio-bus.h | 2 ++ hw/s390-virtio.c | 1 + target-s390x/kvm.c | 2

[Qemu-devel] [PATCH] s390: compile fixes

2010-11-17 Thread Alexander Graf
The s390 target doesn't compile out of the box anymore. This patch fixes all the obvious glitches that got introduced in the last few weeks. Signed-off-by: Alexander Graf --- hw/s390-virtio-bus.h |2 ++ hw/s390-virtio.c |1 + target-s390x/kvm.c |2 +- target-s390x/t