From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 CC09E2DCBFA; Wed, 19 Nov 2025 15:35:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763566500; cv=none; b=kP4AdYfDjxPhTGpLUnPHXS0UetwBUUW7bAUbY+Yoqdj9pojOi3pwkOxT9/bFLJZDqioKto+DTLUm4fYiJzebgzo8nW21hqtwfWYYfyepz/oGGcluSQF0tIopOlc1G4PL3tu0X++pIY911nv7GCUs+HnsU1YCEdJbPRqcLpK2tN4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763566500; c=relaxed/simple; bh=zok7QAvBsMjETv8uh/twrnWp3KqATJ7tiWS1BI6gMAI=; h=Date:Message-ID:From:To:Cc:Subject:In-Reply-To:References: MIME-Version:Content-Type; b=Wj/43MVv/+zd1levZ3jUvn+HYjC1qPYuXTMJVaCGSIzWbXSqp1qGm1Kn2UH3RId4uBv7JLdOkLl5EX+8kjo+Dip8wzzayx5QEmY1F+XsJUVeo6FZv2pKhi+0n33utDN5DIkaYnu2yyM/+1kWr2X0vtBdImEwO0iEHnkd35VQhg0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=IYhWi3JN; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="IYhWi3JN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DA5A1C2BCB1; Wed, 19 Nov 2025 15:34:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1763566499; bh=zok7QAvBsMjETv8uh/twrnWp3KqATJ7tiWS1BI6gMAI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=IYhWi3JN1qRmyhdWHxY6VTqoa5KzLxWACqlURACPmeOMvzYnzlXeV3aEqJZ6zRVdQ PQ31Y3FtuMGQQ7gytJx2x/sRyd/Tj2EXP0eLPRXKiDFHbgilfwH0GWNaAn4PmoH2HL V0bRXzNIGlRoA/gNboMeXLPLEs8eyFuc+s4ajUwb4XAVabzPmsjqCW5C1Q9xUUpsCs haCBNZUCuAOg8ZZppemQwVZk4G5QAovH/lVPoSj9Mre5JoxS6gipq/E6XvxJbzPClU dMZF/SWJyRgaehhY6VmHrKHNP+uWboerjg3/qr9F3nxDdkcCWyc81FjWqdHUS3+9M2 xRau4sJfdXAWQ== Received: from sofa.misterjones.org ([185.219.108.64] helo=goblin-girl.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1vLkCu-00000006b4f-3xfO; Wed, 19 Nov 2025 15:34:57 +0000 Date: Wed, 19 Nov 2025 15:34:56 +0000 Message-ID: <86fraarq73.wl-maz@kernel.org> From: Marc Zyngier To: Joey Gouly Cc: kvm@vger.kernel.org, alexandru.elisei@arm.com, andrew.jones@linux.dev, kvmarm@lists.linux.dev, Oliver Upton Subject: Re: [kvm-unit-tests PATCH v3 00/10] arm64: EL2 support In-Reply-To: <20250925141958.468311-1-joey.gouly@arm.com> References: <20250925141958.468311-1-joey.gouly@arm.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/30.1 (aarch64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) Precedence: bulk X-Mailing-List: kvm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: joey.gouly@arm.com, kvm@vger.kernel.org, alexandru.elisei@arm.com, andrew.jones@linux.dev, kvmarm@lists.linux.dev, oliver.upton@linux.dev X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false On Thu, 25 Sep 2025 15:19:48 +0100, Joey Gouly wrote: > > Hi all, > > This series is for adding support to running the kvm-unit-tests at EL2. These > have been tested with Linux 6.17-rc6 KVM nested virt. > > This latest round I also tested using the run_tests.sh script with QEMU TCG, > running at EL2. I've eyeballed it superficially, and didn't spot anything unexpected. Given that upstream KVM now supports NV, not having anything in KUT is becoming a problem, and this is a first step towards proper testing. FWIW: Acked-by: Marc Zyngier M. -- Without deviation from the norm, progress is not possible.