qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 07/11] tools: add qemu-keymap


From: Fam Zheng
Subject: Re: [Qemu-devel] [PULL 07/11] tools: add qemu-keymap
Date: Fri, 20 Oct 2017 15:09:27 +0800
User-agent: Mutt/1.9.0 (2017-09-02)

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 <address@hidden>
> >>> Message-id: address@hidden
> >>> ---
> >>>  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 via email to

[Prev in Thread] Current Thread [Next in Thread]