Hi everyone,

I am currently running some experiments with Gem5 using the following
processor configuration. In the stats file, I am seeing two sets of
reports: one for switch0 and one for switch1. Does switch0 correspond to
KVM? If so, I think I don't need to consider it as it is the stats for
booting Linux. However, if it does not correspond to KVM, how should I
calculate the total cycle count and instruction count? Should I take the
average of switch0 and switch1?

Thank you!

processor = SimpleSwitchableProcessor(
starting_core_type=CPUTypes.KVM,
switch_core_type=CPUTypes.TIMING,
isa=ISA.X86,
num_cores=2,
)
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org

Reply via email to