qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] input-keymap.c: Add keypad equal and power keys


From: Programmingkid
Subject: Re: [Qemu-devel] [PATCH] input-keymap.c: Add keypad equal and power keys
Date: Wed, 2 Mar 2016 11:26:15 -0500

On Mar 2, 2016, at 11:15 AM, Eric Blake wrote:

> On 03/02/2016 08:52 AM, Programmingkid wrote:
>> Add the keypad equals and power keys to the qcode_to_number array. These keys
>> are used on a Macintosh keyboard.
>> 
>> Signed-off-by: John Arbuckle <address@hidden>
>> 
>> ---
>> ui/input-keymap.c |    3 ++-
>> 1 files changed, 2 insertions(+), 1 deletions(-)
> 
> This patch applies, but doesn't build, in isolation:
> 
>  CC    ui/input-keymap.o
> ui/input-keymap.c:101:6: error: ‘Q_KEY_CODE_KP_EQUALS’ undeclared here
> (not in a function)
>     [Q_KEY_CODE_KP_EQUALS] = 0x55,
>      ^
> 
> If it is part of a series, then please make sure to submit the series as
> a single thread, with a 0/n cover letter, and with pre-requisite patches
> first.  'git send-email' can do this for you; read
> 
> http://wiki.qemu.org/Contribute/SubmitAPatch
> 
> for more patch submission hints.

Thank you for catching this. The qapi-schema.json patch is required in order to 
use this patch. Sorry if this caused you problems. I will learn how to use the 
git send-email command soon.


reply via email to

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