On 01/18/2012 12:31 PM, Daniel P. Berrange wrote:
On Wed, Jan 18, 2012 at 11:47:12AM -0600, Anthony Liguori wrote:
On 01/18/2012 11:07 AM, Daniel P. Berrange wrote:
On Wed, Jan 18, 2012 at 10:53:57AM -0600, Anthony Liguori wrote:
On 01/17/2012 01:35 PM, Daniel P. Berrange wrote:
From: "Daniel
On Wed, Jan 18, 2012 at 11:47:12AM -0600, Anthony Liguori wrote:
> On 01/18/2012 11:07 AM, Daniel P. Berrange wrote:
> >On Wed, Jan 18, 2012 at 10:53:57AM -0600, Anthony Liguori wrote:
> >>On 01/17/2012 01:35 PM, Daniel P. Berrange wrote:
> >>>From: "Daniel P. Berrange"
> >>>
> >>>The SDL video dis
On 01/18/2012 11:07 AM, Daniel P. Berrange wrote:
On Wed, Jan 18, 2012 at 10:53:57AM -0600, Anthony Liguori wrote:
On 01/17/2012 01:35 PM, Daniel P. Berrange wrote:
From: "Daniel P. Berrange"
The SDL video display code needs to convert between the SDL keyboard
event keycodes, and QEMU's intern
On Wed, Jan 18, 2012 at 10:53:57AM -0600, Anthony Liguori wrote:
> On 01/17/2012 01:35 PM, Daniel P. Berrange wrote:
> >From: "Daniel P. Berrange"
> >
> >The SDL video display code needs to convert between the SDL keyboard
> >event keycodes, and QEMU's internal keycode set (a variant of the
> >xt c
On 01/17/2012 01:35 PM, Daniel P. Berrange wrote:
From: "Daniel P. Berrange"
The SDL video display code needs to convert between the SDL keyboard
event keycodes, and QEMU's internal keycode set (a variant of the
xt coding). Currently the SDL code is only able todo this when it is
built for X11,
On Tue, Jan 17, 2012 at 07:35:06PM +, Daniel P. Berrange wrote:
> diff --git a/Makefile b/Makefile
> index 2bbc547..f776c30 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -116,7 +116,45 @@ QEMU_CFLAGS+=$(GLIB_CFLAGS)
>
> ui/cocoa.o: ui/cocoa.m
>
> -ui/sdl.o audio/sdlaudio.o ui/sdl_zoom.o ba
From: "Daniel P. Berrange"
The SDL video display code needs to convert between the SDL keyboard
event keycodes, and QEMU's internal keycode set (a variant of the
xt coding). Currently the SDL code is only able todo this when it is
built for X11, and running against a Linux X11 server using evdev