search for: aeba3dd98fbb

Displaying 1 result from an estimated 1 matches for "aeba3dd98fbb".

2006 Sep 28
6
[Patch] Fix blktap to work with a bootloader
...a 2-tuple, and this results in a python error if the split results in three or more strings. The fix is to split only at the first ":", and then to split again if we detect "tap:" as the image type. Signed-off-by: Stephen Tweedie <sct@redhat.com> diff -r 94df5bd84195 -r aeba3dd98fbb tools/python/xen/util/blkif.py --- a/tools/python/xen/util/blkif.py Thu Sep 28 17:09:09 2006 +0100 +++ b/tools/python/xen/util/blkif.py Thu Sep 28 18:05:08 2006 +0100 @@ -64,9 +64,11 @@ def blkdev_uname_to_file(uname): """Take a blkdev uname and return the corresponding filename...