From patchwork Wed Jan 24 07:18:40 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Jones X-Patchwork-Id: 13528681 Received: from out-189.mta0.migadu.com (out-189.mta0.migadu.com [91.218.175.189]) (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 0C4CA17C65 for ; Wed, 24 Jan 2024 07:19:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.189 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706080762; cv=none; b=tVTeJDbm8m5PYny+OFgheNnU8Lo4Lsu038+zU8y7ZSlv6Ym9qYmWlrtx2mvfhsYejPNGsVLL/zpF69RjOHt3MKXpmtPvKEyofEqhHw34qZX3l3tLUBd5MQy0lKZerCKgy7VJo59SxuLbf8Sni46Ir6hwJvzoleRXhM24Mzbg/P8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706080762; c=relaxed/simple; bh=LTHRcOyFFc/POoPgDVsamww5oZXpgWr8D7yWNJAuL38=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-type; b=EQZo6t6yBDg7qvPUVnnFa+UqwJHsv3JxDbk+rWUcXGETid07mx2OdOCeW8yqU1Djaerj4luat5ZJUv1YNAbm5Ha68WNFhXIJtvXXsPymICJKH+bmqoshElijZHBGizmjKUoEOliTmtG4Bm5ru1zGLzLrXQtAAzrPYPA87SBEEpM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=fc3Dk11F; arc=none smtp.client-ip=91.218.175.189 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="fc3Dk11F" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1706080759; 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: in-reply-to:in-reply-to:references:references; bh=4NF/KYhfN5NlP2yR4ZiBemy8uaGL5WfIBOw+Or+8VUU=; b=fc3Dk11FiAsQtBayb5XqPVAN46rzUUeFe7csAl0QgdFnEmobhWi+6d5bNOhjD/XH/NJuHJ we+mrGLlK8mbmln1RmEpsUkbh/NWh5D/r3ax5KqRlHiNQKQ43MQKyH/u5FJR/XOi90L2H9 DZX3V7MQcvBU/UcqWY2hUEwikmu0Ejk= From: Andrew Jones To: kvm@vger.kernel.org, kvm-riscv@lists.infradead.org, kvmarm@lists.linux.dev Cc: ajones@ventanamicro.com, anup@brainfault.org, atishp@atishpatra.org, pbonzini@redhat.com, thuth@redhat.com, alexandru.elisei@arm.com, eric.auger@redhat.com Subject: [kvm-unit-tests PATCH 24/24] MAINTAINERS: Add riscv Date: Wed, 24 Jan 2024 08:18:40 +0100 Message-ID: <20240124071815.6898-50-andrew.jones@linux.dev> In-Reply-To: <20240124071815.6898-26-andrew.jones@linux.dev> References: <20240124071815.6898-26-andrew.jones@linux.dev> Precedence: bulk X-Mailing-List: kvm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-type: text/plain X-Migadu-Flow: FLOW_OUT Most of the support for riscv is now in place. Let's make it official and start adding tests! Signed-off-by: Andrew Jones Reviewed-by: Thomas Huth --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 958735fbfd79..a2fa437da5c9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -94,6 +94,14 @@ F: powerpc/ F: lib/powerpc/ F: lib/ppc64/ +RISCV +M: Andrew Jones +S: Supported +L: kvm-riscv@lists.infradead.org +F: riscv/ +F: lib/riscv/ +T: https://gitlab.com/jones-drew/kvm-unit-tests.git + S390X M: Janosch Frank M: Claudio Imbrenda