qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 10/21] gdbstub: move chunk of softmmu functionality to own


From: Richard Henderson
Subject: Re: [PATCH v2 10/21] gdbstub: move chunk of softmmu functionality to own file
Date: Fri, 6 Jan 2023 13:51:07 -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:
@@ -60,8 +67,6 @@ typedef struct GDBState {
      int signal;
  #ifdef CONFIG_USER_ONLY
      GDBUserState user;
-#else
-    GDBSystemState system;

In patch 6 you nested this variable, and now you're undoing that.
Get this placed properly to start, as I suggested, to reduce churn.


r~



reply via email to

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