kvm: Service events in the instruction event queues
[gem5.git] / src / cpu / kvm / base.cc
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