]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: Remove arch specific components from the general code
authorGregory Haskins <ghaskins@novell.com>
Fri, 27 Jul 2007 12:13:10 +0000 (08:13 -0400)
committerAvi Kivity <avi@qumranet.com>
Sat, 13 Oct 2007 08:18:20 +0000 (10:18 +0200)
commit5d9ebb2e6c03c0ee2d0a6bdbdb26872fd9c4bca2
tree915c13bfedc867d4d2e4b98c4d3b10b6ef25d451
parentfc08ffd429a04c7ca80bc2c0797053f25b96e74b
KVM: Remove arch specific components from the general code

struct kvm_vcpu has vmx-specific members; remove them to a private structure.

Signed-off-by: Gregory Haskins <ghaskins@novell.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/kvm.h
drivers/kvm/kvm_main.c
drivers/kvm/kvm_svm.h
drivers/kvm/svm.c
drivers/kvm/vmx.c