Message ID | 20220825090024.1007883-1-vkuznets@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-pci-owner@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F2BD2C3F6B0 for <linux-pci@archiver.kernel.org>; Thu, 25 Aug 2022 09:00:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231305AbiHYJAh (ORCPT <rfc822;linux-pci@archiver.kernel.org>); Thu, 25 Aug 2022 05:00:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49210 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237871AbiHYJAe (ORCPT <rfc822;linux-pci@vger.kernel.org>); Thu, 25 Aug 2022 05:00:34 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E9E9ECFF for <linux-pci@vger.kernel.org>; Thu, 25 Aug 2022 02:00:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1661418032; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=g3msqlmna2n81LVQxtRLpXl13yn52sbfCvyaxQuWZKg=; b=S7mQWOatSJSpwjCS46Q0PoXaqVb6uou4dPdrgkiv8IM0DVsa/387Y2hOnQMza74ZprIBET DfCEzaHpwYGltrHLwC6GpK340CnjTdLgus0B/lVBTs0akQJ3RvuRszXZp+4Xu/61NILytR VUSTebANS/K7jhHUCWJBFYR7kQbg1Ig= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-660-mOH2pk30ODKtFap7CVSrFg-1; Thu, 25 Aug 2022 05:00:28 -0400 X-MC-Unique: mOH2pk30ODKtFap7CVSrFg-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 6B8DD3C0F377; Thu, 25 Aug 2022 09:00:27 +0000 (UTC) Received: from fedora.redhat.com (unknown [10.40.194.159]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5138C40CF8ED; Thu, 25 Aug 2022 09:00:25 +0000 (UTC) From: Vitaly Kuznetsov <vkuznets@redhat.com> To: linux-hyperv@vger.kernel.org Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-pci@vger.kernel.org, Bjorn Helgaas <bhelgaas@google.com>, Wei Liu <wei.liu@kernel.org>, Deepak Rawat <drawat.floss@gmail.com>, "K. Y. Srinivasan" <kys@microsoft.com>, Haiyang Zhang <haiyangz@microsoft.com>, Stephen Hemminger <sthemmin@microsoft.com>, Dexuan Cui <decui@microsoft.com>, Michael Kelley <mikelley@microsoft.com> Subject: [PATCH v2 0/3] Drivers: hv: Avoid allocating MMIO from framebuffer region for other passed through PCI devices Date: Thu, 25 Aug 2022 11:00:21 +0200 Message-Id: <20220825090024.1007883-1-vkuznets@redhat.com> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.84 on 10.11.54.1 Precedence: bulk List-ID: <linux-pci.vger.kernel.org> X-Mailing-List: linux-pci@vger.kernel.org |
Series |
Drivers: hv: Avoid allocating MMIO from framebuffer region for other passed through PCI devices
|
expand
|