From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vitaly Kuznetsov Subject: Re: [PATCH v8 01/11] xen: introduce SHUTDOWN_soft_reset shutdown reason Date: Wed, 15 Jul 2015 10:42:38 +0200 Message-ID: <87d1ztyfpd.fsf@vitty.brq.redhat.com> References: <1435075913-335-1-git-send-email-vkuznets@redhat.com> <1435075913-335-2-git-send-email-vkuznets@redhat.com> <20150707204407.GC606@l.oracle.com> <21925.13430.761285.985508@mariner.uk.xensource.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 1ZFIH9-0008WA-Ef for xen-devel@lists.xenproject.org; Wed, 15 Jul 2015 08:42:47 +0000 In-Reply-To: <21925.13430.761285.985508@mariner.uk.xensource.com> (Ian Jackson's message of "Tue, 14 Jul 2015 17:10:30 +0100") List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: Wei Liu , Andrew Jones , Julien Grall , Keir Fraser , Ian Campbell , Andrew Cooper , Stefano Stabellini , Tim Deegan , Olaf Hering , David Vrabel , Jan Beulich , xen-devel@lists.xenproject.org, Daniel De Graaf List-Id: xen-devel@lists.xenproject.org Ian Jackson writes: > Konrad Rzeszutek Wilk writes ("Re: [PATCH v8 01/11] xen: introduce SHUTDOWN_soft_reset shutdown reason"): >> On Tue, Jun 23, 2015 at 06:11:43PM +0200, Vitaly Kuznetsov wrote: >> > This special type of shutdown is supposed to be used by PVHVM guests when >> > they want to perform some sort of kexec/kdump. > ... >> > +#define SHUTDOWN_soft_reset 5 /* Domain did soft reset. Clean up and resume.*/ > > I would like more documentation about the semantics of this new > request. (The semantics of the existing shutdown requests are fairly > well understood because they generally map to real hardware.) Sure, would you like me to expand the comment here or should I write something somewhere else? Thanks, -- Vitaly