qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v1 08/10] gdbstub: move chunk of softmmu functionality to own


From: Richard Henderson
Subject: Re: [PATCH v1 08/10] gdbstub: move chunk of softmmu functionality to own file
Date: Fri, 16 Dec 2022 12:27:05 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 12/16/22 03:22, 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
   - convert some helpers to public gdb_ functions (via 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.

Signed-off-by: Alex Bennée<alex.bennee@linaro.org>
---
  gdbstub/internals.h  |  60 +++++
  gdbstub/gdbstub.c    | 618 ++++++++-----------------------------------
  gdbstub/softmmu.c    | 420 +++++++++++++++++++++++++++++
  gdbstub/trace-events |   4 +-
  4 files changed, 595 insertions(+), 507 deletions(-)

I think the last 3 patches all try to do too much at once.
I think each of the bullet points above could be done separately.


r~



reply via email to

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