On Thu, May 09, 2019 at 07:29:20PM +0800, Wanpeng Li wrote: > From: Wanpeng Li <wanpen...@tencent.com> > > After commit c3941d9e0 (KVM: lapic: Allow user to disable adaptive tuning of > timer advancement), '-1' enables adaptive tuning starting from default > advancment of 1000ns. However, we should expose an int instead of an overflow > uint module parameter. > > Before patch: > > /sys/module/kvm/parameters/lapic_timer_advance_ns:4294967295 > > After patch: > > /sys/module/kvm/parameters/lapic_timer_advance_ns:-1 > > Fixes: c3941d9e0 (KVM: lapic: Allow user to disable adaptive tuning of timer > advancement) > Cc: Paolo Bonzini <pbonz...@redhat.com> > Cc: Radim Krčmář <rkrc...@redhat.com> > Cc: Sean Christopherson <sean.j.christopher...@intel.com> > Cc: Liran Alon <liran.a...@oracle.com> > Signed-off-by: Wanpeng Li <wanpen...@tencent.com> > ---
Reviewed-by: Sean Christopherson <sean.j.christopher...@intel.com>