Re: [Qemu-devel] [patch] factor out commonly used scancode translation table

2007-03-25 Thread Anthony Liguori
Bernhard Fischer wrote: On Thu, Jan 04, 2007 at 06:10:30PM +, Thiemo Seufer wrote: Bernhard Fischer wrote: On Thu, Jan 04, 2007 at 12:52:56PM -0500, Jonathan Phenix wrote: Bernhard Fischer wrote: Hi, The attached patch moves the x_keycode_to_pc_keycode LUT from sd

Re: [Qemu-devel] [patch] factor out commonly used scancode translation table

2007-01-16 Thread Bernhard Fischer
On Sun, Jan 14, 2007 at 05:58:52PM -0500, Rob Landley wrote: >On Thursday 04 January 2007 12:29 pm, Bernhard Fischer wrote: >> Hi, >> >> The attached patch moves the x_keycode_to_pc_keycode LUT from sdl.c into >> an x_keycode.c. This struct is also used by the GGI backend (that is not >> yet merge

Re: [Qemu-devel] [patch] factor out commonly used scancode translation table

2007-01-14 Thread Rob Landley
On Thursday 04 January 2007 12:29 pm, Bernhard Fischer wrote: > Hi, > > The attached patch moves the x_keycode_to_pc_keycode LUT from sdl.c into > an x_keycode.c. This struct is also used by the GGI backend (that is not > yet merged ¹). Whatever happened to ggi? All I remember is that something

Re: [Qemu-devel] [patch] factor out commonly used scancode translation table

2007-01-04 Thread Bernhard Fischer
On Thu, Jan 04, 2007 at 06:10:30PM +, Thiemo Seufer wrote: >Bernhard Fischer wrote: >> On Thu, Jan 04, 2007 at 12:52:56PM -0500, Jonathan Phenix wrote: >> >Bernhard Fischer wrote: >> >>Hi, >> >> >> >>The attached patch moves the x_keycode_to_pc_keycode LUT from sdl.c into >> >>an x_keycode.c. T

Re: [Qemu-devel] [patch] factor out commonly used scancode translation table

2007-01-04 Thread Thiemo Seufer
Bernhard Fischer wrote: > On Thu, Jan 04, 2007 at 12:52:56PM -0500, Jonathan Phenix wrote: > >Bernhard Fischer wrote: > >>Hi, > >> > >>The attached patch moves the x_keycode_to_pc_keycode LUT from sdl.c into > >>an x_keycode.c. This struct is also used by the GGI backend (that is not > >>yet merged

Re: [Qemu-devel] [patch] factor out commonly used scancode translation table

2007-01-04 Thread Bernhard Fischer
On Thu, Jan 04, 2007 at 12:52:56PM -0500, Jonathan Phenix wrote: >Bernhard Fischer wrote: >>Hi, >> >>The attached patch moves the x_keycode_to_pc_keycode LUT from sdl.c into >>an x_keycode.c. This struct is also used by the GGI backend (that is not >>yet merged ¹). >> >>Comments? >> >How it is do

Re: [Qemu-devel] [patch] factor out commonly used scancode translation table

2007-01-04 Thread Jonathan Phenix
Bernhard Fischer wrote: Hi, The attached patch moves the x_keycode_to_pc_keycode LUT from sdl.c into an x_keycode.c. This struct is also used by the GGI backend (that is not yet merged ¹). Comments? How it is done right now, each time x_keycode.c is included, you will end up with an extra c

[Qemu-devel] [patch] factor out commonly used scancode translation table

2007-01-04 Thread Bernhard Fischer
Hi, The attached patch moves the x_keycode_to_pc_keycode LUT from sdl.c into an x_keycode.c. This struct is also used by the GGI backend (that is not yet merged ¹). Comments? Please apply. ¹) http://members.aon.at/berny_f/qemu/qemu-HEAD.ggi-2.2.x-04c-20070104.diff diff --exclude='*.diff' -rduNp