[PATCH v3 0/2] gdbstub: Introduce ldtul_$endian_p() helpers

Philippe Mathieu-Daudé posted 2 patches 1 month, 2 weeks ago
include/exec/tswap.h      | 2 +-
include/gdbstub/helpers.h | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
[PATCH v3 0/2] gdbstub: Introduce ldtul_$endian_p() helpers
Posted by Philippe Mathieu-Daudé 1 month, 2 weeks ago
Only unreviewed patches from v2:
https://lore.kernel.org/qemu-devel/20241004163042.85922-1-philmd@linaro.org/

Philippe Mathieu-Daudé (2):
  exec/tswap: Massage target_needs_bswap() definition
  gdbstub/helpers: Introduce ldtul_$endian_p() helpers

 include/exec/tswap.h      | 2 +-
 include/gdbstub/helpers.h | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

-- 
2.45.2


Re: [PATCH v3 0/2] gdbstub: Introduce ldtul_$endian_p() helpers
Posted by Philippe Mathieu-Daudé 1 month, 1 week ago
On 10/10/24 14:52, Philippe Mathieu-Daudé wrote:
> Only unreviewed patches from v2:
> https://lore.kernel.org/qemu-devel/20241004163042.85922-1-philmd@linaro.org/
> 
> Philippe Mathieu-Daudé (2):
>    exec/tswap: Massage target_needs_bswap() definition
>    gdbstub/helpers: Introduce ldtul_$endian_p() helpers

Series queued.


Re: [PATCH v3 0/2] gdbstub: Introduce ldtul_$endian_p() helpers
Posted by Pierrick Bouvier 1 month, 2 weeks ago
On 10/10/24 10:52, Philippe Mathieu-Daudé wrote:
> Only unreviewed patches from v2:
> https://lore.kernel.org/qemu-devel/20241004163042.85922-1-philmd@linaro.org/
> 
> Philippe Mathieu-Daudé (2):
>    exec/tswap: Massage target_needs_bswap() definition
>    gdbstub/helpers: Introduce ldtul_$endian_p() helpers
> 
>   include/exec/tswap.h      | 2 +-
>   include/gdbstub/helpers.h | 4 ++++
>   2 files changed, 5 insertions(+), 1 deletion(-)
> 

For the series:
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>