* Avi Kivity <[EMAIL PROTECTED]> wrote:

> Ingo Molnar wrote:
> >Subject: [patch] KVM: fix hypercall cache/decache
> >From: Ingo Molnar <[EMAIL PROTECTED]>
> >
> >a recent change to kvm_hypercall() flipped around the order of 
> >->cache_regs() and ->decache_regs(), but that is bogus and causes 
> >ESP/RIP corruption: ->cache_regs() will 'cache' the CPU-side registers 
> >into the vcpu structure, and ->decache_regs() will sync it back to the 
> >CPU.
> >
> >fix this by using the correct order again.
> 
> That's 57d78025d84fb607aa335d015a79b257517aa209 in my tree...

ok :)

        Ingo

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to