|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] PV drivers on HVM using Xen 4.1.1
On Thu, Oct 27, 2011 at 04:01:13PM +0100, Alex Bligh wrote:
> Stefano,
>
> --On 27 October 2011 15:51:54 +0100 Stefano Stabellini
> <stefano.stabellini@xxxxxxxxxxxxx> 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']
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|