Subject: CVS commit: [bouyer-xen2] src/sys/arch/xen
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 01/21/2005 10:16:08
Module Name:	src
Committed By:	bouyer
Date:		Fri Jan 21 10:16:08 UTC 2005

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

Log Message:
- Add a centralised handler for physical interrupts, which will call the
  real handler. This is not necessery but is usefull for debug.
- make irq_needs_unmask_notify[] per-IRQ, instead of per physical IRQ
- use a static physdev_op_t for PHYSDEVOP_IRQ_UNMASK_NOTIFY (it never changes,
  so no need to allocate a new one each time)
- call pirq_notify() from hypervisor_enable_irq().


To generate a diff of this commit:
cvs rdiff -r1.1.2.2 -r1.1.2.3 src/sys/arch/xen/include/evtchn.h
cvs rdiff -r1.1.2.2 -r1.1.2.3 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.