Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [bouyer-xeni386] src/sys/arch/xen



Module Name:    src
Committed By:   bouyer
Date:           Thu Dec 13 19:36:01 UTC 2007

Modified Files:
        src/sys/arch/xen/include [bouyer-xeni386]: evtchn.h
        src/sys/arch/xen/x86 [bouyer-xeni386]: hypervisor_machdep.c
        src/sys/arch/xen/xen [bouyer-xeni386]: evtchn.c

Log Message:
cleanup the way debug event is handled: make it bypass the IPL system
completely, it's called by shortcuts in the normal path because we want it to
be always called, even if the IPL is high.
Fix debug even recursion on XEN2


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.13.36.1 src/sys/arch/xen/include/evtchn.h
cvs rdiff -r1.2 -r1.2.12.1 src/sys/arch/xen/x86/hypervisor_machdep.c
cvs rdiff -r1.25 -r1.25.6.1 src/sys/arch/xen/xen/evtchn.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index