WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Xen 3.1.4: HVM Configuration

To: "Omer Khalid" <Omer.Khalid@xxxxxxx>
Subject: Re: [Xen-users] Xen 3.1.4: HVM Configuration
From: "Todd Deshane" <deshantm@xxxxxxxxx>
Date: Sun, 17 Aug 2008 20:42:59 -0400
Cc: "xen-users@xxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Sun, 17 Aug 2008 17:43:34 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=KKHamMS2HIlgN3YJciByedskAjKDHjTjhEGOidXd6yQ=; b=EIDiqa0E2QW66uSad1CU7v+1nds0qYdP50X8dInZ7ZtvEmFFUy026c49X/7Vwuj9Mp Mvudk4H9L+MYwPIz4zeq2ul5qtO6zYgDmcMG/2ZeBFUQ0c/J603WXWMPsTQTjxfrhhjl CCssr66q/q0FWbrH8d1snL8bg7AyEmYNuTCuw=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references; b=HFHc7MZ6ZnXQoTM1KC4DdGVXrbxTtXt3OVARxFIaTJwgP6VYgFX66GxC/nfa1dEkcL FRFYXmC3c479HQjdMRJOqpqvbisSl8/m7PvXQlmx906bKchaD/5vqfkCaq/I0HwzNikO ScA/K7V4kxQQSs0g9Ykv7ikKYd8dHjQu2hTw0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <77e5896b0808170851k2388ce2end4ebdc2d299e123b@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <77e5896b0808170851k2388ce2end4ebdc2d299e123b@xxxxxxxxxxxxxx>
Reply-to: deshantm@xxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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