qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH] Allow building without graphics support


From: Scott Wood
Subject: Re: [Qemu-devel] [RFC PATCH] Allow building without graphics support
Date: Wed, 12 Dec 2012 18:51:38 -0600

On 12/12/2012 10:47:04 AM, Peter Maydell wrote:
On 12 December 2012 03:18, Scott Wood <address@hidden> wrote:
> 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.

I would expect that we'd want to use pixman in the emulation
of graphics devices (which should be visible to the guest even
if the host doesn't have display support).

And those devices would have a dependency on the QEMU graphics subsystem. Not all targets have graphics devices to be emulated.

> My immediate motivation was that the QEMU-supplied pixman was being a
> pain to cross compile

Problems with cross compilation should be reported as bugs
so we can fix them -- we need to fix them anyway for the more
common case where there is host graphics support.

Sure. It wasn't meant as a long-term alternative to fixing pixman issues, so much as as a final nudge to do something I'd wanted to do before.

-Scott



reply via email to

[Prev in Thread] Current Thread [Next in Thread]