Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-users

Re: [Xen-users] PV drivers on HVM opensuse 10.3

To: "jim burns" <jim_burn@xxxxxxxxxxxxx>
Subject: Re: [Xen-users] PV drivers on HVM opensuse 10.3
From: "Emre ERENOGLU" <erenoglu@xxxxxxxxx>
Date: Sat, 31 May 2008 15:56:01 +0200
Cc: xen-users@xxxxxxxxxxxxxxxxxxx, Daniel Schwager <Daniel.Schwager@xxxxxxxx>
Delivery-date: Sat, 31 May 2008 06:56:31 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=HqHZR5PZd5YKP4J6+qJqIRbbHhRjfNp6mvpfk6NU9cs=; b=P/6TEdyusCAh5HvJgbriw0j87GSNJ7oo4SgQmhp2t+YSL3sAZLf9Wqp9sn2iU37UvJ+FhEXF0/LLVqXypzWa0+J+EbkbKwlGPUT8BR+En6RsmEA4cKRstMiryaw1DoxK7kXP/RWKPzQ0ATZyRPPOogOY/5U/36xViuA6Wfeey/0=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=E8IgLhCg0hP+Xf9Igb+s2AjnE+DnJI9b5FusmH84PvD8CNj+ZPB6u/ddPnDFvPCzj8aE/nXih2S5ZDj5IDykmHM7WT30uLY/LONo1LrSAKl47m2DqTxqPLVH9lu0t0p8xx4UR0AKQdRQBGSlYtpu2OSMj5vdUq84tLbk5lY+7NI=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <200805300521.00694.jim_burn@xxxxxxxxxxxxx>
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: <1212062242.19871.13.camel@xxxxxxxxxxxxx> <fe9771a80805291659nb8cd96er3bd5a22493775c1f@xxxxxxxxxxxxxx> <20080530035524.GA25628@master> <200805300521.00694.jim_burn@xxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Back to the PV Drivers issue, I guess I'm facing similar problem on a 2.6.24 HVM kernel for building unmodified_drivers.

- Are those unmodified_drivers only for 2.6.18 kernel?
- If not, what are the prerequisites?

Besides, when running the ./mkbuildtree command, the command references "../../linux-2.6.18-xen.hg/drivers/xen/" , which makes me surprised and I don't have a clue why... For example, James' PV Drivers for Windows doesn't require to have any 2.6.18 kernel anywhere...

I was thinking that these PV unmodified_drivers for HVM Linux DomUs would be "kernel independent" as long as the kernel is from 2.6 tree.

Emre


On Fri, May 30, 2008 at 11:20 AM, jim burns <jim_burn@xxxxxxxxxxxxx> wrote:
On Thursday May 29 2008 11:55:24 pm Daniel Schwager wrote:
> > > You can certainly connect to PV & HVM domains alike with vnc.
>
> How to configure? I thought a PV domain has no BIOS and therefore i can
> connect only with the "xm console" command ?

Old style, still works in my hvm configs on Fedora 8:

sdl=0
vnc=1
vnclisten="0.0.0.0"
#vnclisten="192.168.1.0/24"
# set VNC display number, default = domid
vncdisplay=3
# try to find an unused port for the VNC server, default = 1
vncunused=0
vncconsole=1
monitor=1
vncpasswd=""

New style (xen 3.1.2 and up) which I use in pv domains:

#vfb=[ 'type=vnc, keymap=en-us, vnclisten=0.0.0.0, vncunused=1' ]
vfb=[ 'type=vnc, keymap=en-us, vnclisten=0.0.0.0, vncunused=0, vncdisplay=4' ]
vncconsole=1

Note, on Fedora, I can never get the vnc window to come up automatically on
issuing 'xm create', despite the vncconsole statement (which doesn't work
inside the vfb= clause). This shouldn't be a problem for your admin colsole
function, which would do the equivalent of a manual vnc connect. Also note,
on recent xens, the vncdisplay=n statement selects port # 5900+n to connect
with, despite the comments in the xmexample* files, that say it should be the
domid.

Emre - thanx for the correction on the usage of the unmodified drivers.

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



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