Subject: CVS commit: src/sys/arch/xen/xen
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 10/15/2006 21:34:48
Module Name: src
Committed By: bouyer
Date: Sun Oct 15 21:34:48 UTC 2006
Modified Files:
src/sys/arch/xen/xen: xbdback_xenbus.c
Log Message:
Don't rely on the /dev entry in the xenstore to get the handle; extract
it from the xenstore path. /dev will have whatever is in the guest's config
file disk entry, and this may not be a number (in the case of HVM guests
it's a string starting with 'ioemu').
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/xen/xen/xbdback_xenbus.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.