Re: [virt-tools-list] [PATCH v2 10/16] display: allow display without associated monitor number

2018-12-21 Thread Marc-André Lureau
Hi On Thu, Dec 20, 2018 at 8:45 PM Victor Toso wrote: > > Hi, > > On Wed, Sep 26, 2018 at 07:26:33PM +0400, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > The VTE display will have monitor id -1. > > > > Eventually, having a base "console" class without monitor id could >

Re: [virt-tools-list] [PATCH v2 10/16] display: allow display without associated monitor number

2018-12-20 Thread Victor Toso
Hi, On Wed, Sep 26, 2018 at 07:26:33PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > The VTE display will have monitor id -1. > > Eventually, having a base "console" class without monitor id could > avoid this allowance. > > Signed-off-by: Marc-André Lureau > --- >

[virt-tools-list] [PATCH v2 10/16] display: allow display without associated monitor number

2018-09-26 Thread marcandre . lureau
From: Marc-André Lureau The VTE display will have monitor id -1. Eventually, having a base "console" class without monitor id could avoid this allowance. Signed-off-by: Marc-André Lureau --- src/virt-viewer-display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/virt