From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: Re: [PATCH] xl: suppress suspend/resume functions on platforms which do not support it. Date: Wed, 12 Feb 2014 16:48:31 +0000 Message-ID: <52FBA5DF.2090206@eu.citrix.com> References: <1392215257-26993-1-git-send-email-ian.campbell@citrix.com> <1392215531.13563.79.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1392215531.13563.79.camel@kazak.uk.xensource.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: Ian Campbell , xen-devel@lists.xen.org Cc: ian.jackson@eu.citrix.com, george.dunlap@citrix.com List-Id: xen-devel@lists.xenproject.org On 02/12/2014 02:32 PM, Ian Campbell wrote: > Typoed George's address... > > On Wed, 2014-02-12 at 14:27 +0000, Ian Campbell wrote: >> ARM does not (currently) support migration, so stop offering tasty looking >> treats like "xl migrate". >> >> Apart from the UI improvement my intention is to use this in osstest to detect >> whether to attempt the save/restore/migrate tests. >> >> Other than the additions of the #define/#ifdef there is a tiny bit of code >> motion ("dump-core" in the command list and core_dump_domain in the >> implementations) which serves to put ifdeffable bits next to each other. >> >> Signed-off-by: Ian Campbell >> Cc: goerge.dunlap@citrix.com Looks reasonable. The risk should be pretty minimal; a compile error at most. Release-acked-by: George Dunlap