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 <programmingk...@gmail.com> >> >> --- >> 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.