Re: [PATCH v2] tests/functional: Extend PPC 40p test with Linux boot

2025-01-29 Thread Philippe Mathieu-Daudé
On 29/1/25 18:34, BALATON Zoltan wrote: On Wed, 29 Jan 2025, Cédric Le Goater wrote: Fetch the cdrom image for the IBM 6015 PReP PowerPC machine hosted on the Juneau Linux Users Group site, boot and check Linux version. Not related to this patch just by the way, I've noticed that the rom imag

Re: [PATCH v2] tests/functional: Extend PPC 40p test with Linux boot

2025-01-29 Thread BALATON Zoltan
On Wed, 29 Jan 2025, Cédric Le Goater wrote: Fetch the cdrom image for the IBM 6015 PReP PowerPC machine hosted on the Juneau Linux Users Group site, boot and check Linux version. Not related to this patch just by the way, I've noticed that the rom image is loaded from within hw/pci-host/raven

[PATCH v2] tests/functional: Extend PPC 40p test with Linux boot

2025-01-29 Thread Cédric Le Goater
Fetch the cdrom image for the IBM 6015 PReP PowerPC machine hosted on the Juneau Linux Users Group site, boot and check Linux version. Reviewed-by: Thomas Huth Signed-off-by: Cédric Le Goater --- Changes in v2: - Kept the 2 empty lines lines between the imports and the class statements