Source-Changes archive

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

CVS commit: [netbsd-6] src/sys/arch/xen



Module Name:    src
Committed By:   riz
Date:           Wed Feb 22 18:48:45 UTC 2012

Modified Files:
        src/sys/arch/xen/include [netbsd-6]: hypervisor.h
        src/sys/arch/xen/xen [netbsd-6]: clock.c hypervisor.c

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #28):
        sys/arch/xen/include/hypervisor.h: revision 1.38
        sys/arch/xen/xen/hypervisor.c: revision 1.61
        sys/arch/xen/xen/clock.c: revision 1.62
- make xen_version globally available, with macros to access major and
  minor xen version.
- In xen_initclocks(), do a VCPUOP_stop_periodic_timer only for Xen 3.1
  and later
Should fix PR port-xen/45961
- make xen_version globally available, with macros to access major and
  minor xen version.
- In xen_initclocks(), do a VCPUOP_stop_periodic_timer only for Xen 3.1
  and later
Should fix PR port-xen/45961


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.36.2.1 src/sys/arch/xen/include/hypervisor.h
cvs rdiff -u -r1.61 -r1.61.2.1 src/sys/arch/xen/xen/clock.c
cvs rdiff -u -r1.60 -r1.60.2.1 src/sys/arch/xen/xen/hypervisor.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