Re: [PATCH 0/8] KVM: Remove include/kvm, standardize includes

2025-06-13 Thread Oliver Upton
On Thu, Jun 12, 2025 at 06:56:53AM +0200, Paolo Bonzini wrote: > On 6/11/25 02:10, Sean Christopherson wrote: > > Kill off include/kvm (through file moves/renames), and standardize the set > > of > > KVM includes across all architectures. > > > > This conflicts with Colton's partioned PMU series[

Re: [PATCH 0/8] KVM: Remove include/kvm, standardize includes

2025-06-11 Thread Paolo Bonzini
On 6/11/25 02:10, Sean Christopherson wrote: Kill off include/kvm (through file moves/renames), and standardize the set of KVM includes across all architectures. This conflicts with Colton's partioned PMU series[1], but this should work as a nice prepatory cleanup for the partitioned PMU work (a

[PATCH 0/8] KVM: Remove include/kvm, standardize includes

2025-06-10 Thread Sean Christopherson
Kill off include/kvm (through file moves/renames), and standardize the set of KVM includes across all architectures. This conflicts with Colton's partioned PMU series[1], but this should work as a nice prepatory cleanup for the partitioned PMU work (and hopefully can land sooner). Note, these pat