All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] ppc/pnv: fixing external dtb
@ 2026-06-30 10:35 Shivang Upadhyay
  2026-06-30 10:35 ` [PATCH v3 1/2] ppc/pnv: avoid regenerating DTB if external DTB is present Shivang Upadhyay
  2026-06-30 10:35 ` [PATCH v3 2/2] ppc/pnv: add test to verify external DTB is honored Shivang Upadhyay
  0 siblings, 2 replies; 5+ messages in thread
From: Shivang Upadhyay @ 2026-06-30 10:35 UTC (permalink / raw)
  To: adityag, harshpb, qemu-devel, qemu-ppc
  Cc: shivangu, milesg, npiggin, amachhiw

Currently powerpc pnv machines doesnt respect `-dtb`
argument passed from outside. During cpu start content of
machine->fdt is overwritten by `pnv_dt_create`.

This was previously found and fixed, during the discussion
for dumpdtb issue [1]. But reintroduced in MPIPL support
[2]. Saddly it skipped in the review phase [3].

Adding a functional test for checking the external dtb case
in powernv11.

[1] https://lore.kernel.org/all/20260323231612.GA2637687@ax162/
[2] https://lore.kernel.org/qemu-devel/20260310124619.3909045-8-adityag@linux.ibm.com/
[3] https://lore.kernel.org/qemu-devel/abAmBV7g_bGNw0Ax@shivang.upadyay/

Changelog
* V2: https://lore.kernel.org/all/20260626112239.177191-1-shivangu@linux.ibm.com/
  - renamed dtb file appropriate name.
  - addressed identation and spelling mistake by aditya.
  - keeping reviewed by from aditya.

* V1: https://lore.kernel.org/all/20260623063156.1110370-1-shivangu@linux.ibm.com/
  - change dtb from power10 to power11
  - refactored pnv_reset code to not `load_device_tree` on each iteration.
  - added commit message body.

Shivang Upadhyay (2):
  ppc/pnv: avoid regenerating DTB if external DTB is present
  ppc/pnv: add test to verify external DTB is honored

 hw/ppc/pnv.c                           | 10 +++++++---
 tests/functional/ppc64/test_powernv.py | 19 +++++++++++++++++++
 2 files changed, 26 insertions(+), 3 deletions(-)

-- 
2.54.0



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-07-01  8:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-30 10:35 [PATCH v3 0/2] ppc/pnv: fixing external dtb Shivang Upadhyay
2026-06-30 10:35 ` [PATCH v3 1/2] ppc/pnv: avoid regenerating DTB if external DTB is present Shivang Upadhyay
2026-06-30 11:53   ` Amit Machhiwal
2026-07-01  8:45     ` Shivang Upadhyay
2026-06-30 10:35 ` [PATCH v3 2/2] ppc/pnv: add test to verify external DTB is honored Shivang Upadhyay

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.