Message ID | 20210205005750.3841462-1-seanjc@google.com (mailing list archive) |
---|---|
Headers | show |
Series | KVM: x86: Move common exit handlers to x86.c | expand |
On 05/02/21 01:57, Sean Christopherson wrote: > Paolo, I based this on kvm/queue under the assumption it can all wait until > 5.13. I don't think there's anything urgent here, and the conflicts with > the stuff in kvm/nested-svm are annoying. Let me know if you want me to > rebase anything/all to get something into 5.12, I know 5.12 is a little > light on x86 changes :-D. Yes, we can make it wait for 5.13. I'm thinking also of taking the occasion to split x86.c further. But I think it's better to move the ioctl interfaces out of x86.c, so for the purpose of this series it is okay to add more stuff to that file. Paolo