Hi John,
On 08/14/2017 10:39 AM, Programmingkid wrote:
On Aug 14, 2017, at 8:50 AM, qemu-devel-requ...@nongnu.org wrote:
An update of:
v1: https://lists.gnu.org/archive/html/qemu-devel/2017-08/msg02047.html
v2: https://lists.gnu.org/archive/html/qemu-devel/2017-08/msg02471.html
The keycodemap project[1] provides a database mapping between
many different keysym/keycode/scancode sets, along with a
tool to generate mapping/lookup tables in various programming
languages. It is already used by GTK-VNC, SPICE-GTK and
libvirt.
This series enables its use in QEMU, thus fixing a great
many bugs/ommissions in the 15+ key mapping tables people
have manually written for QEMU.
Would you have a git repository that has all your patches already applied? It
would make testing your patches a lot easier.
Thank you.
You can create an account on patchwork then look for Daniel's series:
http://patchwork.ozlabs.org/project/qemu-devel/list/?submitter=2694
Select it then click on "Create bundle", once created you can download
it in a mailbox format to import with 'git am':
http://patchwork.ozlabs.org/project/qemu-devel/bundles/
Also many UI email client supporting threads view has feature to select
the thread and right click "Save as ..." "EML" or "Mbox format" which
are fine with 'git am' too.
Thunderbird have some plugins to ease git workflow:
https://addons.mozilla.org/en-US/thunderbird/addon/colored-diffs/
https://addons.mozilla.org/en-US/thunderbird/addon/importexporttools/
Regards,
Phil.