|
@@ -75,7 +75,6 @@ struct KVMState
|
|
#ifdef KVM_CAP_SET_GUEST_DEBUG
|
|
#ifdef KVM_CAP_SET_GUEST_DEBUG
|
|
struct kvm_sw_breakpoint_head kvm_sw_breakpoints;
|
|
struct kvm_sw_breakpoint_head kvm_sw_breakpoints;
|
|
#endif
|
|
#endif
|
|
- int pit_in_kernel;
|
|
|
|
int pit_state2;
|
|
int pit_state2;
|
|
int xsave, xcrs;
|
|
int xsave, xcrs;
|
|
int many_ioeventfds;
|
|
int many_ioeventfds;
|
|
@@ -198,11 +197,6 @@ static void kvm_reset_vcpu(void *opaque)
|
|
kvm_arch_reset_vcpu(env);
|
|
kvm_arch_reset_vcpu(env);
|
|
}
|
|
}
|
|
|
|
|
|
-int kvm_pit_in_kernel(void)
|
|
|
|
-{
|
|
|
|
- return kvm_state->pit_in_kernel;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
int kvm_init_vcpu(CPUArchState *env)
|
|
int kvm_init_vcpu(CPUArchState *env)
|
|
{
|
|
{
|
|
KVMState *s = kvm_state;
|
|
KVMState *s = kvm_state;
|