From c84f95ebbb52cef4a48bdf72186e6fbe7a661148 Mon Sep 17 00:00:00 2001 From: Giacomo Travaglini Date: Mon, 13 Jul 2020 17:24:07 +0100 Subject: [PATCH] tests: System is expecting a kvm_vm param for KvmVM Signed-off-by: Giacomo Travaglini Change-Id: I607b7a7c5a7dec5395267b0fc0a7371032037b16 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/31217 Reviewed-by: Andreas Sandberg Maintainer: Andreas Sandberg Tested-by: kokoro --- tests/gem5/configs/base_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gem5/configs/base_config.py b/tests/gem5/configs/base_config.py index fbedbaf68..5623db8be 100644 --- a/tests/gem5/configs/base_config.py +++ b/tests/gem5/configs/base_config.py @@ -133,7 +133,7 @@ class BaseSystem(object): Arguments: system -- System to work on. """ - system.vm = KvmVM() + system.kvm_vm = KvmVM() def init_system(self, system): """Initialize a system. -- 2.30.2