From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH 0/6] x86: emulation improvements Date: Thu, 19 Sep 2013 17:12:29 +0100 Message-ID: References: <523B36F902000078000F4B9A@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 1VMgqK-0007OG-94 for xen-devel@lists.xenproject.org; Thu, 19 Sep 2013 16:12:36 +0000 Received: by mail-wi0-f181.google.com with SMTP id ex4so8271198wid.14 for ; Thu, 19 Sep 2013 09:12:34 -0700 (PDT) In-Reply-To: <523B36F902000078000F4B9A@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 List-Id: xen-devel@lists.xenproject.org On 19/09/2013 16:40, "Jan Beulich" wrote: > 1: x86/HVM: properly handle MMIO reads and writes wider than a machine word > 2: x86: fix dependencies of emulator test > 3: x86_emulate: MOVSXD must read source operand just once > 4: x86_emulate: PUSH must read source operand just once > 5: x86_emulate: fix flag setting for 8-bit signed multiplication > 6: x86_emulate: fold wide reads > > Signed-off-by: Jan Beulich Nice. Acked-by: Keir Fraser