ppc/pnv: Replace Power8E with Power11 for 'none' machine test
Power8E and Power8NVL were deprecated since QEMU 10.1, with commit 264a604e7163 ("target/ppc: Deprecate Power8E and Power8NVL") As Power8E chip is removed in future commits, remove the use of Power8E chip for use with the none machine test, and replace with Power11 for ppc64 test coverage for the test Tested-by: Misbah Anjum N <misanjum@linux.ibm.com> Reviewed-by: Shivang Upadhyay <shivangu@linux.ibm.com> Signed-off-by: Aditya Gupta <adityag@linux.ibm.com> Link: https://lore.kernel.org/qemu-devel/20260703085955.2318600-6-adityag@linux.ibm.com Signed-off-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Aditya Gupta committed
Jul 3, 2026 at 14:29 UTC
f535033d78c3d65dce2862f39755537cd72e6619
1 file changed
+1
-1
tests/qtest/machine-none-test.c
+1
-1
@@ -38,7 +38,7 @@ static struct arch2cpu cpus_map[] = {
38
{ "mips64el", "I6500" },
39
{ "or1k", "or1200" },
40
{ "ppc", "604" },
41
- { "ppc64", "power8e_v2.1" },
41
+ { "ppc64", "power11_v2.0" },
42
{ "s390x", "qemu" },
43
{ "sh4", "sh7750r" },
44
{ "sh4eb", "sh7751r" },