Re: [PATCH v3 0/6] qemu/bswap: Use compiler __builtin_bswap()

2023-01-26 Thread Thomas Huth
On 11/01/2023 17.31, Philippe Mathieu-Daudé wrote: Implement Richard's suggestion to use __builtin_bswap(). Convert to __builtin_bswap() one patch per OS to simplify maintainers review. Since v2: - Rebased adapting ./configure changes to meson Since v1: - Remove the Haiku/BSD ifdef'ry (Peter)

Re: [PATCH v3 0/6] qemu/bswap: Use compiler __builtin_bswap()

2023-01-17 Thread Richard Henderson
On 1/16/23 22:24, Philippe Mathieu-Daudé wrote: On 13/1/23 08:05, Philippe Mathieu-Daudé wrote: On 13/1/23 02:05, Richard Henderson wrote: On 1/11/23 08:31, Philippe Mathieu-Daudé wrote: Implement Richard's suggestion to use __builtin_bswap(). Convert to __builtin_bswap() one patch per OS to

Re: [PATCH v3 0/6] qemu/bswap: Use compiler __builtin_bswap()

2023-01-17 Thread Philippe Mathieu-Daudé
On 13/1/23 08:05, Philippe Mathieu-Daudé wrote: On 13/1/23 02:05, Richard Henderson wrote: On 1/11/23 08:31, Philippe Mathieu-Daudé wrote: Implement Richard's suggestion to use __builtin_bswap(). Convert to __builtin_bswap() one patch per OS to simplify maintainers review. Since v2: - Rebased

Re: [PATCH v3 0/6] qemu/bswap: Use compiler __builtin_bswap()

2023-01-12 Thread Thomas Huth
On 13/01/2023 08.05, Philippe Mathieu-Daudé wrote: On 13/1/23 02:05, Richard Henderson wrote: On 1/11/23 08:31, Philippe Mathieu-Daudé wrote: Implement Richard's suggestion to use __builtin_bswap(). Convert to __builtin_bswap() one patch per OS to simplify maintainers review. Since v2: - Reba

Re: [PATCH v3 0/6] qemu/bswap: Use compiler __builtin_bswap()

2023-01-12 Thread Philippe Mathieu-Daudé
On 13/1/23 02:05, Richard Henderson wrote: On 1/11/23 08:31, Philippe Mathieu-Daudé wrote: Implement Richard's suggestion to use __builtin_bswap(). Convert to __builtin_bswap() one patch per OS to simplify maintainers review. Since v2: - Rebased adapting ./configure changes to meson Since v1:

Re: [PATCH v3 0/6] qemu/bswap: Use compiler __builtin_bswap()

2023-01-12 Thread Richard Henderson
On 1/11/23 08:31, Philippe Mathieu-Daudé wrote: Implement Richard's suggestion to use __builtin_bswap(). Convert to __builtin_bswap() one patch per OS to simplify maintainers review. Since v2: - Rebased adapting ./configure changes to meson Since v1: - Remove the Haiku/BSD ifdef'ry (Peter) - I

[PATCH v3 0/6] qemu/bswap: Use compiler __builtin_bswap()

2023-01-11 Thread Philippe Mathieu-Daudé
Implement Richard's suggestion to use __builtin_bswap(). Convert to __builtin_bswap() one patch per OS to simplify maintainers review. Since v2: - Rebased adapting ./configure changes to meson Since v1: - Remove the Haiku/BSD ifdef'ry (Peter) - Include the Haiku VM image from Alexander Philippe