[<prev] [next>] [day] [month] [year] [list]
Message-ID: <7614bc43-d9b1-7287-deef-1494f61d0b58@redhat.com>
Date: Fri, 5 Jul 2019 15:42:25 +0200
From: Paolo Bonzini <pbonzini@...hat.com>
To: Wanpeng Li <wanpeng.li@...mail.com>,
Wanpeng Li <kernellwp@...il.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"kvm@...r.kernel.org" <kvm@...r.kernel.org>
Cc: Radim Krčmář <rkrcmar@...hat.com>,
Marcelo Tosatti <mtosatti@...hat.com>
Subject: Re: [PATCH v5 2/4] KVM: LAPIC: Inject timer interrupt via posted
interrupt
On 05/07/19 15:32, Wanpeng Li wrote:
> -bool __read_mostly pi_inject_timer = 0;
> -module_param(pi_inject_timer, bool, S_IRUGO | S_IWUSR);
> +int __read_mostly pi_inject_timer = -1;
> +module_param(pi_inject_timer, int, S_IRUGO | S_IWUSR);
Use "bint" instead of "int" please, so that it accepts 0/1 only and
prints as Y/N.
Paolo
Powered by blists - more mailing lists