From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] ioemu: move xenfb frontend to its own file Date: Mon, 16 Jun 2008 17:44:11 +0100 Message-ID: References: <20080616164047.GG29508@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20080616164047.GG29508@redhat.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" , Samuel Thibault , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 16/6/08 17:40, "Daniel P. Berrange" wrote: > 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. Doesn't hw/ exclusively contain device models, which the xenfb frontend is not? -- Keir