qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Carsten Otte
Subject: Re: [Qemu-devel] [PATCH 06/11] Add support for S390x system emulation
Date: Tue, 01 Dec 2009 10:17:01 +0100
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090706)

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
some cases (devices ?).
On s390, we don't have memory mapped I/O. KVM is virtio only, and even if we would add channel devices we would not require softmmu emulation here. S390 does'nt have pci, usb or alike.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]