stdlib: Remove setting of 'kvm_vm' from SwitchableProcessor
This stops a `kvm_mv already has parent` warning from happening when using a SwitchableProcessor. Change-Id: I495a040e03c33228ceafc99a94b0d0957f4ff6a2 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/62657 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Maintainer: Jason Lowe-Power <power.jg@gmail.com>
This commit is contained in:
committed by
Bobby Bruce
parent
50fd37a3b1
commit
c8031233e8
@@ -93,8 +93,6 @@ class SwitchableProcessor(AbstractProcessor):
|
||||
self._board = board
|
||||
|
||||
if self._prepare_kvm:
|
||||
board.kvm_vm = self.kvm_vm
|
||||
|
||||
# To get the KVM CPUs to run on different host CPUs
|
||||
# Specify a different event queue for each CPU
|
||||
kvm_cores = [
|
||||
|
||||
Reference in New Issue
Block a user