x86 vmx: Remove vmxassist.
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 6 Feb 2008 12:07:55 +0000 (12:07 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 6 Feb 2008 12:07:55 +0000 (12:07 +0000)
commit50b12df836fddc9d76f59a23d35a801d43cfef31
treed55d90b2431221a2d80a44558e2ae6f45d56c7bb
parent2d700e03efa7c65686f7b0c756dbdac30c8ede9c
x86 vmx: Remove vmxassist.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
25 files changed:
tools/firmware/Makefile
tools/firmware/README [deleted file]
tools/firmware/hvmloader/Makefile
tools/firmware/hvmloader/config.h
tools/firmware/hvmloader/hvmloader.c
tools/firmware/vmxassist/Makefile [deleted file]
tools/firmware/vmxassist/gen.c [deleted file]
tools/firmware/vmxassist/head.S [deleted file]
tools/firmware/vmxassist/machine.h [deleted file]
tools/firmware/vmxassist/setup.c [deleted file]
tools/firmware/vmxassist/trap.S [deleted file]
tools/firmware/vmxassist/util.c [deleted file]
tools/firmware/vmxassist/util.h [deleted file]
tools/firmware/vmxassist/vm86.c [deleted file]
tools/firmware/vmxassist/vm86.h [deleted file]
tools/firmware/vmxassist/vmxassist.ld [deleted file]
xen/arch/x86/Rules.mk
xen/arch/x86/hvm/hvm.c
xen/arch/x86/hvm/vmx/Makefile
xen/arch/x86/hvm/vmx/vmx.c
xen/arch/x86/hvm/vmx/x86_32/exits.S
xen/arch/x86/hvm/vmx/x86_64/exits.S
xen/arch/x86/hvm/vpic.c
xen/include/asm-x86/hvm/vmx/vmcs.h
xen/include/public/hvm/vmx_assist.h [deleted file]