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-devel

[Xen-devel] Re: [PATCH 0/2] PV framebuffer

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Re: [PATCH 0/2] PV framebuffer
From: Markus Armbruster <armbru@xxxxxxxxxx>
Date: Fri, 24 Nov 2006 09:05:19 +0100
Delivery-date: Fri, 24 Nov 2006 00:05:25 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <877ixudx7m.fsf@xxxxxxxxxxxxxxxxx> (Markus Armbruster's message of "Fri, 17 Nov 2006 14:22:37 +0100")
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <87odrfptrb.fsf@xxxxxxxxxxxxxxxxx> <877ixudx7m.fsf@xxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)
Next iteration.  If there's anything left in the way of getting this
merged, please let me know right away.

Changes since last time:

* Leave xen console defaulting to /dev/tty1.

* Start backend automatically.

* Fix kernel thread to call try_to_freeze().

* Recreate the image sub-object in XendDomainInfo.py on resume.

* Implement frontend resume methods; xm save and restore work now.

* Implement orderly backend shutdown.

To activate the framebuffer, you have to put the following lines into
/etc/xen/DOMNAME:

    vfb = 'yes'
    vkbd = 'yes'

and either

    sdl = 1

or

    vnc = 1

One last thing to consider: I'm not entirely happy with source file
names and locations.  It's now or never for renames.  Peeves:

* Frontend source usually lives in drivers/xen/<WHAT>front.  xenfb and
  xenkbd are exceptions.  Rename to fbfront and kbdfront?  Same for
  the .c files.  This would also fix the minor annoyance of having the
  same file name in frontend and backend.

* Given how closely related xenfb and xenkbd are, I'm not fond of
  having them in separate directories.  Move kbd into the fb
  directory?

Anything else?

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