Source-Changes archive

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

CVS commit: src/sys/arch/xen



Module Name:    src
Committed By:   bouyer
Date:           Tue Feb 19 19:50:53 UTC 2008

Modified Files:
        src/sys/arch/xen/include: intr.h xen.h
        src/sys/arch/xen/x86: hypervisor_machdep.c
        src/sys/arch/xen/xen: evtchn.c xenevt.c

Log Message:
The event bitmasks provided by the hypervisor are unsigned long (so 64bits
on amd64). Make sure to use the right type to store and manipulate them.
This fixes amd64, where basically any event channel > 31 was not working
(and you get there after starting/stopping a domU a few times). Things
would occasionally unwedge though the spllower() callbacks.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/sys/arch/xen/include/intr.h
cvs rdiff -r1.27 -r1.28 src/sys/arch/xen/include/xen.h
cvs rdiff -r1.5 -r1.6 src/sys/arch/xen/x86/hypervisor_machdep.c
cvs rdiff -r1.31 -r1.32 src/sys/arch/xen/xen/evtchn.c
cvs rdiff -r1.21 -r1.22 src/sys/arch/xen/xen/xenevt.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