Giacomo Travaglini has submitted this change. (
https://gem5-review.googlesource.com/c/public/gem5/+/31217 )
Change subject: tests: System is expecting a kvm_vm param for KvmVM
......................................................................
tests: System is expecting a kvm_vm param for KvmVM
Signed-off-by: Giacomo Travaglini <[email protected]>
Change-Id: I607b7a7c5a7dec5395267b0fc0a7371032037b16
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/31217
Reviewed-by: Andreas Sandberg <[email protected]>
Maintainer: Andreas Sandberg <[email protected]>
Tested-by: kokoro <[email protected]>
---
M tests/gem5/configs/base_config.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Andreas Sandberg: Looks good to me, approved; Looks good to me, approved
kokoro: Regressions pass
diff --git a/tests/gem5/configs/base_config.py
b/tests/gem5/configs/base_config.py
index fbedbaf..5623db8 100644
--- a/tests/gem5/configs/base_config.py
+++ b/tests/gem5/configs/base_config.py
@@ -133,7 +133,7 @@
Arguments:
system -- System to work on.
"""
- system.vm = KvmVM()
+ system.kvm_vm = KvmVM()
def init_system(self, system):
"""Initialize a system.
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/31217
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: I607b7a7c5a7dec5395267b0fc0a7371032037b16
Gerrit-Change-Number: 31217
Gerrit-PatchSet: 6
Gerrit-Owner: Giacomo Travaglini <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Bobby R. Bruce <[email protected]>
Gerrit-Reviewer: Giacomo Travaglini <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-CC: Jason Lowe-Power <[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