From patchwork Mon Feb 5 23:54:18 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Williamson X-Patchwork-Id: 13546443 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1DED848CF2 for ; Mon, 5 Feb 2024 23:55:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707177316; cv=none; b=EVc5u35N6QRwD1Qp41PEXlDh9+CHhthriFAXavsSNzdsKksLVJdtnlNyskCZEV7e757scXX2iqeG1PC6FyQ5va0L00LWFQ4tcGbFTjjDNy46McktJ6Z2ELnJmGM/V+V1IfJRlnSC43aEiAA5fYj1O+5D7coo96uvAZY3cSEK7k4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707177316; c=relaxed/simple; bh=RCeuGw+qfyPj0dL0x8G1g1gkNuFp52X9i7h9BI/DiIo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=tHfH89LCD2mQWUE0sV3K/R4HwL8nz57je8j1GQovMm+dHPl8EHN7K0oB7fPWIXYOJyfZa9myGcTCvv/7a1w+55nMFNFFo9ktryhslXV+opwByTwMYU2n6KbJBKfWQGoJUR2HshKU1iMl8zFhXzXBSAzV1pg3DSkSpQr38Lpuq/U= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=dhr1Sw4J; arc=none smtp.client-ip=170.10.133.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="dhr1Sw4J" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1707177312; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=LXKNaLAXkFX+4eJ/GmG7ArIMhHKrCdx1mSkfjlmP4rg=; b=dhr1Sw4Jp7Vm/mGa9rZpo8AEEAp9ZhDEs7NSmsFXPIZTjNVLBVtiC8Q0ZRiEzcyNGjpqCO QMcAUuyOL8TRdmmq+zbjiR02Z3xCJPcSSHcf36bMVEYAT8yH0+UWQnBDEdi6UogRugqpTf LaixJ3vSLRdobSOVngz1Jl5ZgK/bqDA= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-190-h3rYFVZ5Oze82KcKwYddpg-1; Mon, 05 Feb 2024 18:55:11 -0500 X-MC-Unique: h3rYFVZ5Oze82KcKwYddpg-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id DC6DC83B82B; Mon, 5 Feb 2024 23:55:10 +0000 (UTC) Received: from omen.home.shazbot.org (unknown [10.22.8.77]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8399D40C9444; Mon, 5 Feb 2024 23:55:10 +0000 (UTC) From: Alex Williamson To: alex.williamson@redhat.com Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, yishaih@nvidia.com Subject: [PATCH] MAINTAINERS: Re-alphabetize VFIO Date: Mon, 5 Feb 2024 16:54:18 -0700 Message-ID: <20240205235427.2103714-1-alex.williamson@redhat.com> Precedence: bulk X-Mailing-List: kvm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.2 The vfio-pci virtio variant entry slipped in out of order. Signed-off-by: Alex Williamson Reviewed-by: Kevin Tian --- I'll plan to take this through the vfio tree. MAINTAINERS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 960512bec428..e0060359a043 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -23076,13 +23076,6 @@ L: kvm@vger.kernel.org S: Maintained F: drivers/vfio/pci/mlx5/ -VFIO VIRTIO PCI DRIVER -M: Yishai Hadas -L: kvm@vger.kernel.org -L: virtualization@lists.linux-foundation.org -S: Maintained -F: drivers/vfio/pci/virtio - VFIO PCI DEVICE SPECIFIC DRIVERS R: Jason Gunthorpe R: Yishai Hadas @@ -23106,6 +23099,13 @@ L: kvm@vger.kernel.org S: Maintained F: drivers/vfio/platform/ +VFIO VIRTIO PCI DRIVER +M: Yishai Hadas +L: kvm@vger.kernel.org +L: virtualization@lists.linux-foundation.org +S: Maintained +F: drivers/vfio/pci/virtio + VGA_SWITCHEROO R: Lukas Wunner S: Maintained