mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
target-s390: Convert CSP
Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
204504e2fa
commit
3d596f4912
4 changed files with 18 additions and 16 deletions
|
@ -614,6 +614,8 @@
|
|||
C(0xf300, UNPK, SS_a, Z, la1, a2, 0, 0, unpk, 0)
|
||||
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
/* COMPARE AND SWAP AND PURGE */
|
||||
C(0xb250, CSP, RRE, Z, 0, ra2, 0, 0, csp, 0)
|
||||
/* DIAGNOSE (KVM hypercall) */
|
||||
C(0x8300, DIAG, RX_a, Z, 0, 0, 0, 0, diag, 0)
|
||||
/* INSERT STORAGE KEY EXTENDED */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue