From patchwork Wed May 9 15:46:02 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Durrant X-Patchwork-Id: 910961 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=2001:4830:134:3::11; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=citrix.com Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 40h1B76YFxz9s37 for ; Thu, 10 May 2018 01:54:07 +1000 (AEST) Received: from localhost ([::1]:57214 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGRPp-0005Z4-IX for incoming@patchwork.ozlabs.org; Wed, 09 May 2018 11:54:05 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGRIH-0007W9-6K for qemu-devel@nongnu.org; Wed, 09 May 2018 11:46:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGRIB-000222-Hm for qemu-devel@nongnu.org; Wed, 09 May 2018 11:46:17 -0400 Received: from smtp03.citrix.com ([162.221.156.55]:59874) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fGRIB-0001uW-7z for qemu-devel@nongnu.org; Wed, 09 May 2018 11:46:11 -0400 X-IronPort-AV: E=Sophos;i="5.49,382,1520899200"; d="scan'208";a="54116515" From: Paul Durrant To: , Date: Wed, 9 May 2018 16:46:02 +0100 Message-ID: <20180509154604.25530-1-paul.durrant@citrix.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 162.221.156.55 Subject: [Qemu-devel] [PATCH 0/2] xen-hvm: use new resource mapping API X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paul Durrant Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" This series modifies QEMU to use the new guest resource mapping API (available in Xen 4.11+) to map ioreq pages. Paul Durrant (2): xen-hvm: create separate function for ioreq server initialization 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 ++++++ 4 files changed, 104 insertions(+), 30 deletions(-)