From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: [PATCH] ioemu: move xenfb frontend to its own file Date: Mon, 16 Jun 2008 17:50:21 +0100 Message-ID: <20080616165021.GZ4381@implementation.uk.xensource.com> References: <20080616163212.GN4381@implementation.uk.xensource.com> <20080616164047.GG29508@redhat.com> <20080616164416.GU4381@implementation.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: <20080616164416.GU4381@implementation.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Daniel P. Berrange" , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Samuel Thibault, le Mon 16 Jun 2008 17:44:16 +0100, a écrit : > Daniel P. Berrange, le Mon 16 Jun 2008 17:40:47 +0100, a écrit : > > On Mon, Jun 16, 2008 at 05:32:12PM +0100, Samuel Thibault wrote: > > > ioemu: move xenfb frontend to its own file, since it does not really > > > belong to hw/, but to /, like sdl.c and vnc.c. > > > > Yes, it does belong in hw/ because it is providing a hardware backend > > impl - it just happens to be virtual hardware. > > Not the frontend part, which is used by stubdom for the graphical > output. (i.e. it is an alternative to sdl and vnc). Samuel