qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 14/21] gdbstub: specialise target_memory_rw_debug


From: Richard Henderson
Subject: Re: [PATCH v2 14/21] gdbstub: specialise target_memory_rw_debug
Date: Fri, 6 Jan 2023 15:14:37 -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:
The two implementations are different enough to encourage having a
specialisation and we can move some of the softmmu only stuff out of
gdbstub.

Signed-off-by: Alex Bennée<alex.bennee@linaro.org>
---
  gdbstub/internals.h | 19 ++++++++++++
  gdbstub/gdbstub.c   | 73 +++++++--------------------------------------
  gdbstub/softmmu.c   | 51 +++++++++++++++++++++++++++++++
  gdbstub/user.c      | 15 ++++++++++
  4 files changed, 96 insertions(+), 62 deletions(-)

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

r~



reply via email to

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