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

/gem5/src/cpu/kvm/
H A Dx86_cpu.hh10113:f02b907bb9e8 Sun Mar 16 12:30:00 EDT 2014 Andreas Sandberg <andreas@sandberg.pp.se> kvm: x86: Adjust PC to remove the CS segment base address

gem5 seems to store the PC as RIP+CS_BASE. This is not what KVM
expects, so we need to subtract CS_BASE prior to transferring the PC
into KVM. This changeset adds the necessary PC manipulation and
refactors thread context updates slightly to avoid reading registers
multiple times from KVM.
H A Dx86_cpu.cc10113:f02b907bb9e8 Sun Mar 16 12:30:00 EDT 2014 Andreas Sandberg <andreas@sandberg.pp.se> kvm: x86: Adjust PC to remove the CS segment base address

gem5 seems to store the PC as RIP+CS_BASE. This is not what KVM
expects, so we need to subtract CS_BASE prior to transferring the PC
into KVM. This changeset adds the necessary PC manipulation and
refactors thread context updates slightly to avoid reading registers
multiple times from KVM.

Completed in 15 milliseconds