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] Re: FULL VIRTUALIZATION

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Re: FULL VIRTUALIZATION
From: Andre Rein <junk@xxxxxxxx>
Date: Wed, 28 Feb 2007 15:08:54 +0000 (UTC)
Delivery-date: Wed, 28 Feb 2007 07:34:40 -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>
References: <82dcc63aed5bf0085ae390648c65141c@xxxxxxxxxxxxxxx> <907625E08839C4409CE5768403633E0B018E19E6@xxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Loom/3.14 (http://gmane.org/)
Petersson, Mats <Mats.Petersson <at> amd.com> writes:

> 
> 
> > -----Original Message-----
> > From: Carlo [mailto:carlo <at> granisso.it] 
> > Sent: 28 February 2007 10:54
> > To: Petersson, Mats; Carlo; xen-users <at> lists.xensource.com
> > Subject: RE: [Xen-users] FULL VIRTUALIZATION
> > 
> > I've solved the first problem: path of qemu-dm in the config file was
> > uncorrect...
> > 
> > Now, qemu-dm say:
> > 
> > domid: 6
> > qemu: the number of cpus is 1
> > shared page at pfn:1ffff, mfn: df18
> > buffered io page at pfn:1fffd, mfn: df1a
> > 
> >        ---------------------- DirectFB v0.9.25 ---------------------
> >              (c) 2000-2002  convergence integrated media GmbH
> >              (c) 2002-2004  convergence GmbH
> >         -----------------------------------------------------------
> > 
> > (*) DirectFB/Core: Single Application Core. (2006-12-04 07:00)
> > (*) Direct/Memcpy: Using MMXEXT optimized memcpy()
> > (!) Direct/Util: opening '/dev/fb0' and '/dev/fb/0' failed
> >     --> No such file or directory
> > (!) DirectFB/FBDev: Error opening framebuffer device!
> > (!) DirectFB/FBDev: Use 'fbdev' option or set FRAMEBUFFER environment
> > variable.
> > (!) DirectFB/Core: Could not initialize 'system' core!
> >     --> Initialization error!
> > Could not initialize SDL - exiting

got the same Problem here :)
You don´t have a Framebufferdevice /dev/fb0. Create one withe mknod or 
configure udev properly.

Second choice, use vnc (vnc=1) and connect with xvncviewer ip:0, so I do.

here my config:


kernel  = '/usr/lib/xen-3.0.3-1/boot/hvmloader'
builder = 'hvm'
memory  = '1024'
device_model='/usr/lib/xen-3.0.3-1/bin/qemu-dm'


disk    = [

'file:/home/xen/windoof/windisk.img,ioemu:hda,w',
'file:/home/ar/WXPVOL_DE.ISO,ioemu:hdc:cdrom,r'
]
#disk    = [ 'phy:/dev/hda,hda,r' ]


name    = 'windoof'


vif = ['type=ioemu, bridge=xenbr0']


boot='d'
vnc=1
vncpassword='xyz'
vncunused=1
vncviewer=0
#vnclisten="127.0.0.1"
serial='pty'
sdl=0



greetings


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

<Prev in Thread] Current Thread [Next in Thread>