From mboxrd@z Thu Jan 1 00:00:00 1970 From: Razvan Cojocaru Subject: Re: [PATCH RFC V6 1/5] xen: Emulate with no writes Date: Tue, 12 Aug 2014 18:49:05 +0300 Message-ID: <53EA3771.9030905@bitdefender.com> References: <1407769686-7918-1-git-send-email-rcojocaru@bitdefender.com> <53EA475F020000780002BB29@mail.emea.novell.com> <53EA2DD7.6090103@bitdefender.com> <53EA4E99020000780002BB9C@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <53EA4E99020000780002BB9C@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, ian.campbell@citrix.com, stefano.stabellini@eu.citrix.com, andrew.cooper3@citrix.com, eddie.dong@intel.com, xen-devel@lists.xen.org, jun.nakajima@intel.com, ian.jackson@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On 08/12/2014 06:27 PM, Jan Beulich wrote: >>>> On 12.08.14 at 17:08, wrote: >> There's a return there in the X86EMUL_UNHANDLEABLE case, so >> hvm_emulate_writeback(&ctxt) doesn't get called. > > Right, but other than in you case there's no exception being injected > there. Of course, thanks for catching that! I'll fix that too. Thanks, Razvan Cojocaru