mbox series

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

Message ID 20241010175246.15779-1-philmd@linaro.org
Headers show
Series gdbstub: Introduce ldtul_$endian_p() helpers | expand

Message

Philippe Mathieu-Daudé Oct. 10, 2024, 5:52 p.m. UTC
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(-)

Comments

Pierrick Bouvier Oct. 10, 2024, 5:57 p.m. UTC | #1
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>
Philippe Mathieu-Daudé Oct. 15, 2024, 2:38 p.m. UTC | #2
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.