Review Board 2.0.15


kvm: Fix the memory interface used by KVM

Review Request #1850 - Created May 1, 2013 and submitted

Information
Andreas Sandberg
gem5
default
Reviewers
Default
Changeset 9685:edf659ee7b8a
---------------------------
kvm: Fix the memory interface used by KVM

The CpuPort class was removed before the KVM patches were committed,
which means that the KVM interface currently doesn't compile. This
changeset adds the BaseKvmCPU::MemPort class which derives from
MasterPort. This class is used on the data and instruction ports
instead of the old CpuPort.
Compiles and boots Linux on X86. Haven't tested ARM, but there is no reason it won't work.

Issue Summary

1 0 1 0
Description From Last Updated Status
Review request changed
Updated (May 13, 2013, 11:57 p.m.)

Status: Closed (submitted)