From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tig5n-0001tq-0W for qemu-devel@nongnu.org; Wed, 12 Dec 2012 01:47:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tig5g-0004Nm-4p for qemu-devel@nongnu.org; Wed, 12 Dec 2012 01:46:54 -0500 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:41577) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tig5f-0004NV-UP for qemu-devel@nongnu.org; Wed, 12 Dec 2012 01:46:48 -0500 Message-ID: <50C82854.60602@weilnetz.de> Date: Wed, 12 Dec 2012 07:46:44 +0100 From: Stefan Weil MIME-Version: 1.0 References: <20121212031856.GA26121@buserror.net> In-Reply-To: <20121212031856.GA26121@buserror.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH] Allow building without graphics support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Scott Wood Cc: Anthony Liguori , qemu-devel@nongnu.org, Gerd Hoffmann Am 12.12.2012 04:18, schrieb Scott Wood: > QEMU is sometimes used in embedded contexts, where graphical support > is unnecessary. The ability to turn off graphics support not only > saves some space, but it eliminates the dependency on pixman. > > Signed-off-by: Scott Wood > --- > There are undoubtedly some rough edges that need to be cleaned up and > other parts of graphics code that could be compiled out -- this is mainly > meant to see what people think of the concept. > > My immediate motivation was that the QEMU-supplied pixman was being a > pain to cross compile (especially without hacking up the generated QEMU > makefiles to pass additional things to pixman's configure), and in > general it would be nice to not have to carry around graphical baggage > when running on hardware that doesn't even have a display (so I was more > inclined to do this than to spend effort fixing the pixman build). Hi, cross compilation works for me with the internal pixman. Here is an example which I use to compile Windows 64 bit executables on Debian: ./configure' '--cross-prefix=amd64-mingw32msvc-' Are there still problems with cross compilation in latest QEMU? Regards, Stefan Weil