CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2017/01/12 13:29:46
Modified files: sys/dev/pv : xenstore.c Log message: Execute XenStore watch callbacks on a dedicated task queue Some watch callbacks like xen_hotplug can hog the task queue for a considerable amount of time due to XenStore interrupt driven I/O operations and running them on the system task queue causes problems with other timed operations for instance during boot. Bug reported and fix tested by ajacoutot@, thanks!