Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/56188 )

Change subject: scons: Remove a blanket USE_KVM disable check from SConstruct.
......................................................................

scons: Remove a blanket USE_KVM disable check from SConstruct.

Whether to honor the USE_KVM setting can be handled in a more targeted
way down at individual consumers. They will know what ISA the host needs
to be for their particular model to make sense, where the SConstruct has
to enable or disable it for the entire build of gem5.

Change-Id: I9e82e232203834f6fe56d0ce5cf696809a0970bc
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/56188
Maintainer: Gabe Black <gabe.bl...@gmail.com>
Reviewed-by: Bobby Bruce <bbr...@ucdavis.edu>
Tested-by: kokoro <noreply+kok...@google.com>
---
M SConstruct
1 file changed, 18 insertions(+), 3 deletions(-)

Approvals:
  Bobby Bruce: Looks good to me, approved
  Gabe Black: Looks good to me, approved
  kokoro: Regressions pass




diff --git a/SConstruct b/SConstruct
index 6cdffe5..93b421e 100755
--- a/SConstruct
+++ b/SConstruct
@@ -733,9 +733,6 @@
     if env['USE_EFENCE']:
         env.Append(LIBS=['efence'])

-    if env['KVM_ISA'] != env['TARGET_ISA']:
-        env['USE_KVM'] = False
-
     # Save sticky variable settings back to current variables file
     sticky_vars.Save(current_vars_file, env)


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/56188
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: I9e82e232203834f6fe56d0ce5cf696809a0970bc
Gerrit-Change-Number: 56188
Gerrit-PatchSet: 4
Gerrit-Owner: Gabe Black <gabe.bl...@gmail.com>
Gerrit-Reviewer: Andreas Sandberg <andreas.sandb...@arm.com>
Gerrit-Reviewer: Bobby Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: Gabe Black <gabe.bl...@gmail.com>
Gerrit-Reviewer: Giacomo Travaglini <giacomo.travagl...@arm.com>
Gerrit-Reviewer: Jason Lowe-Power <ja...@lowepower.com>
Gerrit-Reviewer: kokoro <noreply+kok...@google.com>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to