Re: [Qemu-devel] [PATCH v3] ui: add an embedded Barrier client

2019-09-23 Thread Laurent Vivier
Le 23/09/2019 à 18:07, Anthony PERARD a écrit : > Hi, > > Once this patch is applied, if we try to start QEMU with "-k en-us", > qemu print a message and exit: > qemu-system-i386: could not read keymap file: 'en-us' > > See below, > > On Fri, Sep 06, 2019 at 10:38:12AM +0200, Laurent Vivier

Re: [Qemu-devel] [PATCH v3] ui: add an embedded Barrier client

2019-09-23 Thread Anthony PERARD
Hi, Once this patch is applied, if we try to start QEMU with "-k en-us", qemu print a message and exit: qemu-system-i386: could not read keymap file: 'en-us' See below, On Fri, Sep 06, 2019 at 10:38:12AM +0200, Laurent Vivier wrote: > diff --git a/ui/input-barrier.c b/ui/input-barrier.c > ne

Re: [Qemu-devel] [PATCH v3] ui: add an embedded Barrier client

2019-09-17 Thread Gerd Hoffmann
On Fri, Sep 06, 2019 at 10:38:12AM +0200, Laurent Vivier wrote: > This allows to receive mouse and keyboard events from > a Barrier server. > > This is enabled by adding the following parameter on the > command line > > ... -object input-barrier,id=$id,name=$name ... > > Where $name is the n

Re: [Qemu-devel] [PATCH v3] ui: add an embedded Barrier client

2019-09-16 Thread Laurent Vivier
Ping? Le 06/09/2019 à 10:38, Laurent Vivier a écrit : > This allows to receive mouse and keyboard events from > a Barrier server. > > This is enabled by adding the following parameter on the > command line > > ... -object input-barrier,id=$id,name=$name ... > > Where $name is the name d

[Qemu-devel] [PATCH v3] ui: add an embedded Barrier client

2019-09-06 Thread Laurent Vivier
This allows to receive mouse and keyboard events from a Barrier server. This is enabled by adding the following parameter on the command line ... -object input-barrier,id=$id,name=$name ... Where $name is the name declared in the screens section of barrier.conf The barrier server (barriers)