From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: Re: [V2 PATCH 0/3]: Fixup error codes in some p2m paths. Date: Thu, 10 Apr 2014 15:04:17 -0700 Message-ID: <20140410150417.07bd7c8d@mantra.us.oracle.com> References: <1397089142-12561-1-git-send-email-mukesh.rathor@oracle.com> <53465D14020000780000778C@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WYN5C-0003J6-Fc for xen-devel@lists.xenproject.org; Thu, 10 Apr 2014 22:04:30 +0000 In-Reply-To: <53465D14020000780000778C@nat28.tlf.novell.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: Jan Beulich Cc: kevin.tian@intel.com, George.Dunlap@eu.citrix.com, tim@xen.org, eddie.dong@intel.com, keir.xen@gmail.com, jun.nakajima@intel.com, xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Thu, 10 Apr 2014 07:57:56 +0100 "Jan Beulich" wrote: > >>> On 10.04.14 at 02:18, wrote: > > In reference to our discussion on propogating error codes here > > http://osdir.com/ml/general/2014-04/msg13083.html > > > > please find v2 patches. Built on c/s: ac0f56a. > > No information here or in the individual patches as to what changed > from v1? > > Jan > Chagnes in V2: Patch 1: - also rename p2m_pt_gfn_to_mfn to p2m_pt_get_entry and p2m_pt_change_type_global to p2m_pt_change_entry_type_global. Patch 2: No change Patch 3: - split if ( (rc = f()) to two lines - fix interation to say iteration - change EPERM to EIO - fix logic in arch_do_domctl() to make it functionally same as it has been Mukesh