Re: [PATCH v3 08/15] KVM: Move setting of memslot into helper routine

2019-12-05 Thread Philippe Mathieu-Daudé
On 10/25/19 1:07 AM, Sean Christopherson wrote: Split out the core functionality of setting a memslot into a separate helper in preparation for moving memslot deletion into its own routine. Tested-by: Christoffer Dall Signed-off-by: Sean Christopherson --- virt/kvm/kvm_main.c | 106 +

[PATCH v3 08/15] KVM: Move setting of memslot into helper routine

2019-10-24 Thread Sean Christopherson
Split out the core functionality of setting a memslot into a separate helper in preparation for moving memslot deletion into its own routine. Tested-by: Christoffer Dall Signed-off-by: Sean Christopherson --- virt/kvm/kvm_main.c | 106 ++-- 1 file changed