projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74266b4
)
target-s390x: move STORE CLOCK FAST to the correct facility
author
Aurelien Jarno
<aurelien@aurel32.net>
Wed, 3 Jun 2015 21:09:44 +0000
(23:09 +0200)
committer
Alexander Graf
<agraf@suse.de>
Thu, 4 Jun 2015 23:37:58 +0000
(
01:37
+0200)
STORE CLOCK FAST should be in the SCF facility.
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-s390x/insn-data.def
patch
|
blob
|
history
diff --git
a/target-s390x/insn-data.def
b/target-s390x/insn-data.def
index 75672a03f093bb734d2f4612afe7b8725d68e7bb..c09f8a12c3c4ed361242c64526894f55ed339bdf 100644
(file)
--- a/
target-s390x/insn-data.def
+++ b/
target-s390x/insn-data.def
@@
-815,7
+815,7
@@
C(0xae00, SIGP, RS_a, Z, r3_o, a2, 0, 0, sigp, 0)
/* STORE CLOCK */
C(0xb205, STCK, S, Z, la2, 0, new, m1_64, stck, 0)
- C(0xb27c, STCKF, S,
Z,
la2, 0, new, m1_64, stck, 0)
+ C(0xb27c, STCKF, S,
SCF,
la2, 0, new, m1_64, stck, 0)
/* STORE CLOCK EXTENDED */
C(0xb278, STCKE, S, Z, 0, a2, 0, 0, stcke, 0)
/* STORE CLOCK COMPARATOR */