qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/6] Ui 20171005 patches
@ 2017-10-05 10:01 Gerd Hoffmann
  2017-10-05 10:01 ` [Qemu-devel] [PULL 1/6] build: automatically handle GIT submodule checkout for dtc Gerd Hoffmann
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Gerd Hoffmann @ 2017-10-05 10:01 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

The following changes since commit d147f7e815f97cb477e223586bcb80c316ae10ea:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-10-03 16:27:24 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/ui-20171005-pull-request

for you to fetch changes up to 47247520ac44592cc7343138380bd6099f83262f:

  ui: don't export qemu_input_event_new_key (2017-10-05 11:21:51 +0200)

----------------------------------------------------------------
ui: use keycodemapdb for key code mappings, part one

----------------------------------------------------------------

Daniel P. Berrange (6):
  build: automatically handle GIT submodule checkout for dtc
  docker: don't rely on submodules existing in the main checkout
  ui: add keycodemapdb repository as a GIT submodule
  ui: convert common input code to keycodemapdb
  ui: convert key events to QKeyCodes immediately
  ui: don't export qemu_input_event_new_key

 configure                 |  52 ++++---
 Makefile                  |  46 ++++++-
 include/ui/input.h        |  12 +-
 ui/input-keymap.c         | 336 +++-------------------------------------------
 ui/input.c                |  24 +++-
 .gitignore                |   2 +
 .gitmodules               |   3 +
 MAINTAINERS               |   6 +
 scripts/archive-source.sh |  34 ++++-
 scripts/git-submodule.sh  |  38 ++++++
 ui/keycodemapdb           |   1 +
 11 files changed, 202 insertions(+), 352 deletions(-)
 create mode 100755 scripts/git-submodule.sh
 create mode 160000 ui/keycodemapdb

-- 
2.9.3

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

end of thread, other threads:[~2017-10-05 16:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-05 10:01 [Qemu-devel] [PULL 0/6] Ui 20171005 patches Gerd Hoffmann
2017-10-05 10:01 ` [Qemu-devel] [PULL 1/6] build: automatically handle GIT submodule checkout for dtc Gerd Hoffmann
2017-10-05 10:01 ` [Qemu-devel] [PULL 2/6] docker: don't rely on submodules existing in the main checkout Gerd Hoffmann
2017-10-05 10:01 ` [Qemu-devel] [PULL 3/6] ui: add keycodemapdb repository as a GIT submodule Gerd Hoffmann
2017-10-05 10:01 ` [Qemu-devel] [PULL 4/6] ui: convert common input code to keycodemapdb Gerd Hoffmann
2017-10-05 10:01 ` [Qemu-devel] [PULL 5/6] ui: convert key events to QKeyCodes immediately Gerd Hoffmann
2017-10-05 10:01 ` [Qemu-devel] [PULL 6/6] ui: don't export qemu_input_event_new_key Gerd Hoffmann
2017-10-05 10:10 ` [Qemu-devel] [PULL 0/6] Ui 20171005 patches no-reply
2017-10-05 15:12 ` Peter Maydell
2017-10-05 15:55   ` Daniel P. Berrange
2017-10-05 16:05     ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).