kvm: Fix the memory interface used by KVM
authorAndreas Sandberg <andreas@sandberg.pp.se>
Tue, 14 May 2013 13:56:04 +0000 (15:56 +0200)
committerAndreas Sandberg <andreas@sandberg.pp.se>
Tue, 14 May 2013 13:56:04 +0000 (15:56 +0200)
commit98483ba858e18d1376b86fc7e871e0762bee827c
treecfb3122b8aa01cd3bac76f6432bc4469ed5ca4a1
parent1ae30c68c1f5159a5e1c557ee33a33aa695d7da5
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::KVMCpuPort class which derives from
MasterPort. This class is used on the data and instruction ports
instead of the old CpuPort.
src/cpu/kvm/base.hh