From patchwork Fri Jun 26 07:22:39 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Hildenbrand X-Patchwork-Id: 11626665 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id AE5C26C1 for ; Fri, 26 Jun 2020 07:24:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8B3612076E for ; Fri, 26 Jun 2020 07:24:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="Q4Ef7UFj" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728672AbgFZHY3 (ORCPT ); Fri, 26 Jun 2020 03:24:29 -0400 Received: from us-smtp-2.mimecast.com ([205.139.110.61]:21858 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728602AbgFZHY3 (ORCPT ); Fri, 26 Jun 2020 03:24:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1593156268; 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: in-reply-to:in-reply-to:references:references; bh=hFgBaxjXOIwOw7AkRk0QKUcL1BbG93tqfMivaw9XBhg=; b=Q4Ef7UFjKPIzRB9RI7au5RJum6J9rSap6KuhU0cLOaU05EWVsfTbgdtw2VCyDNr09+sRxs jP4UA6b6J3knIXmEThiuLN2a0TbStSgKNiWfkS4btbT+t+zYofM4A3eEWdhyggnPON6gRa OTqZl1DhMkgn9Vrbz4LoWB7Zy/CvnuQ= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-298-VXJ1ejlRP5SKngCYoqkZow-1; Fri, 26 Jun 2020 03:24:23 -0400 X-MC-Unique: VXJ1ejlRP5SKngCYoqkZow-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 5E68A107ACCA; Fri, 26 Jun 2020 07:24:22 +0000 (UTC) Received: from t480s.redhat.com (ovpn-113-35.ams2.redhat.com [10.36.113.35]) by smtp.corp.redhat.com (Postfix) with ESMTP id E9C481C8; Fri, 26 Jun 2020 07:24:13 +0000 (UTC) From: David Hildenbrand To: qemu-devel@nongnu.org Cc: kvm@vger.kernel.org, qemu-s390x@nongnu.org, Richard Henderson , Paolo Bonzini , "Dr . David Alan Gilbert" , Eduardo Habkost , "Michael S . Tsirkin" , David Hildenbrand , Peter Maydell , Markus Armbruster Subject: [PATCH v5 12/21] MAINTAINERS: Add myself as virtio-mem maintainer Date: Fri, 26 Jun 2020 09:22:39 +0200 Message-Id: <20200626072248.78761-13-david@redhat.com> In-Reply-To: <20200626072248.78761-1-david@redhat.com> References: <20200626072248.78761-1-david@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Let's make sure patches/bug reports find the right person. Reviewed-by: Dr. David Alan Gilbert Cc: "Michael S. Tsirkin" Cc: Peter Maydell Cc: Markus Armbruster Signed-off-by: David Hildenbrand --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 1b40446c73..3f7f583436 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1784,6 +1784,15 @@ F: hw/virtio/virtio-crypto.c F: hw/virtio/virtio-crypto-pci.c F: include/hw/virtio/virtio-crypto.h +virtio-mem +M: David Hildenbrand +S: Supported +W: https://virtio-mem.gitlab.io/ +F: hw/virtio/virtio-mem.c +F: hw/virtio/virtio-mem-pci.h +F: hw/virtio/virtio-mem-pci.c +F: include/hw/virtio/virtio-mem.h + nvme M: Keith Busch L: qemu-block@nongnu.org