Re: [PATCH v4] hw/ppc: Implement -dtb support for PowerNV

2024-11-03 Thread Aditya Gupta
On 03/11/24 17:04, Nicholas Piggin wrote: On Tue Aug 20, 2024 at 8:30 PM AEST, Aditya Gupta wrote: Currently any device tree passed with -dtb option in QEMU, was ignored by the PowerNV code. Read and pass the passed -dtb to the kernel, thus enabling easier debugging with custom DTBs. The exis

Re: [PATCH v4] hw/ppc: Implement -dtb support for PowerNV

2024-11-03 Thread Nicholas Piggin
On Tue Aug 20, 2024 at 8:30 PM AEST, Aditya Gupta wrote: > Currently any device tree passed with -dtb option in QEMU, was ignored > by the PowerNV code. > > Read and pass the passed -dtb to the kernel, thus enabling easier > debugging with custom DTBs. > > The existing behaviour when -dtb is 'not'

Re: [PATCH v4] hw/ppc: Implement -dtb support for PowerNV

2024-10-21 Thread Aditya Gupta
Hi all, Just a ping for this. Any comments ? Thanks, Aditya Gupta On 20/08/24 16:00, Aditya Gupta wrote: Currently any device tree passed with -dtb option in QEMU, was ignored by the PowerNV code. Read and pass the passed -dtb to the kernel, thus enabling easier debugging with custom DTBs.

[PATCH v4] hw/ppc: Implement -dtb support for PowerNV

2024-08-20 Thread Aditya Gupta
Currently any device tree passed with -dtb option in QEMU, was ignored by the PowerNV code. Read and pass the passed -dtb to the kernel, thus enabling easier debugging with custom DTBs. The existing behaviour when -dtb is 'not' passed, is preserved as-is. But when a '-dtb' is passed, it complete