commit | 40c8d18f4fdbceb63d64520ac7650b4f6ecd52bb | [log] [tgz] |
---|---|---|
author | Vladimir Chtchetkine <vchtchetkine@google.com> | Tue Sep 27 11:21:12 2011 -0700 |
committer | Vladimir Chtchetkine <vchtchetkine@google.com> | Tue Sep 27 12:52:45 2011 -0700 |
tree | f8870796444d969209f6fb4acb0cd1b41bae5c06 | |
parent | ffb88b0da4df3d6a2db80670a176397db5ff6515 [diff] |
Merge from c3b969ab on master. Do not merge. Fix QEMU pipe on KVM The issue was that CPU registers (CR3 in particular) in QEMU were out of sync with KVM at the time when virtual address to physical address translation was performed. This caused translation failure, and the subsequent crash. The fix was to explicitly sync QEMU registers with KVM registers just before calling VA->PA translation. Change-Id: I469da1d95d1e2f10e372b100ba93cd448b4b4551