From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Armbruster Subject: Re: [PATCH] PV framebuffer Date: Tue, 05 Dec 2006 19:51:08 +0100 Message-ID: <87wt56nplv.fsf@pike.pond.sub.org> References: <8764cwzt2f.fsf@pike.pond.sub.org> <20061201132541.GA3249@cam.ac.uk> <87bqmjqw1h.fsf@pike.pond.sub.org> <20061205181101.GA9960@cam.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: <20061205181101.GA9960@cam.ac.uk> (Steven Smith's message of "Tue, 5 Dec 2006 18:11:01 +0000") List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Steven Smith Cc: xen-devel@lists.xensource.com, sos22@srcf.ucam.org List-Id: xen-devel@lists.xenproject.org Steven Smith writes: >> 1. Does xm restore work for you? I got the following in xend.log: >> > ... >> raise VmError('Unknown vfb type %s (%s)' % (t, repr(config))) >> VmError: Unknown vfb type None (['vfb', ['backend', '0']]) > Did you pick up > > # HG changeset patch > # User Steven Smith > # Date 1164976721 0 > # Node ID 2a6a793a2f680bbac8d11696e955d69335f98bf4 > # Parent b22274d1311c3f59bc9ddf4cab1a94b368aa8748 > [PVFB][TOOLS] Fix save/restore for domains with PV framebuffers. > > Signed-off-by: Steven Smith > > ? That fixed a very similar looking issue. > > Steven. Yup, got it, but I have to backport it to make it work.