From: Markus Armbruster <armbru@redhat.com>
To: xen-devel@lists.xensource.com
Subject: Re: [PATCH 0/2] PV framebuffer
Date: Fri, 24 Nov 2006 09:05:19 +0100 [thread overview]
Message-ID: <87d57d6zi8.fsf@pike.pond.sub.org> (raw)
In-Reply-To: <877ixudx7m.fsf@pike.pond.sub.org> (Markus Armbruster's message of "Fri, 17 Nov 2006 14:22:37 +0100")
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?
next prev parent reply other threads:[~2006-11-24 8:05 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-10 8:53 [PATCH 0/2] PV framebuffer Markus Armbruster
2006-11-10 9:32 ` Gerd Hoffmann
2006-11-12 14:20 ` Steven Smith
2006-11-13 15:29 ` Markus Armbruster
2006-11-21 17:48 ` Markus Armbruster
2006-11-16 1:08 ` Atsushi SAKAI
2006-11-16 8:21 ` Markus Armbruster
2006-11-16 10:31 ` Atsushi SAKAI
2006-11-16 11:46 ` Markus Armbruster
2006-11-17 13:22 ` Markus Armbruster
2006-11-22 14:18 ` Steven Smith
2006-11-22 15:31 ` Markus Armbruster
2006-11-24 8:05 ` Markus Armbruster [this message]
2006-11-24 8:07 ` Markus Armbruster
2006-11-29 10:31 ` Steven Smith
2006-11-29 12:43 ` Markus Armbruster
2006-11-21 5:23 ` Kasai Takanori
2006-11-21 5:50 ` Markus Armbruster
2006-11-21 9:43 ` Ewan Mellor
2006-11-22 11:47 ` Kasai Takanori
2006-11-22 13:30 ` Markus Armbruster
2006-11-24 1:54 ` Kasai Takanori
2006-11-24 8:15 ` Markus Armbruster
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87d57d6zi8.fsf@pike.pond.sub.org \
--to=armbru@redhat.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.