From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] x86: fix emulation of indirect far calls and jumps Date: Tue, 19 Nov 2013 07:20:37 -0800 Message-ID: References: <528B889902000078001048D3@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Vin6e-000840-Hp for xen-devel@lists.xenproject.org; Tue, 19 Nov 2013 15:20:48 +0000 Received: by mail-pa0-f52.google.com with SMTP id ld10so3915795pab.11 for ; Tue, 19 Nov 2013 07:20:45 -0800 (PST) In-Reply-To: <528B889902000078001048D3@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 , xen-devel Cc: anthony.perard@citrix.com List-Id: xen-devel@lists.xenproject.org On 19/11/2013 06:49, "Jan Beulich" wrote: > Commit 86781624 ("x86_emulate: PUSH must read source operand > just once") corrected the operands of those of the operations of opcode > extension group 5 that only read memory from SrcMem to DstMem, but > failed to also switch the use of "dst" here to "src". > > Reported-by: Anthony Perard > Signed-off-by: Jan Beulich > Tested-by: Anthony Perard Acked-by: Keir Fraser