From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Stabellini Subject: Re: [PATCH 12 of 13] fix xenfb frontend and backend Date: Tue, 03 Mar 2009 17:59:05 +0000 Message-ID: <49AD6FE9.2020701@eu.citrix.com> References: <49AC15E0.9090706@eu.citrix.com> <49AD6A8C.4050704@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <49AD6A8C.4050704@goop.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jeremy Fitzhardinge Cc: xen-devel List-Id: xen-devel@lists.xenproject.org Jeremy Fitzhardinge wrote: > Stefano Stabellini wrote: >> Due to the DisplayState changes the initialization order is changed >> as well. >> Now graphic devices are the first to be initialized and only after them >> any display frontend is initialized. >> Obviously this change has a direct consequence on the xenfb backend and >> frontend and this patch takes care of adapting them to the new >> initialization order. >> > > Does anything here need to be merged into the pvops kernel xenfb frontend? Nothing, this patch series is for qemu-xen (xenfbfront runs in a stubdom and hw/xenfb in qemu-dm).