From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [V10 PATCH 22/23] PVH xen: preparatory patch for the pvh vmexit handler patch Date: Fri, 9 Aug 2013 10:44:00 -0400 Message-ID: <20130809144400.GA5551@phenom.dumpdata.com> References: <1374631171-15224-1-git-send-email-mukesh.rathor@oracle.com> <1374631171-15224-23-git-send-email-mukesh.rathor@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: George Dunlap Cc: "xen-devel@lists.xensource.com" , "keir.xen@gmail.com" List-Id: xen-devel@lists.xenproject.org On Fri, Aug 09, 2013 at 03:14:47PM +0100, George Dunlap wrote: > On Wed, Jul 24, 2013 at 2:59 AM, Mukesh Rathor wrote: > > This is a preparatory patch for the next pvh vmexit handler patch. > > I don't see any reason to have this as a separate patch -- it just > makes a couple of functions public and adds a useless function call. Its scaffolding code. It should make it easier for the patches that follow this to not have extra code changes. Aka, no code changes patch, but just moving stuff around.