[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 07/19] s390x: enable CPU_QuadU
From: |
Alexander Graf |
Subject: |
[Qemu-devel] [PATCH 07/19] s390x: enable CPU_QuadU |
Date: |
Tue, 29 Mar 2011 15:29:34 +0200 |
From: Ulrich Hecht <address@hidden>
S390x uses the QuadU type, so let's enable it.
Signed-off-by: Ulrich Hecht <address@hidden>
---
cpu-all.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cpu-all.h b/cpu-all.h
index 4f4631d..4cc445f 100644
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -138,7 +138,7 @@ typedef union {
uint64_t ll;
} CPU_DoubleU;
-#ifdef TARGET_SPARC
+#if defined(TARGET_SPARC) || defined(TARGET_S390X)
typedef union {
float128 q;
#if defined(HOST_WORDS_BIGENDIAN) \
--
1.6.0.2
- [Qemu-devel] [PATCH 06/19] s390x: Enable nptl for s390x, (continued)
- [Qemu-devel] [PATCH 06/19] s390x: Enable nptl for s390x, Alexander Graf, 2011/03/29
- [Qemu-devel] [PATCH 13/19] s390x: virtio machine storage keys, Alexander Graf, 2011/03/29
- [Qemu-devel] [PATCH 09/19] linux-user: define a couple of syscalls for non-uid16 targets, Alexander Graf, 2011/03/29
- [Qemu-devel] [PATCH 12/19] s390x: Adjust GDB stub, Alexander Graf, 2011/03/29
- [Qemu-devel] [PATCH 03/19] s390x: fix KVM target, Alexander Graf, 2011/03/29
- [Qemu-devel] [PATCH 04/19] s390x: fix s390-virtio-serial, Alexander Graf, 2011/03/29
- [Qemu-devel] [PATCH 10/19] s390x: Enable s390x-softmmu target, Alexander Graf, 2011/03/29
- [Qemu-devel] [PATCH 14/19] s390x: Prepare cpu.h for emulation, Alexander Graf, 2011/03/29
- [Qemu-devel] [PATCH 15/19] s390x: helper functions for system emulation, Alexander Graf, 2011/03/29
- [Qemu-devel] [PATCH 07/19] s390x: enable CPU_QuadU,
Alexander Graf <=
- [Qemu-devel] [PATCH 19/19] s390x: build s390x by default, Alexander Graf, 2011/03/29
- [Qemu-devel] [PATCH 08/19] s390x: s390x-linux-user support, Alexander Graf, 2011/03/29
- [Qemu-devel] [PATCH 16/19] s390x: Implement opcode helpers, Alexander Graf, 2011/03/29
- [Qemu-devel] [PATCH 18/19] s390x: translate engine for s390x CPU, Alexander Graf, 2011/03/29
- [Qemu-devel] Re: [PATCH 00/19] s390x emulation support, Peter Maydell, 2011/03/30