qemu-ppc
[Top][All Lists]
Advanced

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

Re: [PATCH v3 7/7] target/ppc: isolated cpu init from translation logic


From: Richard Henderson
Subject: Re: [PATCH v3 7/7] target/ppc: isolated cpu init from translation logic
Date: Fri, 30 Apr 2021 18:11:52 -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/cpu_init.c
@@ -18,6 +18,7 @@
   * License along with this library; if not, see<http://www.gnu.org/licenses/>.
   */
+#include "qemu/osdep.h"
  #include "disas/dis-asm.h"
  #include "exec/gdbstub.h"
  #include "kvm_ppc.h"
@@ -42,7 +43,10 @@
  #include "fpu/softfloat.h"
  #include "qapi/qapi-commands-machine-target.h"
+#include "helper_regs.h"
+#include "internal.h"
  #include "spr_tcg.h"

You need "exec/helper-proto.h" until you deal with helper_mtvscr().

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


r~



reply via email to

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