From 076d04a653f5a4252c6c16e010ad0d7bf36c1674 Mon Sep 17 00:00:00 2001 From: Akash Bagdia Date: Thu, 27 Jun 2013 05:49:49 -0400 Subject: config: Add a system clock command-line option This patch adds a 'sys_clock' command-line option and use it to assign clocks to the system during instantiation. As part of this change, the default clock in the System class is removed and whenever a system is instantiated a system clock value must be set. A default value is provided for the command-line option. The configs and tests are updated accordingly. --- tests/configs/base_config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/configs/base_config.py') diff --git a/tests/configs/base_config.py b/tests/configs/base_config.py index 60ba31665..a4b3969ef 100644 --- a/tests/configs/base_config.py +++ b/tests/configs/base_config.py @@ -131,6 +131,7 @@ class BaseSystem(object): Arguments: system -- System to initialize. """ + system.clock = '1GHz' system.cpu = self.create_cpus() if _have_kvm_support and \ -- cgit v1.2.3