From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: frame buffer shared by domains on arch arm linux Date: Fri, 23 Jan 2015 09:24:51 +0000 Message-ID: <1422005091.19859.3.camel@citrix.com> References: <54BF64F1.1090300@gmail.com> <54C05E05.1020200@gmail.com> <54C210E3.50100@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <54C210E3.50100@gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Mao Mingy Cc: xen-devel@lists.xen.org, Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Fri, 2015-01-23 at 17:14 +0800, Mao Mingy wrote: > 1. QEMU's start up parameter, changed the original from Xen4.5 > /usr/local/lib/xen/bin/qemu-system-i386 -xen-domid 0 Are you trying to use pvfb for dom0's own graphical output? This qemu process you quote here is running against dom0 in order to provide backend services for frontends running in dom0 itself, i.e. things like loopback qdisk mounts to the toolstack. For a domU the xl toolstack should be launching a new qemu process specifically for that domain, e.g. with -xen-domid (for domid!=0). Ian.