----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2526/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 10563:b4d5f13cff19 --------------------------- sim: Add a KvmVM parameter to the base system object. The inclusion of this parameter is gated on the USE_KVM build variable. By making it a parameter and defaulting it to NULL, it can be found by a child objects parameter proxy even if classes down the heirarchy or instantions of them don't have a KvmVM parameter or child. If KVM isn't available, the parameter won't be there. If it is but isn't being used, it will be NULL. If some other VM mechanism is added in the future, the type of the parameter can be generalized so that either type of VM can be plugged in. Diffs ----- src/sim/System.py 6317351a288c0349c5855c7431bc1eeade61605c Diff: http://reviews.gem5.org/r/2526/diff/ Testing ------- Thanks, Gabe Black _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
