Giacomo Travaglini has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/47679 )

Change subject: arch-arm: Forward declare kvm_vcpu_init
......................................................................

arch-arm: Forward declare kvm_vcpu_init

Signed-off-by: Giacomo Travaglini <[email protected]>
Change-Id: I6fa5be48498d1a8f9c070e9ded11e8cadd4b89a1
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/47679
Reviewed-by: Jason Lowe-Power <[email protected]>
Reviewed-by: Daniel Carvalho <[email protected]>
Maintainer: Jason Lowe-Power <[email protected]>
Tested-by: kokoro <[email protected]>
---
M src/arch/arm/kvm/base_cpu.hh
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Jason Lowe-Power: Looks good to me, approved; Looks good to me, approved
  Daniel Carvalho: Looks good to me, approved
  kokoro: Regressions pass



diff --git a/src/arch/arm/kvm/base_cpu.hh b/src/arch/arm/kvm/base_cpu.hh
index ec9e5ad..3b2beb3 100644
--- a/src/arch/arm/kvm/base_cpu.hh
+++ b/src/arch/arm/kvm/base_cpu.hh
@@ -44,6 +44,7 @@
 #include "dev/arm/base_gic.hh"

 struct kvm_reg_list;
+struct kvm_vcpu_init;

 namespace gem5
 {
@@ -111,7 +112,7 @@
      *
      * @param target CPU type to emulate
      */
-    void kvmArmVCpuInit(const struct kvm_vcpu_init &init);
+    void kvmArmVCpuInit(const kvm_vcpu_init &init);

   private:
     std::unique_ptr<kvm_reg_list> tryGetRegList(uint64_t nelem) const;

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/47679
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I6fa5be48498d1a8f9c070e9ded11e8cadd4b89a1
Gerrit-Change-Number: 47679
Gerrit-PatchSet: 2
Gerrit-Owner: Giacomo Travaglini <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Daniel Carvalho <[email protected]>
Gerrit-Reviewer: Giacomo Travaglini <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to