----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1888/ -----------------------------------------------------------
Review request for Default. Description ------- Changeset 9739:199987006c04 --------------------------- kvm: Separate host frequency from simulated CPU frequency We used to use the KVM CPU's clock to specify the host frequency. This was not ideal for several reasons. One of them being that the clock parameter of a CPU determines the frequency of some of the components connected to the CPU. This changeset adds a separate hostFreq parameter that should be used to specify the host frequency until we add code to autodetect it. The hostFactor should still be used to specify the conversion factor between the host performance and that of the simulated system. Diffs ----- src/cpu/kvm/BaseKvmCPU.py 16f9d1fd37da src/cpu/kvm/base.hh 16f9d1fd37da src/cpu/kvm/base.cc 16f9d1fd37da Diff: http://reviews.gem5.org/r/1888/diff/ Testing ------- Thanks, Andreas Sandberg _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
