From mboxrd@z Thu Jan 1 00:00:00 1970 From: Razvan Cojocaru Subject: Re: [PATCH RFC V8 1/5] xen: Emulate with no writes Date: Wed, 27 Aug 2014 18:42:31 +0300 Message-ID: <53FDFC67.7090402@bitdefender.com> References: <1409148101-11703-1-git-send-email-rcojocaru@bitdefender.com> <53FE1804020000780002E2E1@mail.emea.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 1XMfin-0001g2-It for xen-devel@lists.xenproject.org; Wed, 27 Aug 2014 16:05:17 +0000 In-Reply-To: <53FE1804020000780002E2E1@mail.emea.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, eddie.dong@intel.com, stefano.stabellini@eu.citrix.com, andrew.cooper3@citrix.com, tim@xen.org, jun.nakajima@intel.com, xen-devel@lists.xenproject.org, ian.jackson@eu.citrix.com, ian.campbell@citrix.com List-Id: xen-devel@lists.xenproject.org On 08/27/2014 06:40 PM, Jan Beulich wrote: >>>> On 27.08.14 at 16:01, wrote: >> Added support for emulating an instruction with no memory writes. >> Additionally, introduced hvm_emulate_one_full(), which inspects >> possible return values from the hvm_emulate_one() functions >> (EXCEPTION, UNHANDLEABLE) and acts on them. >> >> >> Signed-off-by: Razvan Cojocaru > > Acked-by: Jan Beulich > > But btw., please get used to putting the version history after the > first --- separator. And commonly such history is more useful if > sorted in reverse chronological order. Of course, sorry for missing that information in the patch publish guide. Thanks for the review and the Ack! Razvan Cojocaru