configs, tests: Use proper releases in KVM simulations
Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com> Change-Id: I071f3d9c4eb5e4c7df3052bb8db93fece30cd069 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/64073 Maintainer: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-by: Richard Cooper <richard.cooper@arm.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -435,6 +435,7 @@ def build(options):
|
||||
|
||||
def _build_kvm(options, system, cpus):
|
||||
system.kvm_vm = KvmVM()
|
||||
system.release = ArmDefaultRelease.for_kvm()
|
||||
|
||||
if options.kvm_userspace_gic:
|
||||
# We will use the simulated GIC.
|
||||
|
||||
@@ -96,6 +96,7 @@ class LinuxArmSystemBuilder(object):
|
||||
system -- System to work on.
|
||||
"""
|
||||
system.kvm_vm = KvmVM()
|
||||
system.release = ArmDefaultRelease.for_kvm()
|
||||
|
||||
# Arm KVM regressions will use a simulated GIC. This means that in
|
||||
# order to work we need to remove the system interface of the
|
||||
|
||||
Reference in New Issue
Block a user