commit | f656ce0185cabbbb0cf96877306879661297c7ad | [log] [tgz] |
---|---|---|
author | Marcelo Tosatti <mtosatti@redhat.com> | Wed Dec 23 14:35:25 2009 -0200 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Mon Mar 01 12:35:45 2010 -0300 |
tree | e2c8e61642ae4849c901922552a1acf0112461b4 | |
parent | e93f8a0f821e290ac5149830110a5f704db7a1fc [diff] [blame] |
KVM: switch vcpu context to use SRCU Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 5e9cb90..0bb9aa2 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h
@@ -83,6 +83,8 @@ struct kvm_run *run; unsigned long requests; unsigned long guest_debug; + int srcu_idx; + int fpu_active; int guest_fpu_loaded; wait_queue_head_t wq;