From patchwork Mon Jun 24 06:37:31 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Xu X-Patchwork-Id: 1121106 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=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45XKPV4q9Cz9s5c for ; Mon, 24 Jun 2019 16:38:33 +1000 (AEST) Received: from localhost ([::1]:48254 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfIcX-0007YS-R0 for incoming@patchwork.ozlabs.org; Mon, 24 Jun 2019 02:38:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43481) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfIc1-0007Y8-J7 for qemu-devel@nongnu.org; Mon, 24 Jun 2019 02:37:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hfIbz-0004TG-Vh for qemu-devel@nongnu.org; Mon, 24 Jun 2019 02:37:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53918) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hfIbz-0004IY-P2 for qemu-devel@nongnu.org; Mon, 24 Jun 2019 02:37:55 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B3E684E938; Mon, 24 Jun 2019 06:37:47 +0000 (UTC) Received: from xz-x1.redhat.com (ovpn-12-60.pek2.redhat.com [10.72.12.60]) by smtp.corp.redhat.com (Postfix) with ESMTP id 85FA0608D0; Mon, 24 Jun 2019 06:37:36 +0000 (UTC) From: Peter Xu To: qemu-devel@nongnu.org Date: Mon, 24 Jun 2019 14:37:31 +0800 Message-Id: <20190624063733.22079-1-peterx@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Mon, 24 Jun 2019 06:37:47 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 0/2] intel_iommu: Fix unexpected unmaps during global unmap X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Yan Zhao , "Michael S . Tsirkin" , Jason Wang , peterx@redhat.com, Auger Eric , Paolo Bonzini Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" Yan & Paolo, I've re-ordered the patch into two, and I'm making bold to do that with your authorships and sign-offs as I see correct. Please reply if any of you have problem with that. Yan, Please feel free to test this series and offer your tested-by again here. I can't do that for you because I modified your previous patch a bit. Please review, thanks. Paolo Bonzini (1): intel_iommu: Fix unexpected unmaps during global unmap Yan Zhao (1): intel_iommu: Fix incorrect "end" for vtd_address_space_unmap hw/i386/intel_iommu.c | 74 +++++++++++++++++++++++++++---------------- 1 file changed, 46 insertions(+), 28 deletions(-)