From 516dcf3bcd24dfcae843b35e2c6c43f4e7dfe1ef Mon Sep 17 00:00:00 2001 From: Marco Kurzynski Date: Wed, 20 Sep 2023 21:42:56 +0000 Subject: [PATCH] configs: Fixed Typo Fixed a typo importing obtain_resource Change-Id: I5792ca161187c6576e2501e5aaea610d8b8ee5ea --- configs/example/gem5_library/x86-ubuntu-run-with-kvm-no-perf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/example/gem5_library/x86-ubuntu-run-with-kvm-no-perf.py b/configs/example/gem5_library/x86-ubuntu-run-with-kvm-no-perf.py index f25ffb62f8..233efd92b8 100644 --- a/configs/example/gem5_library/x86-ubuntu-run-with-kvm-no-perf.py +++ b/configs/example/gem5_library/x86-ubuntu-run-with-kvm-no-perf.py @@ -52,7 +52,7 @@ from gem5.isas import ISA from gem5.coherence_protocol import CoherenceProtocol from gem5.simulate.simulator import Simulator from gem5.simulate.exit_event import ExitEvent -from gem5.resources.resoruce import obtain_resource +from gem5.resources.resource import obtain_resource # This simulation requires using KVM with gem5 compiled for X86 simulation # and with MESI_Two_Level cache coherence protocol.