Stefan Berger
2006-Feb-22 19:00 UTC
[Xen-devel] [PATCH] breakout of functions from hotplug script
The attached patch breaks out - log() function from xen-hotplug-common.sh -> logging.sh - locking-related functions from xen-hotplug-common.sh -> locking.sh - xen-hotplug-common.sh ''sources'' both those files now to not loose these functions (which should make the break-out atomic) - adapts the Makefile to install locking.sh and logging.sh at the right place. I ran the xm-tests over it and no (additional) errors appear due to this change. Signed-off-by: Stefan Berger <stefanb@us.ibm.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ewan Mellor
2006-Feb-27 15:11 UTC
[Xen-devel] Re: [PATCH] breakout of functions from hotplug script
On Wed, Feb 22, 2006 at 02:00:39PM -0500, Stefan Berger wrote:> The attached patch breaks out > > - log() function from xen-hotplug-common.sh -> logging.sh > - locking-related functions from xen-hotplug-common.sh -> locking.sh > > - xen-hotplug-common.sh ''sources'' both those files now to not loose > these functions (which should make the break-out atomic) > > - adapts the Makefile to install locking.sh and logging.sh at the right > place. > > I ran the xm-tests over it and no (additional) errors appear due to this > change. > > Signed-off-by: Stefan Berger <stefanb@us.ibm.com>Applied, thank you. Ewan. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel