qemu-ppc
[Top][All Lists]
Advanced

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

Re: [PATCH v3 4/7] target/ppc: turned SPR R/W callbacks not static


From: Richard Henderson
Subject: Re: [PATCH v3 4/7] target/ppc: turned SPR R/W callbacks not static
Date: Fri, 30 Apr 2021 18:05:30 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 4/30/21 12:35 PM, Bruno Larsen (billionai) wrote:
+++ b/target/ppc/spr_tcg.c.inc
@@ -17,6 +17,8 @@
   * License along with this library; if not, see 
<http://www.gnu.org/licenses/>.
   */
+#include "spr_tcg.h"

...

+++ b/target/ppc/translate_init.c.inc
@@ -42,6 +42,7 @@
  #include "fpu/softfloat.h"
  #include "qapi/qapi-commands-machine-target.h"
+#include "spr_tcg.h"
  /* #define PPC_DEBUG_SPR */
  /* #define USE_APPLE_GDB */

Including this header twice, in files that are themselves both included in translate.c, is sketchy. You really shouldn't add the one to translate_init.c.inc until patch 7, when it becomes the standalone cpu_init.c.

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

Note for future cleanup: Make spr_tcg.c be standalone as well. Just need to move a few declarations to a translate.h.


r~



reply via email to

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