qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 54/62] tcg-s390: Do not require the extended-immedia


From: Richard Henderson
Subject: [Qemu-devel] [PATCH 54/62] tcg-s390: Do not require the extended-immediate facility.
Date: Thu, 27 May 2010 13:46:36 -0700

All of the instructions from this group are now conditionalized.

Signed-off-by: Richard Henderson <address@hidden>
---
 configure             |    2 +-
 tcg/s390/tcg-target.c |    4 ----
 2 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/configure b/configure
index 56dee88..f818198 100755
--- a/configure
+++ b/configure
@@ -701,7 +701,7 @@ case "$cpu" in
            host_guest_base="yes"
            ;;
     s390x)
-           QEMU_CFLAGS="-m64 -march=z9-109 $QEMU_CFLAGS"
+           QEMU_CFLAGS="-m64 -march=z990 $QEMU_CFLAGS"
            LDFLAGS="-m64 $LDFLAGS"
            host_guest_base="yes"
            ;;
diff --git a/tcg/s390/tcg-target.c b/tcg/s390/tcg-target.c
index 084448a..0dc71e2 100644
--- a/tcg/s390/tcg-target.c
+++ b/tcg/s390/tcg-target.c
@@ -2010,10 +2010,6 @@ static void query_facilities(void)
         fprintf(stderr, "TCG: long-displacement facility is required\n");
         fail = 1;
     }
-    if ((facilities & FACILITY_EXT_IMM) == 0) {
-        fprintf(stderr, "TCG: extended-immediate facility is required\n");
-        fail = 1;
-    }
     if (fail) {
         exit(-1);
     }
-- 
1.7.0.1




reply via email to

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