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] Problem running xen unstable with HVM on AMD

To: "Petersson, Mats" <Mats.Petersson@xxxxxxx>
Subject: Re: [Xen-users] Problem running xen unstable with HVM on AMD
From: Lee Cantey <lcantey@xxxxxxxxxxxx>
Date: Thu, 22 Jun 2006 15:27:48 -0700
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 22 Jun 2006 15:28:26 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <907625E08839C4409CE5768403633E0BA7FD27@xxxxxxxxxxxxxxxxx>
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: <907625E08839C4409CE5768403633E0BA7FD27@xxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi Matt,

On Jun 22, 2006, at 2:56 PM, Petersson, Mats wrote:
Is there another step besides rebuilding with 'make world' after
installing SDL (and devel) packages?

If you go to .../tools/ioemu and type "grep CONFIG_SDL config- host.mak",
what does it say?

linux:~/src/xen-unstable.hg/tools/ioemu # grep SDL config-host.mak
CONFIG_SDL=yes
SDL_CFLAGS=-I/usr/include/SDL -D_REENTRANT


xm dmesg output:
[snip]

That looks fine to me... I get those error messages too - it's just BIOS
calls that are unsupported and it seems like the code performing the
call is happy anyways... You're trying to boot a Linux, right?

Hmmm, I realize I didn't attach a configuration. I've tried booting a couple of different systems but the latest was trying to boot from a SuSE 10.1 CD.

Thanks,
Lee

-------
import os, re
arch = os.uname()Ä4Ü
if re.search('64', arch):
    arch_libdir = 'lib64'
else:
    arch_libdir = 'lib'

kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory = 256
name = "LinuxSDB1HVM"
disk = [ 'phy:sdb1,hda1,w' ] # numerous variations
on_poweroff = 'destroy'
on_reboot   = 'destroy'
on_crash    = 'destroy'
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
cdrom='/dev/hdb'
boot='d'
sdl=1
vnc=0
vncviewer=0
stdvga=1
serial='pty'
ne2000=0



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