Review Board 2.0.15


tests: Add support for testing KVM-based CPUs

Review Request #1751 - Created March 7, 2013 and submitted

Information
Ali Saidi
gem5
default
Reviewers
Default
Changeset 9623:7de386a98aaa
---------------------------
tests: Add support for testing KVM-based CPUs

This changeset adds support for initializing a KVM VM in the
BaseSystem test class and adds the following methods in run.py:

require_file -- Test if a file exists and abort/skip if not.
require_kvm -- Test if KVM support has been compiled into gem5 (i.e.,
	       BaseKvmCPU exists) and the KVM device exists on the
	       host.

   
Review request changed
Updated (April 22, 2013, 11:46 p.m.)

Status: Closed (submitted)