Re: [patch V2 16/17] kvm/workpending: Provide infrastructure for work before entering a guest

2019-10-23 Thread Sean Christopherson
On Wed, Oct 23, 2019 at 02:27:21PM +0200, Thomas Gleixner wrote: > Entering a guest is similar to exiting to user space. Pending work like > handling signals, rescheduling, task work etc. needs to be handled before > that. > > Provide generic infrastructure to avoid duplication of the same

[patch V2 16/17] kvm/workpending: Provide infrastructure for work before entering a guest

2019-10-23 Thread Thomas Gleixner
Entering a guest is similar to exiting to user space. Pending work like handling signals, rescheduling, task work etc. needs to be handled before that. Provide generic infrastructure to avoid duplication of the same handling code all over the place. The kvm_exit code is split up into a KVM