From nobody Thu Nov 13 07:36:13 2025 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org ARC-Seal: i=1; a=rsa-sha256; t=1617813370; cv=none; d=zohomail.com; s=zohoarc; b=L+CwUfGhMFvBx5fP8cqaWsRgmd4a00sKQf67BtVFP2XBwnOKOtZD/bYcHPPnedPtufS10LuOKjH+K/ccH71m5p6/uzwt1z8sEoeEMFqSQDpmKFi+s1Nlt+TYZ8vlMIInryOsJOcF3P3d+AAU3ZYRxtwlZgc76xEvkc8RgfUdoeI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1617813370; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=GXPh3cKBxt4AMMUdPqcRMF/tqxjJHEW5VPw+mTqp+L0=; b=I+IsYfIecWVOcGg7207T4OwEnerZyM4sUfGa8/brAL/0xgYs9B/5LpKQ4zwaqO1XNf/WlP+AqPgOC/vDjiBCBK8joYKnuQPLd6L5Vd85kHuc8U3BJu28sg0nF0Y/miEEsDJJ8tZGKXypiJGx/YBYFtMY9289vMNe7HvDqWcxdpY= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 161781337061921.137590103271805; Wed, 7 Apr 2021 09:36:10 -0700 (PDT) Received: from localhost ([::1]:51048 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lUBA1-0006y7-8U for importer@patchew.org; Wed, 07 Apr 2021 12:36:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51396) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lUArR-0004BA-8d for qemu-devel@nongnu.org; Wed, 07 Apr 2021 12:16:58 -0400 Received: from 13thmonkey.org ([80.100.255.32]:65421 helo=gorilla.13thmonkey.org) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lUArN-0000p1-FV for qemu-devel@nongnu.org; Wed, 07 Apr 2021 12:16:55 -0400 Received: by gorilla.13thmonkey.org (Postfix, from userid 103) id A40E22FF0796; Wed, 7 Apr 2021 16:16:45 +0000 (UTC) From: Reinoud Zandijk To: qemu-devel@nongnu.org Subject: [PATCH v8 4/4] Add NVMM Accelerator: add maintainers for NetBSD/NVMM Date: Wed, 7 Apr 2021 16:16:31 +0000 Message-Id: <20210407161631.1780-5-reinoud@NetBSD.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210407161631.1780-1-reinoud@NetBSD.org> References: <20210407161631.1780-1-reinoud@NetBSD.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: none client-ip=80.100.255.32; envelope-from=reinoud@gorilla.13thmonkey.org; helo=gorilla.13thmonkey.org X-Spam_score_int: -15 X-Spam_score: -1.6 X-Spam_bar: - X-Spam_report: (-1.6 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Eduardo Habkost , Richard Henderson , Kamil Rytarowski , Reinoud Zandijk , Paolo Bonzini , Ryo ONODERA Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Signed-off-by: Kamil Rytarowski Signed-off-by: Reinoud Zandijk --- MAINTAINERS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 554be84b32..cf9d81ea7c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -510,6 +510,15 @@ F: accel/stubs/hax-stub.c F: include/sysemu/hax.h F: target/i386/hax/ =20 +Guest CPU Cores (NVMM) +---------------------- +NetBSD Virtual Machine Monitor (NVMM) CPU support +M: Kamil Rytarowski +M: Reinoud Zandijk +S: Maintained +F: include/sysemu/nvmm.h +F: target/i386/nvmm/ + Hosts ----- LINUX @@ -530,6 +539,8 @@ F: include/qemu/*posix*.h =20 NETBSD M: Kamil Rytarowski +M: Reinoud Zandijk +M: Ryo ONODERA S: Maintained K: ^Subject:.*(?i)NetBSD =20 --=20 2.31.1