[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH RFC 03/10] libxl: add new "method" parameter to xl disk config
On Fri, 2012-12-21 at 17:00 +0000, Roger Pau Monne wrote: > diff --git a/tools/libxl/libxlu_disk_l.l b/tools/libxl/libxlu_disk_l.l > index bee16a1..4486c1a 100644 > --- a/tools/libxl/libxlu_disk_l.l > +++ b/tools/libxl/libxlu_disk_l.l > @@ -172,6 +172,8 @@ backendtype=[^,]*,? { STRIP(','); > setbackendtype(DPC,FROMEQUALS); } > > vdev=[^,]*,? { STRIP(','); SAVESTRING("vdev", vdev, FROMEQUALS); } > script=[^,]*,? { STRIP(','); SAVESTRING("script", script, FROMEQUALS); } > +method=[^,]*,? { STRIP(','); SAVESTRING("script", script, FROMEQUALS); > + DPC->disk->hotplug_version = 1; } Did mean "method" here ------------------/^ ? Are there any docs for this new option? Are there docs for the new protocol somewhere? I think I should probably read them first... Ian _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |