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] SDL for HVM DomU stops working after Gentoo 2007.0 Dom0 upgr

To: "xen ml" <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] SDL for HVM DomU stops working after Gentoo 2007.0 Dom0 upgrade
From: Derek <xen@xxxxxxxxxxxxxxxx>
Date: Wed, 30 May 2007 20:05:26 -0600
Delivery-date: Wed, 30 May 2007 19:03:46 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=O1v0ARh6C/ZoX6COi/eAYcLrR5cZv909yhmIWtPwUJCUhCJaq6EKDocKMALFUPVHXsbwfruQA7mSX4VitP28aoofX8LBgAHXugegSnilpnsl8SGgSCDYsK9EqzT2cAT9a9GCWU0scASkMpJcnF5ctWLTdOZiY4n+fPflugpzu/o=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=MiAC1Gw5p6qS9O659APgwee1m0SRSeYzMR3iGBYG6KO9VFGH/CZCEy3axr+9Mm/jWgQ+6y7BVnNfDS7l+tQWQGsXCc+CBJqIcRzpH7mAJf597HcaPhDzN7P32/EEhMZuJz3Dqj8UQreNKzVdZ2Kkelfzuxe7Q9sorRv1xK4eBY4=
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 folks,
 
I've got a strange problem.
 
I just upgraded from Gentoo 2006.0 to 2007.0 for my Dom0.  I did not reinstall Xen, nor the Dom0 kernel.  And didn't change any Xen configuration files.
 
My SDL-based DomU running Win-XP no longer works.  After xm start, I see the domU in the xm list, but it never accumulates any run time, and the window never pops up.
 
If I switch to VNC-based instead (by setting sdl=0 in the file), it works fine.  I can connect to the Windows session from a VNC viewer, just fine.
 
Any suggestions?  There's nothing obvious in any files in /var/log, although I don't really know what I'm looking for.  I'll post a tail of any log file of interest if anyone has suggestions.
 
My config file, which has not changed since this worked under the older Gentoo Dom0:

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 = 512
name = "WindowsXP"
usb = 1
usbdevice = "tablet"
vif = [ 'type=ioemu, mac=00:16:3e:00:00:94, bridge=xenbr0' ]
disk = [ 'phy:/dev/main/win_xp_guest_domain,hda,w', 'phy:/dev/cdrom,hdc:cdrom,r']
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
boot="c"
sdl=1
vnc=0
vncviewer=0
stdvga=0
serial='pty'
ne2000=0
audio=1
soundhw='all'
localtime=0


Derek.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] SDL for HVM DomU stops working after Gentoo 2007.0 Dom0 upgrade, Derek <=