<div dir="ltr"><div class="gmail_extra">On Thu, Aug 29, 2013 at 5:19 AM, Michal Privoznik <span dir="ltr"><<a href="mailto:mprivozn@redhat.com" target="_blank">mprivozn@redhat.com</a>></span> wrote:<br><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 28.08.2013 23:53, Doug Goldstein wrote:<br>
> Sometimes a serial port might not be actually wired to a device when the<br>
> user does not have the VM powered on and we should not consider this a<br>
> fatal error.<br>
> ---<br>
>  src/vmx/vmx.c | 2 +-<br>
>  1 file changed, 1 insertion(+), 1 deletion(-)<br>
><br>
> diff --git a/src/vmx/vmx.c b/src/vmx/vmx.c<br>
> index bcbb997..036e234 100644<br>
> --- a/src/vmx/vmx.c<br>
> +++ b/src/vmx/vmx.c<br>
> @@ -2702,7 +2702,7 @@ virVMXParseSerial(virVMXContext *ctx, virConfPtr conf, int port,<br>
><br>
>      /* vmx:fileName -> def:data.file.path */<br>
>      if (virVMXGetConfigString(conf, fileName_name, &fileName, false) < 0) {<br>
> -        goto cleanup;<br>
> +        goto ignore;<br>
>      }<br>
><br>
>      /* vmx:network.endPoint -> def:data.tcp.listen */<br>
><br>
<br>
</div></div>ACK<br>
<span class="HOEnZb"><font color="#888888"><br>
Michal<br>
</font></span></blockquote></div><div class="gmail_extra"><br></div>Pushed. thanks.<br><br clear="all"><div><br></div>-- <br>Doug Goldstein
</div></div>