Re: [Qemu-devel] [PATCH 0/3] Fix S390x target v2

2010-04-01 Thread Alexander Graf
Aurelien Jarno wrote: > On Thu, Mar 25, 2010 at 02:58:59PM +0100, Alexander Graf wrote: > >> We're in a bad situation with the S390 qemu target. It only works with KVM, >> so people can't test it when they don't have access to a real S390 machine. >> >> While trying to build and use s390x-softmm

Re: [Qemu-devel] [PATCH 0/3] Fix S390x target v2

2010-03-26 Thread Aurelien Jarno
On Thu, Mar 25, 2010 at 02:58:59PM +0100, Alexander Graf wrote: > We're in a bad situation with the S390 qemu target. It only works with KVM, > so people can't test it when they don't have access to a real S390 machine. > > While trying to build and use s390x-softmmu again I stumbled across a coup

[Qemu-devel] [PATCH 0/3] Fix S390x target v2

2010-03-25 Thread Alexander Graf
We're in a bad situation with the S390 qemu target. It only works with KVM, so people can't test it when they don't have access to a real S390 machine. While trying to build and use s390x-softmmu again I stumbled across a couple of issues, all addressed in this patch set. The patches should all no