]> xenbits.xensource.com Git - people/royger/xen-test-framework.git/commit
HVM exception entry points
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 11 Dec 2015 15:50:25 +0000 (15:50 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 18 Dec 2015 18:31:11 +0000 (18:31 +0000)
commit649f3c08f34db0bfbe1363bb368127f6bb001582
tree6ad47e2ae4c9273871f5af1fd7e06a928efb0555
parentf4a4bcb6b5190dd58a3a6d8334b24818e2b93548
HVM exception entry points

Infrastructure to set up the IDT and get execution back into C when an
exception occurs.

Exceptions are currently fatal.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
arch/x86/entry_32.S [new file with mode: 0644]
arch/x86/entry_64.S [new file with mode: 0644]
arch/x86/hvm/traps.c
build/files.mk
include/xtf/asm_macros.h