qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Fam Zheng <famz@redhat.com>
To: Thomas Huth <thuth@redhat.com>
Cc: "Eric Blake" <eblake@redhat.com>,
	"Gerd Hoffmann" <kraxel@redhat.com>,
	qemu-devel@nongnu.org, "Alex Bennée" <alex.bennee@linaro.org>,
	"Philippe Mathieu-Daudé" <f4bug@amsat.org>
Subject: Re: [Qemu-devel] [PULL 07/11] tools: add qemu-keymap
Date: Fri, 20 Oct 2017 15:09:27 +0800	[thread overview]
Message-ID: <20171020070927.GF29815@lemon> (raw)
In-Reply-To: <c10f4e46-1e65-496d-4450-a5462973cc23@redhat.com>

On Fri, 10/20 08:52, Thomas Huth wrote:
> On 20.10.2017 00:12, Eric Blake wrote:
> > On 10/19/2017 05:09 PM, Eric Blake wrote:
> >> On 10/16/2017 08:16 AM, Gerd Hoffmann wrote:
> >>> qemu-keymap generates qemu reverse keymaps from xkb keymaps,
> >>> which can be used with the qemu "-k" command line switch.
> >>>
> >>> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> >>> Message-id: 20171005153330.19210-2-kraxel@redhat.com
> >>> ---
> >>>  configure     |  23 ++++++
> >>>  Makefile      |   5 ++
> >>>  qemu-keymap.c | 258 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> >>>  3 files changed, 286 insertions(+)
> >>>  create mode 100644 qemu-keymap.c
> >>
> >> For in-tree builds, this forgot to update .gitignore so that
> >> 'qemu-keymap' isn't accidentally checked in via 'git add -a'.
> > 
> > And on a related note, commit 2e1d70b pollutes the tree with a new
> > ui/shader/texture-blit-flip-vert.h, that should also be mentioned in
> > .gitignore.
> 
> Since this seems to happen regularly: I wonder whether we could add a
> check to patchew that tests whether the output of "git status" is clean
> at the end of an in-tree compilation process?

Sounds good, I'll try to write a $QEMU_SRC/tests/docker/test-cleanness patch
first.

Fam

  reply	other threads:[~2017-10-20  7:09 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-16 13:16 [Qemu-devel] [PULL 00/11] Ui 20171016 patches Gerd Hoffmann
2017-10-16 13:16 ` [Qemu-devel] [PULL 01/11] build: automatically handle GIT submodule checkout for dtc Gerd Hoffmann
2017-10-19 14:05   ` Anthony PERARD
2017-10-19 14:15     ` Daniel P. Berrange
2017-10-16 13:16 ` [Qemu-devel] [PULL 02/11] docker: don't rely on submodules existing in the main checkout Gerd Hoffmann
2017-10-16 13:16 ` [Qemu-devel] [PULL 03/11] ui: add keycodemapdb repository as a GIT submodule Gerd Hoffmann
2017-10-16 13:16 ` [Qemu-devel] [PULL 04/11] ui: convert common input code to keycodemapdb Gerd Hoffmann
2017-10-16 13:16 ` [Qemu-devel] [PULL 05/11] ui: convert key events to QKeyCodes immediately Gerd Hoffmann
2017-10-16 13:16 ` [Qemu-devel] [PULL 06/11] ui: don't export qemu_input_event_new_key Gerd Hoffmann
2017-10-16 13:16 ` [Qemu-devel] [PULL 07/11] tools: add qemu-keymap Gerd Hoffmann
2017-10-19 22:09   ` Eric Blake
2017-10-19 22:12     ` Eric Blake
2017-10-20  6:52       ` Thomas Huth
2017-10-20  7:09         ` Fam Zheng [this message]
2017-10-16 13:16 ` [Qemu-devel] [PULL 08/11] Add pc-bios/keymaps/Makefile Gerd Hoffmann
2017-10-16 13:16 ` [Qemu-devel] [PULL 09/11] pc-bios/keymaps: keymaps update Gerd Hoffmann
2017-10-16 13:16 ` [Qemu-devel] [PULL 10/11] ui/gtk: Fix deprecation of vte_terminal_copy_clipboard Gerd Hoffmann
2017-10-16 13:16 ` [Qemu-devel] [PULL 11/11] gtk: fix wrong id between texture and framebuffer Gerd Hoffmann
2017-10-17  9:44 ` [Qemu-devel] [PULL 00/11] Ui 20171016 patches Peter Maydell
2017-10-19  6:50 ` Thomas Huth
2017-10-19  7:14   ` Gerd Hoffmann
2017-10-19  9:13     ` Daniel P. Berrange
2017-10-19  9:11   ` Daniel P. Berrange
  -- strict thread matches above, loose matches on Subject: below --
2017-10-13  8:14 [Qemu-devel] [PULL 00/11] Ui 20171013 patches Gerd Hoffmann
2017-10-13  8:14 ` [Qemu-devel] [PULL 07/11] tools: add qemu-keymap Gerd Hoffmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171020070927.GF29815@lemon \
    --to=famz@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=eblake@redhat.com \
    --cc=f4bug@amsat.org \
    --cc=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=thuth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).