On Thu, 05 Jan 2023 13:43:03 -0800, David Matlack wrote: > Drop cpu_dirty_logging_count in favor of nr_memslots_dirty_logging. > Both fields count the number of memslots that have dirty-logging enabled, > with the only difference being that cpu_dirty_logging_count is only > incremented when using PML. So while nr_memslots_dirty_logging is not a > direct replacement for cpu_dirty_logging_count, it can be combined with > enable_pml to get the same information. > > [...] Applied to kvm-x86 misc, thanks! [1/1] KVM: x86: Replace cpu_dirty_logging_count with nr_memslots_dirty_logging https://github.com/kvm-x86/linux/commit/1799eb69b994 -- https://github.com/kvm-x86/linux/tree/next https://github.com/kvm-x86/linux/tree/fixes