]> Git Repo - qemu.git/blobdiff - include/exec/cpu-defs.h
Add MemTxAttrs to the IOTLB
[qemu.git] / include / exec / cpu-defs.h
index 7f88185c7f6db5933b37eba91aa772b73039a46c..3f565460662246b8fb424b33a46961995caee333 100644 (file)
@@ -30,6 +30,7 @@
 #ifndef CONFIG_USER_ONLY
 #include "exec/hwaddr.h"
 #endif
+#include "exec/memattrs.h"
 
 #ifndef TARGET_LONG_BITS
 #error TARGET_LONG_BITS must be defined before including this header
@@ -109,6 +110,7 @@ QEMU_BUILD_BUG_ON(sizeof(CPUTLBEntry) != (1 << CPU_TLB_ENTRY_BITS));
  */
 typedef struct CPUIOTLBEntry {
     hwaddr addr;
+    MemTxAttrs attrs;
 } CPUIOTLBEntry;
 
 #define CPU_COMMON_TLB \
This page took 0.02295 seconds and 4 git commands to generate.