CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/08 13:33:30
Modified files:
sys/dev/pv : xen.c xenreg.h xenvar.h
Log message:
Add ability to establish virtual interrupts via Xen event
channel ports.
During boot, Xen will use polling mode, but once the system
enables interrupts after cpu_configure(), xen_intr_enable
will be called from the mountrook hook to unmask event ports.
OK mlarkin, mpi, reyk
