3 #include "config-host.h"
9 void qemu_kvm_call_with_env(void (*func
)(void *), void *data
, CPUState
*newenv
)
12 #define DECLARE_HOST_REGS
13 #include "hostregs_helper.h"
17 #define SAVE_HOST_REGS
18 #include "hostregs_helper.h"
28 #include "hostregs_helper.h"
31 static void call_helper_cpuid(void *junk
)
36 void qemu_kvm_cpuid_on_env(CPUState
*env
)
38 qemu_kvm_call_with_env(call_helper_cpuid
, NULL
, env
);