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:01:24 +0100 Message-ID: <20150107110124.GA3371@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> <54AD0D53.6030209@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Y8oMq-00056a-2G for xen-devel@lists.xenproject.org; Wed, 07 Jan 2015 11:01:36 +0000 Content-Disposition: inline In-Reply-To: <54AD0D53.6030209@citrix.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: David Vrabel Cc: Andrew Jones , Wei Liu , Ian Campbell , Stefano Stabellini , Andrew Cooper , Julien Grall , Ian Jackson , Tim Deegan , Jan Beulich , xen-devel@lists.xenproject.org, Vitaly Kuznetsov , Keir Fraser List-Id: xen-devel@lists.xenproject.org On Wed, Jan 07, David Vrabel wrote: > 2. Reducing the balloon prior to kexec. We carry a patch for kexec(1) which does balloon up before doing the actual kexec call. I propose to get such change into the upstream kexec tools if that is indeed the way to go. The benefit is that the guest waits until every ballooned page is populated. If the host is short on memory then the guest will hang instead of crash after kexec. https://build.opensuse.org/package/view_file/Kernel:kdump/kexec-tools/kexec-tools-xen-balloon-up.patch Olaf