From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 160D7C54EBE for ; Tue, 10 Jan 2023 09:10:24 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5FE3910E56C; Tue, 10 Jan 2023 09:10:23 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by gabe.freedesktop.org (Postfix) with ESMTPS id 71A8010E56C for ; Tue, 10 Jan 2023 09:10:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=B7sGmSmXqXdck4MSb4UdnDVnJ5cP+hxBfzPSNoLBlas=; b=H++a8/OB8Gph+evoX6G3aPlj1z +i6Vgp0jxN9tIF/xZFKGnKV14cCjfSQIFV1i7lRhSvevb/3EuEoBVyY/u2k58CrZIsKCruEQI+H7m +hFHcoh1JAgVqidnjH9+TITs1EHV6t2Qt7WFLuPO7s2Yf+IYBJdD+n60G1GdUCvb3gsJwMuaDaDt+ uDPuiOJnAKxyhYNR2gINgVczKp78Kb+hJ6dioAlD7FFV8JxmN/BbgsjE1z6Z/R4/o43rhk5pXT7Wp /lYhrXoq+5Fv9yKqQ0GWxw5H+cLaq+PYKQLLqgpC9yCeZFBYxwBWXI5ptX6GIkql0ZYc6ops7I5N7 RgwlWvpw==; Received: from [2001:4bb8:181:656b:cb3a:c552:3fcc:12a6] (helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1pFAe4-0060ZL-9E; Tue, 10 Jan 2023 09:10:12 +0000 From: Christoph Hellwig To: Alex Williamson , Kirti Wankhede Date: Tue, 10 Jan 2023 10:10:05 +0100 Message-Id: <20230110091009.474427-1-hch@lst.de> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Subject: [Intel-gfx] misc mdev tidyups X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tony Krowiak , Jason Herne , kvm@vger.kernel.org, linux-s390@vger.kernel.org, intel-gfx@lists.freedesktop.org, Halil Pasic Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi all, this series tidies up the mdev Kconfig interaction and documentation a bit. Diffstat: Documentation/driver-api/vfio-mediated-device.rst | 108 ---------------------- Documentation/s390/vfio-ap.rst | 1 arch/s390/Kconfig | 6 - arch/s390/configs/debug_defconfig | 1 arch/s390/configs/defconfig | 1 drivers/gpu/drm/i915/Kconfig | 2 drivers/vfio/mdev/Kconfig | 8 - samples/Kconfig | 16 +-- samples/vfio-mdev/README.rst | 100 ++++++++++++++++++++ 9 files changed, 115 insertions(+), 128 deletions(-)