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

[Xen-users] Full virtualization with physical device

To: <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Full virtualization with physical device
From: "Niv Elad" <NIVE@xxxxxxxxxx>
Date: Mon, 5 Mar 2007 09:42:29 +0200
Delivery-date: Sun, 04 Mar 2007 23:42:08 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Acde+dPc62/hJ1TxQaW96dJio97lTA==
Thread-topic: Full virtualization with physical device
Hello
 
I am trying to run DomU installed with Sles10 x86 in full virtualization mode.
I can run it while using VBD disk , however when trying to load  it from physical device it just hangs.
 
Here is a samples from the Domain configuration file -
 
The following configuration works:
 
name='vm1'
device_model = '/usr/lib/xen/bin/qemu-dm'
kernel='/usr/lib/xen/boot/hvmloader'
vcpus=2
builder='hvm'
memory=2048
disk=['file:/xen_imgs/sles10_x86_vmx.img,ioemu:hda,w']
stdvga=0
sdl=1
vnc=0
vncviewer=0
...
 
The following doesn't:
 
name='vm1'
device_model = '/usr/lib/xen/bin/qemu-dm'
kernel='/usr/lib/xen/boot/hvmloader'
vcpus=2
builder='hvm'
memory=2048
disk=['phy:vgxen01/lv_vm1_hda,ioemu:hda,w']
...
 
I am being prompt that the vm was started but it seem to be hang -
 
    # xm list
    Name                              ID Mem(MiB) VCPUs State  Time(s)
    Domain-0                           0    14103     4 r-----   536.2
    vm1                                1     2048     1 -b----     0.0
 
Can anyone please advise?

Thanks Niv

This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement,
you may review at http://www.amdocs.com/email_disclaimer.asp
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>