Re: [virt-tools-list] [virt-manager PATCH 2/2] virt-install: fix condition that detect if console is present

2015-11-11 Thread Cole Robinson
On 11/11/2015 04:01 PM, Pavel Hrdina wrote: > On Wed, Nov 11, 2015 at 03:50:30PM -0500, Cole Robinson wrote: >> On 11/11/2015 03:32 PM, Pavel Hrdina wrote: >>> Function get_devices() always returns a list, if there is no requested >>> device the list is empty. >>> >>> Signed-off-by: Pavel Hrdina >

Re: [virt-tools-list] [virt-manager PATCH 2/2] virt-install: fix condition that detect if console is present

2015-11-11 Thread Cole Robinson
On 11/11/2015 03:32 PM, Pavel Hrdina wrote: > Function get_devices() always returns a list, if there is no requested > device the list is empty. > > Signed-off-by: Pavel Hrdina > --- > > Pushed as trivial. > > virt-install | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [virt-tools-list] [virt-manager PATCH 2/2] virt-install: fix condition that detect if console is present

2015-11-11 Thread Pavel Hrdina
On Wed, Nov 11, 2015 at 04:03:17PM -0500, Cole Robinson wrote: > On 11/11/2015 04:01 PM, Pavel Hrdina wrote: > > On Wed, Nov 11, 2015 at 03:50:30PM -0500, Cole Robinson wrote: > >> On 11/11/2015 03:32 PM, Pavel Hrdina wrote: > >>> Function get_devices() always returns a list, if there is no request

Re: [virt-tools-list] [virt-manager PATCH 2/2] virt-install: fix condition that detect if console is present

2015-11-11 Thread Pavel Hrdina
On Wed, Nov 11, 2015 at 03:50:30PM -0500, Cole Robinson wrote: > On 11/11/2015 03:32 PM, Pavel Hrdina wrote: > > Function get_devices() always returns a list, if there is no requested > > device the list is empty. > > > > Signed-off-by: Pavel Hrdina > > --- > > > > Pushed as trivial. > > > > v

[virt-tools-list] [virt-manager PATCH 2/2] virt-install: fix condition that detect if console is present

2015-11-11 Thread Pavel Hrdina
Function get_devices() always returns a list, if there is no requested device the list is empty. Signed-off-by: Pavel Hrdina --- Pushed as trivial. virt-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virt-install b/virt-install index e465c46..c5c6e57 100755 --- a/v