Hu, Robert writes ("RE: [OSSTEST PATCH 19/26] Toolstack::xl: Provide
block_attach method"):
> > From: Ian Jackson [mailto:ian.jack...@eu.citrix.com]
> > +sub block_attach () {
> > +my ($self,$gho,$xldiskspec) = @_;
> > +die "quotes in $xldiskspec ?" if $xldiskspec =~ m/'/;
> > +my
> -Original Message-
> From: Ian Jackson [mailto:ian.jack...@eu.citrix.com]
> Sent: Saturday, September 26, 2015 3:15 AM
> To: xen-de...@lists.xenproject.org
> Cc: Hu, Robert ; Ian Campbell
> ; Ian Jackson ; Ian
> Jackson
> Subject: [OSSTEST PATCH 19/26] Toolstack::xl: Provide block_attach
On Fri, 2015-09-25 at 20:15 +0100, Ian Jackson wrote:
> It is possible that this may work some of the time with xm, so I have
> taken no measures to prevent it running then.
>
> Signed-off-by: Ian Jackson
Acked-by: Ian Campbell
___
Xen-devel mailing
It is possible that this may work some of the time with xm, so I have
taken no measures to prevent it running then.
Signed-off-by: Ian Jackson
v14: New patch
---
Osstest/Toolstack/xl.pm |8
1 file changed, 8 insertions(+)
diff --git a/Osstest/Toolstack/xl.pm b/Osstest/Toolstac