cpu: o3: replace issueLatency with bool pipelined
[gem5.git] / src / cpu / kvm / base.cc
2015-01-22 Andreas Hanssonmem: Clean up Request initialisation
2014-11-24 Alexandru Dutukvm, x86: Adding support for SE mode execution
2014-09-20 Mitch Hayengaalpha,arm,mips,power,x86,cpu,sim: Cleanup activate...
2014-04-09 Andreas Sandbergkvm, x86: Add initial support for multicore simulation
2014-03-16 Andreas Sandbergkvm: Clean up signal handling
2014-03-16 Andreas Sandbergkvm: x86: Add support for x86 INIT and STARTUP handling
2014-03-03 Andreas Sandbergkvm: Initialize signal handlers from startupThread()
2014-02-20 Andreas Sandbergkvm: Add support for multi-system simulation
2013-10-15 Andreas Sandbergkvm: Set the perf exclude_host attribute if available
2013-11-26 Andreas Sandbergkvm: Remove the unused hostFreq member from BaseKvmCPU
2013-11-25 Steve Reinhardt... sim: simulate with multiple threads and event queues
2013-10-16 Andreas Sandbergkvm: Fix latency calculation of IPR accesses
2013-10-03 Andreas Sandbergkvm: Service events in the instruction event queues
2013-09-30 Andreas Sandbergkvm: Add support for thread-specific instruction events
2013-09-19 Andreas Sandbergkvm: Correctly handle the return value from handleIpr...
2013-06-18 Andreas Sandbergkvm: Use the address finalization code in the TLB
2013-06-11 Andreas Sandbergkvm: Add more VM stats
2013-06-11 Andreas Sandbergkvm: Separate host frequency from simulated CPU frequency
2013-06-11 Andreas Sandbergkvm: Don't handle IO and execute in the same tick
2013-06-11 Andreas Sandbergkvm: Maintain a local instruction counter and update...
2013-06-03 Andreas Sandbergkvm: Allow architectures to override the cycle accounti...
2013-06-03 Andreas Sandbergkvm: Add a call to thread->startup() in startup()
2013-05-14 Andreas Sandbergkvm: Add support for disabling coalesced MMIO
2013-05-14 Andreas Sandbergkvm: Dump state before panic in KVM exit handlers
2013-05-02 Andreas Sandbergkvm: Add a stat counting number of instructions executed
2013-05-02 Andreas Sandbergkvm: Add checkpoint debug print
2013-05-02 Andreas Sandbergkvm: Make MMIO requests uncacheable
2013-04-22 Andreas Sandbergkvm: Add experimental support for a perf-based executio...
2013-04-22 Andreas Sandbergkvm: Avoid synchronizing the TC on every KVM exit
2013-04-22 Andreas Sandbergkvm: Basic support for hardware virtualized CPUs