All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCHv2 0/3] baum driver update v2
@ 2016-10-23 19:54 Samuel Thibault
  2016-10-23 19:54 ` [Qemu-devel] [PATCH 1/3] Add dots keypresses support to the baum braille device Samuel Thibault
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Samuel Thibault @ 2016-10-23 19:54 UTC (permalink / raw)
  To: qemu-devel; +Cc: Samuel Thibault, Gerd Hoffmann

This is a series of updates for the baum driver, to improve its
integration of input/output and fix focus tracking with sdl2 and
gtk backends.

The difference with the previously-posted series is that it should
fix the win32 build. Loads of thanks for having set up the build bot :)

Samuel Thibault (3):
  Add dots keypresses support to the baum braille device
  Defer BrlAPI tty acquisition to when guest starts using device
  Move getting XWindow ID from baum driver to graphical backend

 backends/baum.c      | 302 +++++++++++++++++++++++++++------------------------
 include/ui/console.h |   3 +
 ui/console.c         |  18 +++
 ui/gtk.c             |  27 ++++-
 ui/sdl.c             |  25 +++++
 ui/sdl2.c            |   7 ++
 6 files changed, 241 insertions(+), 141 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [Qemu-devel] [PATCH 0/3] baum driver update
@ 2016-10-23 18:47 Samuel Thibault
  2016-10-23 18:47 ` [Qemu-devel] [PATCH 3/3] Move getting XWindow ID from baum driver to graphical backend Samuel Thibault
  0 siblings, 1 reply; 13+ messages in thread
From: Samuel Thibault @ 2016-10-23 18:47 UTC (permalink / raw)
  To: qemu-devel; +Cc: Samuel Thibault, Gerd Hoffmann

Hello,

This is a series of updates for the baum driver, to improve its
integration of input/output and fix focus tracking with sdl2 and
gtk backends.

Note that the second patch will fail style checking (braces {} are
necessary for all arms of this statement) but that code is actually
dropped by patch3.

Samuel Thibault (3):
  Add dots keypresses support to the baum braille device
  Defer BrlAPI tty acquisition to when guest starts using device
  Move getting XWindow ID from baum driver to graphical backend

 backends/baum.c      | 302 +++++++++++++++++++++++++++------------------------
 include/ui/console.h |   3 +
 ui/console.c         |  18 +++
 ui/gtk.c             |  15 ++-
 ui/sdl.c             |  16 +++
 ui/sdl2.c            |   7 ++
 6 files changed, 220 insertions(+), 141 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-11-01 10:03 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-23 19:54 [Qemu-devel] [PATCHv2 0/3] baum driver update v2 Samuel Thibault
2016-10-23 19:54 ` [Qemu-devel] [PATCH 1/3] Add dots keypresses support to the baum braille device Samuel Thibault
2016-10-26 12:37   ` Gerd Hoffmann
2016-10-26 15:14     ` Samuel Thibault
2016-10-27 11:29       ` Gerd Hoffmann
2016-10-23 19:54 ` [Qemu-devel] [PATCH 2/3] Defer BrlAPI tty acquisition to when guest starts using device Samuel Thibault
2016-10-23 19:54 ` [Qemu-devel] [PATCH 3/3] Move getting XWindow ID from baum driver to graphical backend Samuel Thibault
2016-10-26 10:17   ` Gerd Hoffmann
2016-10-26 11:35     ` Samuel Thibault
2016-10-26 12:24       ` Gerd Hoffmann
2016-10-30 15:24     ` Samuel Thibault
2016-11-01 10:03       ` Gerd Hoffmann
  -- strict thread matches above, loose matches on Subject: below --
2016-10-23 18:47 [Qemu-devel] [PATCH 0/3] baum driver update Samuel Thibault
2016-10-23 18:47 ` [Qemu-devel] [PATCH 3/3] Move getting XWindow ID from baum driver to graphical backend Samuel Thibault

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.