On Wed, 4 Mar 2020 10:55:54 +0800 Jay Zhou <jianjay.zhou@xxxxxxxxxx> wrote: > Since the new capability KVM_DIRTY_LOG_INITIALLY_SET of > KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2 has been introduced in the > kernel, tweak the userspace side to detect and enable this > capability. > > Signed-off-by: Jay Zhou <jianjay.zhou@xxxxxxxxxx> > --- > accel/kvm/kvm-all.c | 21 ++++++++++++++------- > linux-headers/linux/kvm.h | 3 +++ > 2 files changed, 17 insertions(+), 7 deletions(-) <standard message> Please do any linux-headers updates in a separate patch; that makes it easy to replace the manual update with a complete headers update. </standard message> :)