All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] xenfb: Add vkbd-only option
@ 2017-06-08 13:15 ` Owen Smith
  0 siblings, 0 replies; 20+ messages in thread
From: Owen Smith @ 2017-06-08 13:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: sstabellini, anthony.perard, kraxel, xen-devel, Owen Smith

Adds the ability for a vkbd device to connect without the
QemuConsole, in order to support a standalone PV mouse and
keyboard frontend.
This series adds a new feature flag, which will need adding
to the xen's include/public/io/kbdif.h
"feature-vkbd-standalone" is set to 1 by backends that allow 
the vkbd device model to connect without requiring a vfb device
connected. The vkbd device will only bypass the check for
the vfb device if the frontend sets "request-vkbd-standalone"
to 1.
The last 2 patches add a couple of missing input handler
functions, and uses these to remove a leak in the vkbd device
model.

Owen Smith (4):
  xenfb: Add feature-vkbd-standalone
  xenfb: Activate mouse handler
  ui/input: Add activate/remove for keyboard handlers
  xenfb: Fix leak by adding/removing keyboard handler

 hw/display/xenfb.c   | 44 ++++++++++++++++++++++++++++++++------------
 include/ui/console.h |  2 ++
 ui/input-legacy.c    | 12 ++++++++++++
 3 files changed, 46 insertions(+), 12 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2017-06-13 15:53 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-08 13:15 [Qemu-devel] [PATCH 0/4] xenfb: Add vkbd-only option Owen Smith
2017-06-08 13:15 ` Owen Smith
2017-06-08 13:15 ` [Qemu-devel] [PATCH 1/4] xenfb: Add feature-vkbd-standalone Owen Smith
2017-06-08 13:15   ` Owen Smith
2017-06-08 22:31   ` [Qemu-devel] " Stefano Stabellini
2017-06-08 22:31     ` Stefano Stabellini
2017-06-08 13:15 ` [Qemu-devel] [PATCH 2/4] xenfb: Activate mouse handler Owen Smith
2017-06-08 13:15   ` Owen Smith
2017-06-08 22:33   ` [Qemu-devel] " Stefano Stabellini
2017-06-08 22:33     ` Stefano Stabellini
2017-06-08 13:15 ` [Qemu-devel] [PATCH 3/4] ui/input: Add activate/remove for keyboard handlers Owen Smith
2017-06-08 13:15   ` Owen Smith
2017-06-08 13:39   ` [Qemu-devel] " Gerd Hoffmann
2017-06-08 13:39     ` Gerd Hoffmann
2017-06-13 15:01     ` [Qemu-devel] " Owen Smith
2017-06-13 15:01       ` Owen Smith
2017-06-08 13:15 ` [Qemu-devel] [PATCH 4/4] xenfb: Fix leak by adding/removing keyboard handler Owen Smith
2017-06-08 13:15   ` Owen Smith
2017-06-08 22:24 ` [Qemu-devel] [PATCH 0/4] xenfb: Add vkbd-only option Stefano Stabellini
2017-06-08 22:24   ` Stefano Stabellini

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.