Thanks, sure to move it out. Maybe you can update my second patch
directly for Avi's easy maintenance. 

> --- a/drivers/kvm/kvm.h
> +++ b/drivers/kvm/kvm.h
> @@ -112,7 +112,6 @@ struct kvm_mmu_page {
>  };
> 
>  struct kvm_vcpu;
> -extern struct kmem_cache *kvm_vcpu_cache;
> 
>  /*
>   * x86 supports 3 paging modes (4-level 64-bit, 3-level 64-bit, and
> 2-level 
> diff --git a/drivers/kvm/x86.h b/drivers/kvm/x86.h
> index 78ab1e1..2080a65 100644
> --- a/drivers/kvm/x86.h
> +++ b/drivers/kvm/x86.h
> @@ -224,6 +224,7 @@ struct kvm_x86_ops {
>  };
> 
>  extern struct kvm_x86_ops *kvm_x86_ops;
> +extern struct kmem_cache *kvm_vcpu_cache;
> 
>  int kvm_mmu_module_init(void);
>  void kvm_mmu_module_exit(void);

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to