mirror of
https://github.com/mii443/qemu.git
synced 2025-08-24 07:59:42 +00:00
cpu: Change qemu_init_vcpu() argument to CPUState
This allows to move the call into CPUState's realizefn. Therefore move the stub into libqemustub.a. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user