Re: [PATCH v3 1/9] context_tracking: Move guest exit context tracking to separate helpers

2021-04-20 Thread Christian Borntraeger
On 16.04.21 00:20, Sean Christopherson wrote: From: Wanpeng Li Provide separate context tracking helpers for guest exit, the standalone helpers will be called separately by KVM x86 in later patches to fix tick-based accounting. Suggested-by: Thomas Gleixner Cc: Thomas Gleixner Cc: Sean Ch

[PATCH v3 1/9] context_tracking: Move guest exit context tracking to separate helpers

2021-04-15 Thread Sean Christopherson
From: Wanpeng Li Provide separate context tracking helpers for guest exit, the standalone helpers will be called separately by KVM x86 in later patches to fix tick-based accounting. Suggested-by: Thomas Gleixner Cc: Thomas Gleixner Cc: Sean Christopherson Cc: Michael Tokarev Cc: Christian Bo