From: Anthony Liguori <anthony@codemonkey.ws>
To: "Daniel P. Berrange" <berrange@redhat.com>, qemu-devel@nongnu.org
Cc: Dustin Kirkland <kirkland@canonical.com>
Subject: Re: [Qemu-devel] [PATCH] evdev_keycode_map
Date: Wed, 10 Dec 2008 08:44:45 -0600 [thread overview]
Message-ID: <493FD5DD.2020704@codemonkey.ws> (raw)
In-Reply-To: <20081210112845.GC22446@redhat.com>
Daniel P. Berrange wrote:
> On Wed, Dec 10, 2008 at 12:42:35AM +0200, Riku Voipio wrote:
>
>> On Wed, Sep 24, 2008 at 06:10:27PM -0500, Dustin Kirkland wrote:
>>
>>> I'm attaching a patch that we have applied to the qemu implementation
>>> inside of the kvm package in Ubuntu.
>>>
>> Anyone know why this patch is still lingering?
>>
>>
>>> --- kvm-72+dfsg/qemu/configure 2008-07-27 08:20:10.000000000 -0500
>>> +++ kvm-72+dfsg/qemu/configure 2008-09-24 16:04:28.036791147 -0500
>>> @@ -1198,9 +1198,9 @@ if test "$sdl1" = "yes" ; then
>>> echo "#define CONFIG_SDL 1" >> $config_h
>>> echo "CONFIG_SDL=yes" >> $config_mak
>>> if test "$target_softmmu" = "no" -o "$static" = "yes"; then
>>> - echo "SDL_LIBS=$sdl_static_libs" >> $config_mak
>>> + echo "SDL_LIBS=-lX11 $sdl_static_libs" >> $config_mak
>>> else
>>> - echo "SDL_LIBS=`$sdl_config --libs`" >> $config_mak
>>> + echo "SDL_LIBS=-lX11 `$sdl_config --libs`" >> $config_mak
>>> fi
>>>
>> These changes make the SDL code dependant on X ? This
>> would make compiling windows less trivial..
>>
>
> It ought to be possible to just #ifdef out the bit of the code which
> checks for evdev on non-Linux, and just default to the existing
> mapping QEMU had.
>
This is what's required for merging. SDL X11 support needs to be probed
at configure time, an appropriate #define needs to be added to config.h,
and then the detection code needs to be enabled conditionally based on
that #define.
Otherwise, non-X11 SDL platforms will stop building which certainly
isn't acceptable.
Regards,
Anthony Liguori
next prev parent reply other threads:[~2008-12-10 14:44 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-24 23:10 [Qemu-devel] [PATCH] evdev_keycode_map Dustin Kirkland
2008-12-09 22:42 ` Riku Voipio
2008-12-10 8:37 ` Dustin Kirkland
2008-12-10 9:05 ` Riku Voipio
2008-12-10 11:28 ` Daniel P. Berrange
2008-12-10 14:44 ` Anthony Liguori [this message]
2008-12-25 23:17 ` andrzej zaborowski
2008-12-26 18:53 ` Anthony Liguori
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=493FD5DD.2020704@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=berrange@redhat.com \
--cc=kirkland@canonical.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.