From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bmtpv-00032W-VL for qemu-devel@nongnu.org; Tue, 20 Jul 2004 08:35:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bmtpt-00031Y-PK for qemu-devel@nongnu.org; Tue, 20 Jul 2004 08:35:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bmtpt-00031V-Bd for qemu-devel@nongnu.org; Tue, 20 Jul 2004 08:35:09 -0400 Received: from [195.9.147.9] (helo=dionis.simtreas.ru) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BmtmM-0005Ti-Rp for qemu-devel@nongnu.org; Tue, 20 Jul 2004 08:31:31 -0400 Message-ID: <40FD10D2.8050007@simtreas.ru> Date: Tue, 20 Jul 2004 16:32:18 +0400 From: "Vladimir N. Oleynik" MIME-Version: 1.0 Subject: Re: [Qemu-devel] patches in dad-answers.com References: <40B37520.7020807@simtreas.ru> <40FB7F71.4030709@simtreas.ru> In-Reply-To: <40FB7F71.4030709@simtreas.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hetz Ben Hamo , qemu-devel@nongnu.org Hetz, > 1. NO_SDL - removes the SDL requirement and replaces it with a native Xlib > support (I hardly think Fabrice will ever commit this). Anyone can write a > small README how to add and compile this thing? Hmm... You could ask me and in the first person, not in the third. Its trivial: $ mv sdl.c sdl_orig.c $ ln -s nosdl.c sdl.c $ patch Makefile.target $(QEMU_SYSTEM): $(VL_OBJS) libqemu.a - $(CC) $(VL_LDFLAGS) -o $@ $^ $(LIBS) $(VL_LIBS) $(SDL_LIBS) + $(CC) $(VL_LDFLAGS) -o $@ $^ $(LIBS) $(VL_LIBS) -L/usr/X11R6/lib -lX11 PS: If and to correct this file, it is possible to delete at the same time from there option programs slowing down operation: -g,-malign-functions=0, -mpreferred-stack-boundary=2 ;-) --w vodz