summary refs log tree commit diff stats
path: root/include/qemu/target-info-impl.h
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2025-03-23 13:20:24 +0100
committerRichard Henderson <richard.henderson@linaro.org>2025-04-30 12:51:51 -0700
commitc1be135ad5b124b08715ca836b95b738c6b9d7d4 (patch)
tree07026164948adda25e6ba7467c523015159aa7a0 /include/qemu/target-info-impl.h
parentb113dfa081a6a7e061551a70e6ede7af0941a845 (diff)
downloadfocaccia-qemu-c1be135ad5b124b08715ca836b95b738c6b9d7d4.tar.gz
focaccia-qemu-c1be135ad5b124b08715ca836b95b738c6b9d7d4.zip
qemu: Introduce target_long_bits()
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'include/qemu/target-info-impl.h')
-rw-r--r--include/qemu/target-info-impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/qemu/target-info-impl.h b/include/qemu/target-info-impl.h
index 76766eeaae..1b51cbcfe1 100644
--- a/include/qemu/target-info-impl.h
+++ b/include/qemu/target-info-impl.h
@@ -14,6 +14,8 @@
 typedef struct TargetInfo {
     /* runtime equivalent of TARGET_NAME definition */
     const char *target_name;
+    /* runtime equivalent of TARGET_LONG_BITS definition */
+    unsigned long_bits;
     /* runtime equivalent of CPU_RESOLVING_TYPE definition */
     const char *cpu_type;
     /* QOM typename machines for this binary must implement */