[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] tools/tests/xen-access: INT3 trap type is s/w exception.
# HG changeset patch # User Keir Fraser <keir@xxxxxxx> # Date 1338380611 -3600 # Node ID dad389d0fe69231ec91f5adb59cb5724505800f5 # Parent ad348c6575b8e32d19c907baae045ea3842944c3 tools/tests/xen-access: INT3 trap type is s/w exception. Signed-off-by: Keir Fraser <keir@xxxxxxx> --- diff -r ad348c6575b8 -r dad389d0fe69 tools/tests/xen-access/xen-access.c --- a/tools/tests/xen-access/xen-access.c Wed May 30 11:38:41 2012 +0100 +++ b/tools/tests/xen-access/xen-access.c Wed May 30 13:23:31 2012 +0100 @@ -664,7 +664,7 @@ int main(int argc, char *argv[]) /* Reinject */ rc = xc_hvm_inject_trap( xch, domain_id, req.vcpu_id, 3, - HVMOP_TRAP_hw_exc, -1, 0, 0); + HVMOP_TRAP_sw_exc, -1, 0, 0); if (rc < 0) { ERROR("Error %d injecting int3\n", rc); _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |