Re: [PATCH v4 0/6] hw/ppc: Remove tswap() calls

2025-04-25 Thread Philippe Mathieu-Daudé
On 6/3/25 16:23, Philippe Mathieu-Daudé wrote: ping Merged as c894bdf78b3..c2ac9f4c297, thanks! Remove the tswap() calls on ePAPR, and convert them to big-endian LD/ST API on sPAPR.

Re: [PATCH v4 0/6] hw/ppc: Remove tswap() calls

2025-03-06 Thread Philippe Mathieu-Daudé
ping On 9/1/25 13:54, Philippe Mathieu-Daudé wrote: Hi Nick, Ping? (series fully reviewed) On 20/12/24 22:30, Philippe Mathieu-Daudé wrote: Since v3: - Addressed Nick & Harsh  review comments Remove the tswap() calls on ePAPR, and convert them to big-endian LD/ST API on sPAPR.

Re: [PATCH v4 0/6] hw/ppc: Remove tswap() calls

2025-01-09 Thread Philippe Mathieu-Daudé
Hi Nick, Ping? (series fully reviewed) On 20/12/24 22:30, Philippe Mathieu-Daudé wrote: Since v3: - Addressed Nick & Harsh review comments Remove the tswap() calls on ePAPR, and convert them to big-endian LD/ST API on sPAPR.

Re: [PATCH v4 0/6] hw/ppc: Remove tswap() calls

2024-12-23 Thread Harsh Prateek Bora
On Sat, 21 Dec, 2024, 3:02 am Philippe Mathieu-Daudé, wrote: > Since v3: > - Addressed Nick & Harsh review comments > > Remove the tswap() calls on ePAPR, and convert > them to big-endian LD/ST API on sPAPR. > > Build-tested only. > > Philippe Mathieu-Daudé (6): > hw/ppc/spapr: Convert HPTE()