|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] Full virtualization with Pacifica crashes
> > > Your disk= configuration line seems a little bit strange: you are
> > > using a non-hvm configuration.
> > >
> > > At this time, hvm only accepts a file as a disk image. You can't
> > > use a partition nor a disk!
> >
> > That's not true at all. Both LVM and raw partitions work
> fine as well
> > as files.
> >
>
> How does one set that up in the config file? In
> particular, does one
> specify the device as a phys or an ioemu device?
You specify it exactly the same was as you do for pv devices, just
putting the ioemu: prefix on the 2nd (guest target device) stanza. e.g.
disk = [ 'phy:/dev/vg/my_disk, ioemu:hda, w' ]
Ian
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|