From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH v5 0/9] toolstack-based approach to pvhvm guest kexec Date: Wed, 7 Jan 2015 12:03:07 +0100 Message-ID: <20150107110307.GB3371@aepfle.de> References: <1418305541-5135-1-git-send-email-vkuznets@redhat.com> <20150105124648.GF24360@zion.uk.xensource.com> <87r3v9pekz.fsf@vitty.brq.redhat.com> <20150107091057.GA12049@aepfle.de> <87y4pekgri.fsf@vitty.brq.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Y8oOV-0005X9-4g for xen-devel@lists.xenproject.org; Wed, 07 Jan 2015 11:03:19 +0000 Content-Disposition: inline In-Reply-To: <87y4pekgri.fsf@vitty.brq.redhat.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Vitaly Kuznetsov Cc: Andrew Jones , Julien Grall , Wei Liu , Ian Campbell , Stefano Stabellini , Andrew Cooper , Ian Jackson , Tim Deegan , David Vrabel , Jan Beulich , xen-devel@lists.xenproject.org, Keir Fraser List-Id: xen-devel@lists.xenproject.org On Wed, Jan 07, Vitaly Kuznetsov wrote: > The thing is .. we don't have these pages when kexec is being performed, > they are already ballooned out and the hypervisor doesn't have the > knowledge of which GFNs should be re-populated. I think it is possible > to keep track of all pages the guest balloons out for this purpose, but > .. Have you tried to make the new guest a PoD guest? That way it may work out of the box already. Olaf