Re: [PATCH V3] kvm:x86 :remove unnecessary recalculate_apic_map

2018-12-14 Thread Paolo Bonzini
On 13/12/18 20:40, Radim Krčmář wrote: > Reviewed-by: Radim Krčmář Queued, thanks. Paolo

Re: [PATCH V3] kvm:x86 :remove unnecessary recalculate_apic_map

2018-12-13 Thread Radim Krčmář
2018-12-04 17:42+0800, Peng Hao: > In the previous code, the variable apic_sw_disabled influences > recalculate_apic_map. But in "KVM: x86: simplify kvm_apic_map" > (commit:3b5a5ffa928a3f875b0d5dd284eeb7c322e1688a), > the access to apic_sw_disabled in recalculate_apic_map has been > deleted. > > S

[PATCH V3] kvm:x86 :remove unnecessary recalculate_apic_map

2018-12-03 Thread Peng Hao
In the previous code, the variable apic_sw_disabled influences recalculate_apic_map. But in "KVM: x86: simplify kvm_apic_map" (commit:3b5a5ffa928a3f875b0d5dd284eeb7c322e1688a), the access to apic_sw_disabled in recalculate_apic_map has been deleted. Signed-off-by: Peng Hao --- arch/x86/kvm/lapic