From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: PV drivers on HVM using Xen 4.1.1 Date: Thu, 27 Oct 2011 11:16:54 -0400 Message-ID: <20111027151653.GD1157@phenom.dumpdata.com> References: <83E58692DD2D4CA6461EEA7A@nimrod.local> <9BF0369A4E41B84EBCAADE54@nimrod.local> <4C9805914A32F7BA80157F42@nimrod.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <4C9805914A32F7BA80157F42@nimrod.local> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Alex Bligh Cc: xen-devel@lists.xensource.com, Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Thu, Oct 27, 2011 at 04:01:13PM +0100, Alex Bligh wrote: > Stefano, > > --On 27 October 2011 15:51:54 +0100 Stefano Stabellini > wrote: > > >>So, should we be using tap:aio:/dev/... for a block device for > >>speed? > > > >You should use phy:/dev/whatever. > >At this point I suggest you setup loop devices for testing to be > >coherent. Or you can use Logical Volumes and dump your .img files in them and do: dd if=/mnt/ViP_customer.img of=/dev/vg_guest/VIP_customer bs=1MB and in your configuration file: disk = ['phy:/dev/vg_guest/VIP_customer,xvda,w']