Re: [Qemu-devel] [PATCH 2/5] ui: move qemu_input_linux_to_qcode()

2017-07-26 Thread Eric Blake
On 07/26/2017 06:56 AM, Gerd Hoffmann wrote: > Move from input-linux.c to input-keymap.c and export it, > so the function is available elsewhere too. > > Signed-off-by: Gerd Hoffmann > --- > include/ui/input.h | 1 + > ui/input-keymap.c | 115 > +++

[Qemu-devel] [PATCH 2/5] ui: move qemu_input_linux_to_qcode()

2017-07-26 Thread Gerd Hoffmann
Move from input-linux.c to input-keymap.c and export it, so the function is available elsewhere too. Signed-off-by: Gerd Hoffmann --- include/ui/input.h | 1 + ui/input-keymap.c | 115 + ui/input-linux.c | 113 -