qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 08/21] gdbstub: move fromhex/tohex routines to internals


From: Richard Henderson
Subject: Re: [PATCH v2 08/21] gdbstub: move fromhex/tohex routines to internals
Date: Fri, 6 Jan 2023 12:43:49 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 1/5/23 08:43, Alex Bennée wrote:
These will be needed from multiple places in the code. They are
declared as inline so move to the header and fix up to modern coding
style.

The only other place that messes with hex stuff at the moment is the
URI handling in utils but that would be more code churn so leave for
now.

Signed-off-by: Alex Bennée<alex.bennee@linaro.org>
---
  gdbstub/internals.h | 27 +++++++++++++++++++++++++++
  gdbstub/gdbstub.c   | 20 --------------------
  2 files changed, 27 insertions(+), 20 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]