cpu: implement a bi-mode branch predictor
[gem5.git] / src / cpu / kvm / x86_cpu.cc
2014-04-09 Andreas Sandbergkvm, x86: Add initial support for multicore simulation
2014-03-16 Andreas Sandbergkvm: x86: Adjust PC to remove the CS segment base address
2014-03-16 Andreas Sandbergkvm: x86: Add support for x86 INIT and STARTUP handling
2014-03-03 Andreas Sandbergkvm: x86: Always assume segments to be usable
2013-09-30 Andreas Sandbergkvm: FPU synchronization support on x86
2013-09-30 Andreas Sandbergkvm: x86: Fix segment registers to make them VMX compatible
2013-09-25 Andreas Sandbergkvm: Add x86 segment register verification to help...
2013-09-25 Andreas Sandbergkvm: Initial x86 support