Re: [PATCH v3 7/7] hw/ppc/epapr: Do not swap ePAPR magic value

2024-12-18 Thread BALATON Zoltan
On Thu, 19 Dec 2024, Nicholas Piggin wrote: On Thu Dec 19, 2024 at 5:18 AM AEST, BALATON Zoltan wrote: On Wed, 18 Dec 2024, Philippe Mathieu-Daudé wrote: The ePAPR magic value in $r6 doesn't need to be byte swapped. See ePAPR-v1.1.pdf chapter 5.4.1 "Boot CPU Initial Register State" and the fol

Re: [PATCH v3 7/7] hw/ppc/epapr: Do not swap ePAPR magic value

2024-12-18 Thread Nicholas Piggin
On Thu Dec 19, 2024 at 5:18 AM AEST, BALATON Zoltan wrote: > On Wed, 18 Dec 2024, Philippe Mathieu-Daudé wrote: > > The ePAPR magic value in $r6 doesn't need to be byte swapped. > > > > See ePAPR-v1.1.pdf chapter 5.4.1 "Boot CPU Initial Register State" > > and the following mailing-list thread: > >

Re: [PATCH v3 7/7] hw/ppc/epapr: Do not swap ePAPR magic value

2024-12-18 Thread BALATON Zoltan
On Wed, 18 Dec 2024, Philippe Mathieu-Daudé wrote: The ePAPR magic value in $r6 doesn't need to be byte swapped. See ePAPR-v1.1.pdf chapter 5.4.1 "Boot CPU Initial Register State" and the following mailing-list thread: https://lore.kernel.org/qemu-devel/cafeaca_nr4xw5dnl4nq7vnh4xrh5uwbhqcxulykqy

[PATCH v3 7/7] hw/ppc/epapr: Do not swap ePAPR magic value

2024-12-18 Thread Philippe Mathieu-Daudé
The ePAPR magic value in $r6 doesn't need to be byte swapped. See ePAPR-v1.1.pdf chapter 5.4.1 "Boot CPU Initial Register State" and the following mailing-list thread: https://lore.kernel.org/qemu-devel/cafeaca_nr4xw5dnl4nq7vnh4xrh5uwbhqcxulykqyk6_fcb...@mail.gmail.com/ Signed-off-by: Philippe Ma