From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: How ARM Xen process the harddisk requests from DomU Date: Tue, 13 Aug 2013 21:39:23 +0100 Message-ID: <1376426363.9273.29.camel@hastur.hellion.org.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Josh Zhao Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Mon, 2013-08-12 at 12:06 +0800, Josh Zhao wrote: > I am wondering how arm xen process the harddisk requests from DomU, is > there a daemon in dom0 to do this work? Xen on ARM supports only PV devices, so the PV disk backend will deal with it. I'm not sure anyone has tried qdisk on ARM, although it should work fine, but I expect most people are currently using the in-kernel blkback driver in their driver domain. Ian.