[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Xen 3.1.4: HVM Configuration
On Sun, Aug 17, 2008 at 11:51 AM, Omer Khalid <Omer.Khalid@xxxxxxx> wrote: > Hi, > I just installed Xen 3.1.4 on an x86_64 machine, and as I verified for the > HVM configuration file for my VM e.g. > kernel="/usr/lib/xen/boot/hvmloader" > builder='hvm' > device_model='/usr/lib/xen/bin/qemu-dm' > memory=4188 > name='SLC4_64' > vif=[ 'type=ioemu,bridge=xenbr0' ] > disk=['phy:/dev/sda6,ioemu:hda,w','file:/usr/local/iso/edgy_amd64.iso,hdc:cdrom,r'] > boot='d' > #vcpu= > #cpu= > Q1: I noticed that there is no /usr/lib/xen/bin/qemu-dm file for the > device_model entry. Why this line is required in the configuration file, and > how could I get this qemu-dm file. The device model entry tells Xen which backend device model to use. For paravirtual (PV) guests this is the standard front/back PV device model, so it is assumed. For full virtualization (HVM) guests it is typically the QEMU device model. The location of the qemu-dm binary depends on how you installed Xen (by source or by a distribution package.). a simple way to find it is to do: updatedb locate qemu-dm it is typically in /usr/<your architecture lib directory>/xen/bin/ > Q2: Secondly, in the disk entry: can I use "xvda1" or "xvda2" rather than > "ioemu:hda"? Why "ioemu:hda" necessary? Since HVM guests use the QEMU device model by default you can't use xvda devices unless you install the PV drivers on the HVM guest. You can get the latest GPL PV drivers from: http://wiki.xensource.com/xenwiki/XenWindowsGplPv Cheers, Todd -- Todd Deshane http://todddeshane.net check out our book: http://runningxen.com _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |