From: Programmingkid <programmingkidx@gmail.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Gerd Hoffmann <kraxel@redhat.com>,
qemu-devel qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH v2 1/4] adb-keys.h - initial commit
Date: Thu, 5 May 2016 10:58:25 -0400 [thread overview]
Message-ID: <3CC4B4B0-A73C-4646-A2D9-273C97BE39E3@gmail.com> (raw)
In-Reply-To: <CAFEAcA88318t_Qcxcpc6JRDMQitquTbk78Rwn6kXocwB2VmqaQ@mail.gmail.com>
On May 5, 2016, at 10:54 AM, Peter Maydell wrote:
> On 24 March 2016 at 14:03, Programmingkid <programmingkidx@gmail.com> wrote:
>> Add the adb-keys.h file. It maps ADB transition key codes with values.
>>
>> Signed-off-by: John Arbuckle <programmingkidx@gmail.com>
>> ---
>> *v2 changes:
>> Changed order of this patch.
>>
>> include/hw/input/adb-keys.h | 147 ++++++++++++++++++++++++++++++++++++++++++++
>> 1 file changed, 147 insertions(+)
>> create mode 100644 include/hw/input/adb-keys.h
>>
>> diff --git a/include/hw/input/adb-keys.h b/include/hw/input/adb-keys.h
>> new file mode 100644
>> index 0000000..633cf71
>> --- /dev/null
>> +++ b/include/hw/input/adb-keys.h
>> @@ -0,0 +1,147 @@
>> +/*
>> + * QEMU System Emulator
>> + *
>> + * Copyright (c) 2016 John Arbuckle
>> + *
>> + * This work is licensed under the terms of the GNU GPL, version 2 or later.
>> + * See the COPYING file in the top-level directory.
>> + */
>> +
>> +/*
>> + * adb-keys.h
>> + *
>> + * Provides an enum of all the Macintosh keycodes.
>> + * Note: keys like Power, volume related, and eject are handled at a lower
>> + * level and are not available to QEMU. That doesn't mean we can't
>> + * substitute one key for another. The function keys like F1 make a good
>> + * substitute for these keys. This can be done in the GTK, SDL, or Cocoa
>> + * code.
>
> I don't think this Note makes much sense here, because it's talking about
> the UI layer, but this file is just for the keyboard emulation.
>
> Otherwise
> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
>
> thanks
> -- PMM
Thank you for reviewing my patch. Just to sure, you want me to send another patch that has the note removed? If that is the case, I give you full permission to delete the note. That would definitely save us some time.
next prev parent reply other threads:[~2016-05-05 14:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-24 14:03 [Qemu-devel] [PATCH v2 1/4] adb-keys.h - initial commit Programmingkid
2016-05-05 14:54 ` Peter Maydell
2016-05-05 14:58 ` Programmingkid [this message]
2016-05-05 15:29 ` Peter Maydell
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=3CC4B4B0-A73C-4646-A2D9-273C97BE39E3@gmail.com \
--to=programmingkidx@gmail.com \
--cc=kraxel@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/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).