aboutsummaryrefslogtreecommitdiffstats
path: root/cpus.h
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-05-04 19:55:35 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-05-04 19:55:35 +0000
commit262353cb1fd8a78f6f0c9d1ddd2fdce32d3fdf95 (patch)
tree3bfd5d897b56f0dac790017d64ba46d2da737d93 /cpus.h
parent0684bf1b0fa1823bf0614dd8d1c8b10cc0ef3f35 (diff)
Fix cpu list("-cpu ?") breakage, spotted by TeLeMan
Fix breakage by 04c9a0cbc2bf496889cef6da2d61bf00ef190a4f. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'cpus.h')
-rw-r--r--cpus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpus.h b/cpus.h
index 4ebad3a36..774150a76 100644
--- a/cpus.h
+++ b/cpus.h
@@ -16,5 +16,7 @@ void vm_state_notify(int running, int reason);
bool tcg_cpu_exec(void);
void set_numa_modes(void);
void set_cpu_log(const char *optarg);
+void list_cpus(FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...),
+ const char *optarg);
#endif