Searched hist:9688 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/cpu/kvm/
H A Dbase.hh9688:cce7dd32aed3 Tue May 14 09:56:00 EDT 2013 Andreas Sandberg <andreas@sandberg.pp.se> 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.

Completed in 7 milliseconds