[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v6] target-sparc: Add and use CPU_FEATURE_CASA
From: |
Sebastian Huber |
Subject: |
[Qemu-devel] [PATCH v6] target-sparc: Add and use CPU_FEATURE_CASA |
Date: |
Tue, 11 Mar 2014 10:35:59 +0100 |
v5: Fix two typos. Generate an IU instead of FPU exception in case CASA is not
supported by the CPU. Define CASA feature for all SPARC64 CPUs (due to the
#ifndef TARGET_SPARC64 it must go into the #else branch).
v6: Move CHECK_IU_FEATURE(dc, CASA); in #ifndef TARGET_SPARC64 block since
SPARC64 has this instruction always. Keep CPU_FEATURE_CASA in
CPU_DEFAULT_FEATURES for TARGET_SPARC64.
- [Qemu-devel] [PATCH v6] target-sparc: Add and use CPU_FEATURE_CASA,
Sebastian Huber <=