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] problem of windows VM on xen

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] problem of windows VM on xen
From: "yibin.shen" <freedoooooom@xxxxxxxxx>
Date: Thu, 10 Apr 2008 14:55:17 +0800
Delivery-date: Wed, 09 Apr 2008 23:56:07 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=zngHAnnQFdEoprRh0NlvxFacjESN6lznhhKWupn4wDE=; b=Xb0+/YbSO/mB+ISXYdnJTfcqCFoJOmPOE3mpCwjsUZZqovNvQjSZycYM+leJui83yqFc90fBFxSZH6zm42/8E26Sll3ZXNqZznEerTn8+Pg9n8F6uwQ2ioet/xRgrfB8LGjMz7g+prFq2TaUpoO6UykHGu/0L0qQBF1dvU/lFiM=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=NVYLuWKVD070bcSJsbmV0NYOxZyo+FNmUe6RMnZ3AQQwJyLQSo0U7fwpAd/X8pKRoziuyN0SbqujYHCz1OQQsXutfudysMLcrYCiTduexNqz4Tvl6ZnpOPkTc8ZfcFZYMVUfDykoJ06lOfMJerCa+kxNypLnTUr7/gX2CRPRgL0=
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
hi,list

I compiled xen hypervisor(v3.0.3) from source on 64bit CentOS 4u4  
platform,

It's quite stable when I use linux as guest OS.

but when I want to run a windowsXP VM on xen,


my hvm configure file is :
 ------------------------------------------
kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory = 2048
name = "winxp"
vcpu = "2,3"
vif = [ 'type=ioemu, bridge=xenbr0' ]
#disk = [ 'file:/data2/windows.img,ioemu:hda,w' ] ,
'file:/data2/windows_XP_en.iso,hdc:cdrom,r' ]
disk = [ 'file:/data2/windows.img,ioemu:hda,w' ,
'file:/data2/windows_XP_en.iso,hdc:cdrom,r' ]
#cdrom = '/root/windows_XP_en.iso'
device_model = '/usr/lib64/xen/bin/qemu-dm'
ne2000 = "0"
boot = "d"
sdl=0
vncviewer=0
vnc=1
stdvga=0
serial='pty'
-------------------------------------------


then I use this command to creat the vm,

#xm creat -c /etc/xen/win

it displays:

-----------------------------------
Using config file "/etc/xen/win".
Started domain winxp
DSsDSsDSsDSs
-----------------------------------

then it  halted,without any other infomation,

the log of qemu is as follow:
-----------------------------------------------------------------------
domid: 1
qemu: the number of cpus is 1
shared page at pfn:7ffff, mfn: 410d5
buffered io page at pfn:7fffd, mfn: 410d7
char device redirected to /dev/pts/1
False I/O request ... in-service already: 0, pvalid: 0, port: 0, data: 
-----------------------------------------------------------------------


Is there any one have ideas with this problem?
thanks.






best regards,

Yibin Shen

infowarelab.cn



_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] problem of windows VM on xen, yibin.shen <=