diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2022-08-15 15:13:05 -0500 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2022-10-04 12:13:12 -0700 |
| commit | a976a99a29755e8c7a275ac269db8a0a20d79e95 (patch) | |
| tree | 27277657c7c72c3e03b61ecd9011ba28ac4571da /include/qemu/typedefs.h | |
| parent | 1d41a79b3c7573c941723455149cfadfe7c2ab37 (diff) | |
| download | focaccia-qemu-a976a99a29755e8c7a275ac269db8a0a20d79e95.tar.gz focaccia-qemu-a976a99a29755e8c7a275ac269db8a0a20d79e95.zip | |
include/hw/core: Create struct CPUJumpCache
Wrap the bare TranslationBlock pointer into a structure. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include/qemu/typedefs.h')
| -rw-r--r-- | include/qemu/typedefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h index a4aee238c7..5f95169827 100644 --- a/include/qemu/typedefs.h +++ b/include/qemu/typedefs.h @@ -41,6 +41,7 @@ typedef struct CoMutex CoMutex; typedef struct ConfidentialGuestSupport ConfidentialGuestSupport; typedef struct CPUAddressSpace CPUAddressSpace; typedef struct CPUArchState CPUArchState; +typedef struct CPUJumpCache CPUJumpCache; typedef struct CPUState CPUState; typedef struct CPUTLBEntryFull CPUTLBEntryFull; typedef struct DeviceListener DeviceListener; |