]> Git Repo - qemu.git/blobdiff - target-s390x/ioinst.h
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu.git] / target-s390x / ioinst.h
index 613da49b3b8f18afe4ac6567e9fe058476219ebc..5bbc67d15e913b07389ee4f3b4afcfec0f4b8d1b 100644 (file)
@@ -212,6 +212,8 @@ typedef struct IOIntCode {
 #define IO_INT_WORD_ISC(_int_word) ((_int_word & 0x38000000) >> 24)
 #define ISC_TO_ISC_BITS(_isc)      ((0x80 >> _isc) << 24)
 
+#define IO_INT_WORD_AI 0x80000000
+
 int ioinst_disassemble_sch_ident(uint32_t value, int *m, int *cssid, int *ssid,
                                  int *schid);
 void ioinst_handle_xsch(S390CPU *cpu, uint64_t reg1);
This page took 0.023576 seconds and 4 git commands to generate.