summary refs log tree commit diff stats
path: root/include/qemu/target-info.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qemu/target-info.h')
-rw-r--r--include/qemu/target-info.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/qemu/target-info.h b/include/qemu/target-info.h
index 58d4136897..2b6ccabb11 100644
--- a/include/qemu/target-info.h
+++ b/include/qemu/target-info.h
@@ -17,6 +17,14 @@
 const char *target_name(void);
 
 /**
+ * target_machine_typename:
+ *
+ * Returns: Name of the QOM interface implemented by machines
+ *          usable on this target binary.
+ */
+const char *target_machine_typename(void);
+
+/**
  * target_cpu_type:
  *
  * Returns: target CPU base QOM type name (i.e. TYPE_X86_CPU).