]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/sysemu/cpus.h
target: Simplify how the TARGET_cpu_list() print
[mirror_qemu.git] / include / sysemu / cpus.h
index ef13a120cc218c626fa49daa7f25e6f02f2a93cf..32c05f27e7269866715f95795c245bc372f75f18 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef QEMU_CPUS_H
 #define QEMU_CPUS_H
 
-#include "qemu/fprintf-fn.h"
 #include "qemu/timer.h"
 
 /* cpus.c */
@@ -39,7 +38,7 @@ extern int smp_cores;
 extern int smp_threads;
 #endif
 
-void list_cpus(FILE *f, fprintf_function cpu_fprintf, const char *optarg);
+void list_cpus(const char *optarg);
 
 void qemu_tcg_configure(QemuOpts *opts, Error **errp);