summaryrefslogtreecommitdiff
path: root/qemu-option.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-option.h')
-rw-r--r--qemu-option.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/qemu-option.h b/qemu-option.h
index 059c0a49fb..267abae297 100644
--- a/qemu-option.h
+++ b/qemu-option.h
@@ -46,6 +46,12 @@ typedef struct QEMUOptionParameter {
const char *get_opt_name(char *buf, int buf_size, const char *p, char delim);
const char *get_opt_value(char *buf, int buf_size, const char *p);
+int get_next_param_value(char *buf, int buf_size,
+ const char *tag, const char **pstr);
+int get_param_value(char *buf, int buf_size,
+ const char *tag, const char *str);
+int check_params(char *buf, int buf_size,
+ const char * const *params, const char *str);
/*