[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [Qemu-ppc] [V4 PATCH (resend) 3/6] target-ppc: Add a ne
From: |
Tom Musta |
Subject: |
Re: [Qemu-devel] [Qemu-ppc] [V4 PATCH (resend) 3/6] target-ppc: Add a new user mode target for little-endian PPC64. |
Date: |
Mon, 02 Jun 2014 09:10:50 -0500 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 |
On 6/2/2014 7:27 AM, Alexander Graf wrote:
> You can either send just a new patch 3/6 and I replace the one in my queue or
> a patch on top.
From: Doug Kwan <address@hidden>
Date: Thu, 15 May 2014 15:54:55 -0500
Subject: [V4 PATCH (resend) 3/6] target-ppc: Add a new user mode target for
little-endian PPC64.
Signed-off-by: Doug Kwan <address@hidden>
Signed-off-by: Tom Musta <address@hidden>
---
V3: Addressing comment from Peter Maydell. Adding libdecnumber enable.
configure | 6 ++++++
default-configs/ppc64le-linux-user.mak | 3 +++
2 files changed, 9 insertions(+), 0 deletions(-)
create mode 100644 default-configs/ppc64le-linux-user.mak
diff --git a/configure b/configure
index 0e516f9..3ccbe4b 100755
--- a/configure
+++ b/configure
@@ -4930,6 +4930,12 @@ case "$target_name" in
TARGET_ABI_DIR=ppc
gdb_xml_files="power64-core.xml power-fpu.xml power-altivec.xml
power-spe.xml"
;;
+ ppc64le)
+ TARGET_ARCH=ppc64
+ TARGET_BASE_ARCH=ppc
+ TARGET_ABI_DIR=ppc
+ gdb_xml_files="power64-core.xml power-fpu.xml power-altivec.xml
power-spe.xml"
+ ;;
ppc64abi32)
TARGET_ARCH=ppc64
TARGET_BASE_ARCH=ppc
diff --git a/default-configs/ppc64le-linux-user.mak
b/default-configs/ppc64le-linux-user.mak
new file mode 100644
index 0000000..cf99ced
--- /dev/null
+++ b/default-configs/ppc64le-linux-user.mak
@@ -0,0 +1,3 @@
+# Default configuration for ppc64le-linux-user
+CONFIG_LIBDECNUMBER=y
+
--
1.7.1