> Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> 于2024年10月24日周四 06:23写道: > > > > Hi, > > > > On Wed, 23 Oct 2024 11:20:43 +0800 Su Hua <suhua.tanke@xxxxxxxxx> wrote: > > > > > > Thanks, I'd also like to set up the environment for testing; could you > > > please share the command line instructions or XML files used for > > > testing? > > > > Sorry for the delay. I run the following qemu command line: > > > > qemu-system-ppc64 -M pseries -m 2G -vga none -nographic -kernel $vmlinux -initrd $initrd > > > > where $vmlinux is the result of a PowerPC pseries_le_defconfig build > > and $initrd is just sufficient to get into user mode and then shutdown > > again. This latter is not really relevant here since we don't get to > > user mode. Received, thank you. Sincerely yours, Su