]> git.proxmox.com Git - qemu.git/blobdiff - include/qemu-common.h
cpu: Change qemu_init_vcpu() argument to CPUState
[qemu.git] / include / qemu-common.h
index 6010bba204828eb5b4800ed6593b16ded29a97db..f4397388f5c0c5a5b507e24ab07e733c5a08fd23 100644 (file)
@@ -295,14 +295,6 @@ struct qemu_work_item {
     int done;
 };
 
-#ifdef CONFIG_USER_ONLY
-static inline void qemu_init_vcpu(void *env)
-{
-}
-#else
-void qemu_init_vcpu(void *env);
-#endif
-
 
 /**
  * Sends a (part of) iovec down a socket, yielding when the socket is full, or