diff options
| author | Janosch Frank | 2020-03-19 14:19:06 +0100 |
|---|---|---|
| committer | Cornelia Huck | 2020-04-28 12:29:46 +0200 |
| commit | 9b39d29470e9dbef24ee842a44ea56bd92b855ea (patch) | |
| tree | de86a24e3348385047110555775508f900b67208 /target | |
| parent | linux-headers: update against Linux 5.7-rc3 (diff) | |
| download | qemu-9b39d29470e9dbef24ee842a44ea56bd92b855ea.tar.gz qemu-9b39d29470e9dbef24ee842a44ea56bd92b855ea.tar.xz qemu-9b39d29470e9dbef24ee842a44ea56bd92b855ea.zip | |
s390x: Move diagnose 308 subcodes and rcs into ipl.h
They are part of the IPL process, so let's put them into the ipl
header.
Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Message-Id: <20200319131921.2367-2-frankja@linux.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'target')
| -rw-r--r-- | target/s390x/diag.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/s390x/diag.c b/target/s390x/diag.c index 54e5670b3f..8aba6341f9 100644 --- a/target/s390x/diag.c +++ b/target/s390x/diag.c @@ -49,17 +49,6 @@ int handle_diag_288(CPUS390XState *env, uint64_t r1, uint64_t r3) return diag288_class->handle_timer(diag288, func, timeout); } -#define DIAG_308_RC_OK 0x0001 -#define DIAG_308_RC_NO_CONF 0x0102 -#define DIAG_308_RC_INVALID 0x0402 - -#define DIAG308_RESET_MOD_CLR 0 -#define DIAG308_RESET_LOAD_NORM 1 -#define DIAG308_LOAD_CLEAR 3 -#define DIAG308_LOAD_NORMAL_DUMP 4 -#define DIAG308_SET 5 -#define DIAG308_STORE 6 - static int diag308_parm_check(CPUS390XState *env, uint64_t r1, uint64_t addr, uintptr_t ra, bool write) { |
