qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 09/24] gdbstub: move chunk of softmmu functionality to own


From: Richard Henderson
Subject: Re: [PATCH v3 09/24] gdbstub: move chunk of softmmu functionality to own file
Date: Tue, 21 Feb 2023 14:26:58 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1

On 2/21/23 12:52, Alex Bennée wrote:
This is mostly code motion but a number of things needed to be done
for this minimal patch set:

   - move shared structures to internals.h
   - splitting some functions into user and softmmu versions
   - fixing a few casting issues to keep softmmu common

More CONFIG_USER_ONLY stuff will be handled in a following patches.

Reviewed-by: Fabiano Rosas<farosas@suse.de>
Signed-off-by: Alex Bennée<alex.bennee@linaro.org>

---
v3
   - rebase fixes
   - move extern to internals.h
---
  gdbstub/internals.h  |  43 ++++-
  gdbstub/gdbstub.c    | 421 +------------------------------------------
  gdbstub/softmmu.c    | 415 ++++++++++++++++++++++++++++++++++++++++++
  gdbstub/trace-events |   4 +-
  4 files changed, 470 insertions(+), 413 deletions(-)

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

r~



reply via email to

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