From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH 0/5] x86/HVM: XSA-63 follow-ups Date: Mon, 14 Oct 2013 08:29:51 +0100 Message-ID: References: <52498FFC02000078000F8068@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1VVcbK-0002u6-UM for xen-devel@lists.xenproject.org; Mon, 14 Oct 2013 07:30:03 +0000 Received: by mail-wi0-f173.google.com with SMTP id h11so1709965wiv.0 for ; Mon, 14 Oct 2013 00:30:01 -0700 (PDT) In-Reply-To: <52498FFC02000078000F8068@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 30/09/2013 13:51, "Jan Beulich" wrote: > 1: properly handle backward string instruction emulation > 2: fix direct PCI port I/O emulation retry and error handling > 3: don't ignore hvm_copy_to_guest_phys() errors during I/O intercept > 4: properly deal with hvm_copy_*_guest_phys() errors > 5: cache emulated instruction for retry processing > > Signed-off-by: Jan Beulich Acked-by: Keir Fraser