From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fT6df-0002Ii-C9 for qemu-devel@nongnu.org; Wed, 13 Jun 2018 10:20:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fT6db-0006CN-4f for qemu-devel@nongnu.org; Wed, 13 Jun 2018 10:20:43 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:56994 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fT6da-000697-JT for qemu-devel@nongnu.org; Wed, 13 Jun 2018 10:20:38 -0400 References: <1528895946-28677-1-git-send-email-eric.auger@redhat.com> <8e5da16e-2283-ff87-9426-293e7770e2aa@redhat.com> <0140c2fe-1a79-c465-5302-ecff541ebd60@redhat.com> From: Auger Eric Message-ID: Date: Wed, 13 Jun 2018 16:20:34 +0200 MIME-Version: 1.0 In-Reply-To: <0140c2fe-1a79-c465-5302-ecff541ebd60@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] exec: Fix MAP_RAM for cached access List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , eric.auger.pro@gmail.com, qemu-devel@nongnu.org Cc: peterx@redhat.com Hi Paolo, On 06/13/2018 03:53 PM, Paolo Bonzini wrote: > On 13/06/2018 15:44, Auger Eric wrote: >>> Queuing this patch. I'm not sure how I missed this, I have actually >>> tested it with SMMU. >> no problem. Strange also I was the only one facing the issue. > > No, I must have blundered it between testing and posting the patches. > >>> Do you also need the MemTxAttrs so that the right PCI requestor id is >>> used, or do you get it from somewhere else? >> which call site do you have in mind, sorry? > > I'm wondering if the MemoryRegionCache needs to store the MemTxAttrs. > They would be passed to address_space_init_cache. I acknowledge I don't master this code enough but I would say MSI wouldn't work already (vITS wouldn't translate them properly) if the proper requester_id wasn't conveyed properly. MSI writes to the doorbell are not cached I guess? Thanks Eric > > Paolo >