From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g6vwD-0002Rl-NL for qemu-devel@nongnu.org; Mon, 01 Oct 2018 07:00:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g6vw7-0002jr-8B for qemu-devel@nongnu.org; Mon, 01 Oct 2018 07:00:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51366) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g6vw5-0002hG-Eu for qemu-devel@nongnu.org; Mon, 01 Oct 2018 07:00:23 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1EC6E7F6CE for ; Mon, 1 Oct 2018 11:00:19 +0000 (UTC) References: <20180929033615.4257-1-peterx@redhat.com> From: Auger Eric Message-ID: Date: Mon, 1 Oct 2018 13:00:05 +0200 MIME-Version: 1.0 In-Reply-To: <20180929033615.4257-1-peterx@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 0/2] intel_iommu: better handling of dmar state switch List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Xu , qemu-devel@nongnu.org Cc: Alex Williamson , Jason Wang , "Michael S . Tsirkin" Hi Peter, On 9/29/18 5:36 AM, Peter Xu wrote: > v4: > - add a patch to introduce vtd_reset_caches() > - reset the caches in the two places where GCMD update happens [Eric] > > Please review, thanks. For the series Reviewed-by: Eric Auger Thanks Eric > > Peter Xu (2): > intel_iommu: introduce vtd_reset_caches() > intel_iommu: better handling of dmar state switch > > hw/i386/intel_iommu.c | 34 +++++++++++++++++++++++----------- > 1 file changed, 23 insertions(+), 11 deletions(-) >