Author: waldi Date: Wed Feb 1 17:40:58 2012 New Revision: 963 Log: * debian/changelog: Update. * debian/xen-utils-common.xend.init: Load xen-gntdev module. Modified: trunk/xen/debian/changelog trunk/xen/debian/xen-utils-common.xend.init Modified: trunk/xen/debian/changelog =============================================================================--- trunk/xen/debian/changelog Tue Jan 31 15:26:20 2012 (r962) +++ trunk/xen/debian/changelog Wed Feb 1 17:40:58 2012 (r963) @@ -5,6 +5,7 @@ * Support xl in init script. * Restart xen daemons on upgrade. * Restart and stop xenconsoled in init script. + * Load xen-gntdev module. -- Bastian Blank <waldi at debian.org> Tue, 31 Jan 2012 14:07:41 +0100 Modified: trunk/xen/debian/xen-utils-common.xend.init =============================================================================--- trunk/xen/debian/xen-utils-common.xend.init Tue Jan 31 15:26:20 2012 (r962) +++ trunk/xen/debian/xen-utils-common.xend.init Wed Feb 1 17:40:58 2012 (r963) @@ -39,6 +39,7 @@ { modprobe xenfs 2>/dev/null modprobe xen-evtchn 2>/dev/null + modprobe xen-gntdev 2>/dev/null } xenfs_setup()