From: Harsh Prateek Bora <harshpb@linux.ibm.com>
To: qemu-devel@nongnu.org
Cc: Aditya Gupta <adityag@linux.ibm.com>,
Amit Machhiwal <amachhiw@linux.ibm.com>,
Misbah Anjum N <misanjum@linux.ibm.com>
Subject: [PULL 4/5] ppc/pnv: Make PowerNV11 as the default powernv machine
Date: Sat, 23 May 2026 21:57:23 +0530 [thread overview]
Message-ID: <20260523162724.95229-5-harshpb@linux.ibm.com> (raw)
In-Reply-To: <20260523162724.95229-1-harshpb@linux.ibm.com>
From: Aditya Gupta <adityag@linux.ibm.com>
With Power11 being the newest supported Power processor in QEMU, and
sufficiently tested, set powernv machine as an alias to powernv11
machine
Signed-off-by: Aditya Gupta <adityag@linux.ibm.com>
Reviewed-by: Amit Machhiwal <amachhiw@linux.ibm.com>
Tested-by: Amit Machhiwal <amachhiw@linux.ibm.com>
Tested-by: Misbah Anjum N <misanjum@linux.ibm.com>
Link: https://lore.kernel.org/qemu-devel/20260521200844.1449023-2-adityag@linux.ibm.com
[harshpb: corrected Amit's email for Tested-by tag]
Signed-off-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
---
hw/ppc/pnv.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/ppc/pnv.c b/hw/ppc/pnv.c
index 6a45852174..8df697da94 100644
--- a/hw/ppc/pnv.c
+++ b/hw/ppc/pnv.c
@@ -3470,8 +3470,6 @@ static void pnv_machine_p10_common_class_init(ObjectClass *oc, const void *data)
mc->default_cpu_type = POWERPC_CPU_TYPE_NAME("power10_v2.0");
compat_props_add(mc->compat_props, phb_compat, G_N_ELEMENTS(phb_compat));
- mc->alias = "powernv";
-
pmc->compat = compat;
pmc->compat_size = sizeof(compat);
pmc->max_smt_threads = 4;
@@ -3548,6 +3546,8 @@ static void pnv_machine_power11_class_init(ObjectClass *oc, const void *data)
mc->desc = "IBM PowerNV (Non-Virtualized) Power11";
mc->default_cpu_type = POWERPC_CPU_TYPE_NAME("power11_v2.0");
+ mc->alias = "powernv";
+
object_class_property_add_bool(oc, "big-core",
pnv_machine_get_big_core,
pnv_machine_set_big_core);
--
2.52.0
next prev parent reply other threads:[~2026-05-23 16:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-23 16:27 [PULL 0/5] PPC Queue for 2026-05-23 Harsh Prateek Bora
2026-05-23 16:27 ` [PULL 1/5] ppc/spapr: Skip system reset for quiesced CPUs Harsh Prateek Bora
2026-05-23 16:27 ` [PULL 2/5] ppc/pnv: Fix uninitialized MpiplProcDumpArea struct Harsh Prateek Bora
2026-05-23 16:27 ` [PULL 3/5] target/ppc/kvm: Fix const violation when trimming CPU alias suffix Harsh Prateek Bora
2026-05-23 16:27 ` Harsh Prateek Bora [this message]
2026-05-23 16:27 ` [PULL 5/5] ppc/spapr: Make Power11 as default cpu for pseries Harsh Prateek Bora
2026-05-26 14:58 ` [PULL 0/5] PPC Queue for 2026-05-23 Stefan Hajnoczi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260523162724.95229-5-harshpb@linux.ibm.com \
--to=harshpb@linux.ibm.com \
--cc=adityag@linux.ibm.com \
--cc=amachhiw@linux.ibm.com \
--cc=misanjum@linux.ibm.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.