[<prev] [next>] [day] [month] [year] [list]
Message-ID: <56b273fbb59649d0888e229863149d13@huawei.com>
Date: Mon, 17 Feb 2020 09:41:46 +0000
From: linmiaohe <linmiaohe@...wei.com>
To: Vitaly Kuznetsov <vkuznets@...hat.com>
CC: "kvm@...r.kernel.org" <kvm@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"x86@...nel.org" <x86@...nel.org>,
"pbonzini@...hat.com" <pbonzini@...hat.com>,
"rkrcmar@...hat.com" <rkrcmar@...hat.com>,
"sean.j.christopherson@...el.com" <sean.j.christopherson@...el.com>,
"wanpengli@...cent.com" <wanpengli@...cent.com>,
"jmattson@...gle.com" <jmattson@...gle.com>,
"joro@...tes.org" <joro@...tes.org>,
"tglx@...utronix.de" <tglx@...utronix.de>,
"mingo@...hat.com" <mingo@...hat.com>,
"bp@...en8.de" <bp@...en8.de>, "hpa@...or.com" <hpa@...or.com>
Subject: Re: [PATCH] KVM: VMX: Add 'else' to split mutually exclusive case
Vitaly Kuznetsov <vkuznets@...hat.com> writes:
>linmiaohe <linmiaohe@...wei.com> writes:
>
>
>We'll need to add braces to all branches of the statement,
>
> if (is_page_fault(vmx->exit_intr_info)) {
>
> } else if (is_machine_check(vmx->exit_intr_info)) {
>
> } else if (is_nmi(vmx->exit_intr_info)) {
>
> }
>
>then.
Will do. Thanks.
Powered by blists - more mailing lists