WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] blktap/blktap2: Fix for incorrect parse disk configu

To: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] blktap/blktap2: Fix for incorrect parse disk configuration (xen-unstable)
From: eXeC001er <execooler@xxxxxxxxx>
Date: Sun, 11 Jul 2010 12:16:03 +0400
Delivery-date: Sun, 11 Jul 2010 01:16:53 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=fnrN+4hM/3AV5VclcUhaseeRqRbZ8QS0j0otymd3R3Q=; b=f8JhahC0xJ3S7jO3tTqNG3R5RGnu0BP9fui39Z+iE6RrXgw3yyVqiK1+0qenSDSjCm 86BRTJ+iFx+Td9SwpQIvL2MPJwfov82SUTNE4Qyt2neO7gOZ157Xi8vzz9XNhVttrHa1 JLr6bqfUpQJu5mnFUcpAL0M//dCVqhcXWOJwA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=agfPjMJyE8gESEMSg/IdicNjQ4ktVGXwsbmNf2Gi3WjUCQL31EquZ/meS858d8s2kb /zVBzxE6TNVG4bbgx7Q/NyusdUeytMFsRMu3xeL6r/YprWtGpm0umsYCrcodwZUwLFv3 3Mlhgiz8RCvKK+3xobCjsYSoFppYTIPov7pis=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Current source-code work if use following configuration:
config example:    disk=['tap:vhd:/path/../disk.img,xvda,w']

but not work if use:
config example:    disk=['tap:tapdisk:vhd:/path/../disk.img,xvda,w']
Error during start DomU:    File 'vhd:/path/.../disk.img' doesn't exist.

this patch fix this bug.

Signed-off-by: eXeC001er <execooler@xxxxxxxxx>

Thanks.

Attachment: blktap_incorrect_parse.patch
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel