From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Armbruster Subject: Re: [PATCH 0/2] PV framebuffer Date: Fri, 24 Nov 2006 09:07:23 +0100 Message-ID: <8764d56zes.fsf@pike.pond.sub.org> References: <87odrfptrb.fsf@pike.pond.sub.org> <877ixudx7m.fsf@pike.pond.sub.org> <87d57d6zi8.fsf@pike.pond.sub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: <87d57d6zi8.fsf@pike.pond.sub.org> (Markus Armbruster's message of "Fri, 24 Nov 2006 09:05:19 +0100") List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Markus Armbruster writes: > 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. Forgot to mention: * Fix shadow mode guest support based on a patch from Atsushi SAKAI. [...]