From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGhfb-0004Bu-Rm for qemu-devel@nongnu.org; Thu, 10 May 2018 05:15:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGhfY-0002Lj-ML for qemu-devel@nongnu.org; Thu, 10 May 2018 05:15:27 -0400 Received: from smtp03.citrix.com ([162.221.156.55]:30400) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fGhfY-0002K7-Ee for qemu-devel@nongnu.org; Thu, 10 May 2018 05:15:24 -0400 From: Paul Durrant Date: Thu, 10 May 2018 10:15:15 +0100 Message-ID: <20180510091518.28199-1-paul.durrant@citrix.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH v2 0/2] xen-hvm: use new resource mapping API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, xen-devel@lists.xenproject.org Cc: Paul Durrant , Anthony Perard , "Daniel P . Berrange" , Eric Blake , Paolo Bonzini , Stefano Stabellini This series modifies QEMU to use the new guest resource mapping API (available in Xen 4.11+) to map ioreq pages. v2: - Add a patch to checkpatch to avoid misparsing of Xen stable API handles Paul Durrant (3): xen-hvm: create separate function for ioreq server initialization checkpatch: generalize xen handle matching in the list of types xen-hvm: try to use xenforeignmemory_map_resource() to map ioreq pages configure | 5 ++ hw/i386/xen/trace-events | 1 + hw/i386/xen/xen-hvm.c | 114 ++++++++++++++++++++++++++++++++------------ include/hw/xen/xen_common.h | 14 ++++++ scripts/checkpatch.pl | 2 +- 5 files changed, 105 insertions(+), 31 deletions(-) --- Cc: Anthony Perard Cc: Daniel P. Berrange Cc: Eric Blake Cc: Paolo Bonzini Cc: Stefano Stabellini -- 2.11.0