From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [Xen-devel] [PATCH 8/8] xen/setup: Combine the two hypercall functions - since they are quite similar. Date: Thu, 03 May 2012 12:58:05 +0100 Message-ID: <4FA272CD.90808@cantab.net> References: <1334596539-18172-1-git-send-email-konrad.wilk@oracle.com> <1334596539-18172-9-git-send-email-konrad.wilk@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1334596539-18172-9-git-send-email-konrad.wilk@oracle.com> Sender: linux-kernel-owner@vger.kernel.org To: Konrad Rzeszutek Wilk Cc: linux-kernel@vger.kernel.org, david.vrabel@citrix.com, JBeulich@suse.com, xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 16/04/12 18:15, Konrad Rzeszutek Wilk wrote: > They use the same set of arguments, so it is just the matter > of using the proper hypercall. > > Signed-off-by: Konrad Rzeszutek Wilk Acked-by: David Vrabel But would it be better to fold this into the previous patch? David