]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commit
Implement SVM specific part for Nested Virtualization
authorcegger <none@none>
Wed, 9 Mar 2011 11:36:05 +0000 (12:36 +0100)
committercegger <none@none>
Wed, 9 Mar 2011 11:36:05 +0000 (12:36 +0100)
commit9a779e4fc1619a61c407d4db8934c8732a6c2d02
tree7f5f51e5b821fa90d1c2c01f4aa0eaad5f27c3f5
parent5120a76fad77858d2ac2cbcce8a3dd3500d25e87
Implement SVM specific part for Nested Virtualization

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Acked-by: Tim Deegan <Tim.Deegan@citrix.com>
Committed-by: Tim Deegan <Tim.Deegan@citrix.com>
13 files changed:
xen/arch/x86/hvm/svm/Makefile
xen/arch/x86/hvm/svm/emulate.c
xen/arch/x86/hvm/svm/entry.S
xen/arch/x86/hvm/svm/nestedsvm.c [new file with mode: 0644]
xen/arch/x86/hvm/svm/svm.c
xen/arch/x86/hvm/svm/svmdebug.c [new file with mode: 0644]
xen/arch/x86/hvm/svm/vmcb.c
xen/include/asm-x86/hvm/svm/emulate.h
xen/include/asm-x86/hvm/svm/nestedsvm.h [new file with mode: 0644]
xen/include/asm-x86/hvm/svm/svm.h
xen/include/asm-x86/hvm/svm/svmdebug.h [new file with mode: 0644]
xen/include/asm-x86/hvm/svm/vmcb.h
xen/include/asm-x86/hvm/vcpu.h