Re: [PATCH 1/2] KVM: Fix the build error

2020-09-22 Thread Haiwei Li
On 20/9/20 21:09, Paolo Bonzini wrote: On 14/09/20 11:11, lihaiwei.ker...@gmail.com wrote: From: Haiwei Li When CONFIG_SMP is not set, an build error occurs with message "error: use of undeclared identifier 'kvm_send_ipi_mask_allbutself'" Fixes: 0f990222108d ("KVM: Check the allocation of pv

Re: [PATCH 1/2] KVM: Fix the build error

2020-09-20 Thread Haiwei Li
On 20/9/20 21:09, Paolo Bonzini wrote: On 14/09/20 11:11, lihaiwei.ker...@gmail.com wrote: From: Haiwei Li When CONFIG_SMP is not set, an build error occurs with message "error: use of undeclared identifier 'kvm_send_ipi_mask_allbutself'" Fixes: 0f990222108d ("KVM: Check the allocation of

Re: [PATCH 1/2] KVM: Fix the build error

2020-09-20 Thread Paolo Bonzini
On 14/09/20 11:11, lihaiwei.ker...@gmail.com wrote: > From: Haiwei Li > > When CONFIG_SMP is not set, an build error occurs with message "error: > use of undeclared identifier 'kvm_send_ipi_mask_allbutself'" > > Fixes: 0f990222108d ("KVM: Check the allocation of pv cpu mask", 2020-09-01) > Repor

[PATCH 1/2] KVM: Fix the build error

2020-09-14 Thread lihaiwei . kernel
From: Haiwei Li When CONFIG_SMP is not set, an build error occurs with message "error: use of undeclared identifier 'kvm_send_ipi_mask_allbutself'" Fixes: 0f990222108d ("KVM: Check the allocation of pv cpu mask", 2020-09-01) Reported-by: kernel test robot Signed-off-by: Haiwei Li --- arch/x86