Re: [libvirt] [PATCHv3 4/4] VMX: Some serial ports are not actually connected

2013-09-02 Thread Doug Goldstein
On Thu, Aug 29, 2013 at 5:19 AM, Michal Privoznik wrote: > On 28.08.2013 23:53, Doug Goldstein wrote: > > Sometimes a serial port might not be actually wired to a device when the > > user does not have the VM powered on and we should not consider this a > > fatal error. > > --- > > src/vmx/vmx.c

Re: [libvirt] [PATCHv3 4/4] VMX: Some serial ports are not actually connected

2013-08-29 Thread Michal Privoznik
On 28.08.2013 23:53, Doug Goldstein wrote: > Sometimes a serial port might not be actually wired to a device when the > user does not have the VM powered on and we should not consider this a > fatal error. > --- > src/vmx/vmx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --gi

[libvirt] [PATCHv3 4/4] VMX: Some serial ports are not actually connected

2013-08-28 Thread Doug Goldstein
Sometimes a serial port might not be actually wired to a device when the user does not have the VM powered on and we should not consider this a fatal error. --- src/vmx/vmx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vmx/vmx.c b/src/vmx/vmx.c index bcbb997..036e234 10