[Qemu-devel] [PATCH 06/11] Add support for S390x system emulation

2009-12-05 Thread Alexander Graf
Let's enable the basics for system emulation so we can run virtual machines with KVM! Signed-off-by: Alexander Graf --- target-s390x/cpu.h| 153 - target-s390x/exec.h |5 + target-s390x/helper.c | 22 + targ

Re: [Qemu-devel] [PATCH 06/11] Add support for S390x system emulation

2009-12-02 Thread Alexander Graf
On 02.12.2009, at 09:37, Aurelien Jarno wrote: > On Wed, Dec 02, 2009 at 09:27:21AM +0100, Alexander Graf wrote: >> >> On 02.12.2009, at 09:09, Aurelien Jarno wrote: >> >>> On Mon, Nov 30, 2009 at 11:19:06PM +0100, Alexander Graf wrote: On 30.11.2009, at 19:18, Aurelien Jarno wrote:

Re: [Qemu-devel] [PATCH 06/11] Add support for S390x system emulation

2009-12-02 Thread Aurelien Jarno
On Wed, Dec 02, 2009 at 09:27:21AM +0100, Alexander Graf wrote: > > On 02.12.2009, at 09:09, Aurelien Jarno wrote: > > > On Mon, Nov 30, 2009 at 11:19:06PM +0100, Alexander Graf wrote: > >> > >> On 30.11.2009, at 19:18, Aurelien Jarno wrote: > >> > >>> On Thu, Nov 26, 2009 at 02:23:15PM +0100,

Re: [Qemu-devel] [PATCH 06/11] Add support for S390x system emulation

2009-12-02 Thread Alexander Graf
On 02.12.2009, at 09:09, Aurelien Jarno wrote: > On Mon, Nov 30, 2009 at 11:19:06PM +0100, Alexander Graf wrote: >> >> On 30.11.2009, at 19:18, Aurelien Jarno wrote: >> >>> On Thu, Nov 26, 2009 at 02:23:15PM +0100, Alexander Graf wrote: Let's enable the basics for system emulation so we ca

Re: [Qemu-devel] [PATCH 06/11] Add support for S390x system emulation

2009-12-02 Thread Aurelien Jarno
On Mon, Nov 30, 2009 at 11:19:06PM +0100, Alexander Graf wrote: > > On 30.11.2009, at 19:18, Aurelien Jarno wrote: > > > On Thu, Nov 26, 2009 at 02:23:15PM +0100, Alexander Graf wrote: > >> Let's enable the basics for system emulation so we can run virtual machines > >> with KVM! > > > > I don't

Re: [Qemu-devel] [PATCH 06/11] Add support for S390x system emulation

2009-12-01 Thread Carsten Otte
Aurelien Jarno wrote: +static inline int cpu_mmu_index (CPUState *env) +{ +/* XXX: Currently we don't implement virtual memory */ +return 0; Is it correct? It means that memory access will aways be kernel memory accesses. IIRC, even with KVM enabled, softmmu accesses are possible in som

Re: [Qemu-devel] [PATCH 06/11] Add support for S390x system emulation

2009-11-30 Thread Alexander Graf
On 30.11.2009, at 19:18, Aurelien Jarno wrote: > On Thu, Nov 26, 2009 at 02:23:15PM +0100, Alexander Graf wrote: >> Let's enable the basics for system emulation so we can run virtual machines >> with KVM! > > I don't really understand while this whole patch is not merged in patch > number 1. Oth

Re: [Qemu-devel] [PATCH 06/11] Add support for S390x system emulation

2009-11-30 Thread Aurelien Jarno
On Thu, Nov 26, 2009 at 02:23:15PM +0100, Alexander Graf wrote: > Let's enable the basics for system emulation so we can run virtual machines > with KVM! I don't really understand while this whole patch is not merged in patch number 1. Otherwise, please find the comments below. > Signed-off-by: A

[Qemu-devel] [PATCH 06/11] Add support for S390x system emulation

2009-11-26 Thread Alexander Graf
Let's enable the basics for system emulation so we can run virtual machines with KVM! Signed-off-by: Alexander Graf --- target-s390x/cpu.h| 153 - target-s390x/exec.h |5 + target-s390x/helper.c | 22 + targ