From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: [PATCH v4 00/17] x86/hvm: I/O emulation cleanup and fix Date: Wed, 24 Jun 2015 13:16:02 +0100 Message-ID: <558ABBA20200007800088E02@mail.emea.novell.com> References: <1435145089-21999-1-git-send-email-paul.durrant@citrix.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 1Z7jb4-0004nk-GA for xen-devel@lists.xenproject.org; Wed, 24 Jun 2015 12:16:06 +0000 In-Reply-To: <1435145089-21999-1-git-send-email-paul.durrant@citrix.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Paul Durrant Cc: xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org >>> On 24.06.15 at 13:24, wrote: > This patch series re-works much of the code involved in emulation of port > and memory mapped I/O for HVM guests. > > The code has become very convoluted and, at least by inspection, certain > emulations will apparently malfunction. > > The series is broken down into 17 patches (which are also available in > my xenbits repo: http://xenbits.xen.org/gitweb/?p=people/pauldu/xen.git > on the emulation27 branch) as follows: > > 0001-x86-hvm-simplify-hvmemul_do_io.patch > 0002-x86-hvm-remove-hvm_io_pending-check-in-hvmemul_do_io.patch > 0003-x86-hvm-remove-extraneous-parameter-from-hvmtrace_io.patch In the event there were any, however minor, changes to these three - they went in yesterday evening. Jan