RE: [PATCH] kvm: support to get/set dirty log initial-all-set capability

2020-06-12 Thread Zhoujian (jay)
Cloud Infrastructure Service Product Dept.) > ; Huangweidong (C) > ; Liujinsong (Paul) > Subject: Re: [PATCH] kvm: support to get/set dirty log initial-all-set > capability > > On 12/06/20 05:01, Zhoujian (jay) wrote: > > > > > >> -Original Message- >

Re: [PATCH] kvm: support to get/set dirty log initial-all-set capability

2020-06-12 Thread Paolo Bonzini
c: m...@redhat.com; coh...@redhat.com; pet...@redhat.com; wangxin (U) >> ; Huangweidong (C) >> ; Liujinsong (Paul) >> Subject: Re: [PATCH] kvm: support to get/set dirty log initial-all-set >> capability >> >> On 04/03/20 03:55, Jay Zhou wrote: >>> Since the

RE: [PATCH] kvm: support to get/set dirty log initial-all-set capability

2020-06-11 Thread Zhoujian (jay)
gt; ; Huangweidong (C) > ; Liujinsong (Paul) > Subject: Re: [PATCH] kvm: support to get/set dirty log initial-all-set > capability > > On 04/03/20 03:55, Jay Zhou wrote: > > Since the new capability KVM_DIRTY_LOG_INITIALLY_SET of > > KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2 has been i

Re: [PATCH] kvm: support to get/set dirty log initial-all-set capability

2020-03-18 Thread Paolo Bonzini
On 04/03/20 03:55, Jay Zhou 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 > --- > accel/kvm/kvm-all.c | 2

Re: [PATCH] kvm: support to get/set dirty log initial-all-set capability

2020-03-16 Thread Cornelia Huck
On Wed, 4 Mar 2020 10:55:54 +0800 Jay Zhou 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 > --- > accel/kvm/kv

Re: [PATCH] kvm: support to get/set dirty log initial-all-set capability

2020-03-04 Thread Peter Xu
On Wed, Mar 04, 2020 at 10:55:54AM +0800, Jay Zhou 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 > --- > accel/

[PATCH] kvm: support to get/set dirty log initial-all-set capability

2020-03-03 Thread Jay Zhou
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 --- accel/kvm/kvm-all.c | 21 ++--- linux-headers/linux/kvm.h