Re: [PATCH 1/4] KVM: VMX: extract __pi_post_block

2017-06-06 Thread kbuild test robot
Hi Paolo, [auto build test WARNING on kvm/linux-next] [also build test WARNING on v4.12-rc4 next-20170606] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 1/4] KVM: VMX: extract __pi_post_block

2017-06-06 Thread kbuild test robot
Hi Paolo, [auto build test WARNING on kvm/linux-next] [also build test WARNING on v4.12-rc4 next-20170606] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 1/4] KVM: VMX: extract __pi_post_block

2017-06-06 Thread Paolo Bonzini
Simple code movement patch, preparing for the next one. Cc: Longpeng (Mike) Cc: Huangweidong Cc: Gonglei Cc: wangxin Cc: Radim Krčmář Signed-off-by: Paolo Bonzini

[PATCH 1/4] KVM: VMX: extract __pi_post_block

2017-06-06 Thread Paolo Bonzini
Simple code movement patch, preparing for the next one. Cc: Longpeng (Mike) Cc: Huangweidong Cc: Gonglei Cc: wangxin Cc: Radim Krčmář Signed-off-by: Paolo Bonzini --- arch/x86/kvm/vmx.c | 71 +- 1 file changed, 38 insertions(+), 33