Re: [PATCH] KVM: VMX: Add 'else' to split mutually exclusive case

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Vitaly Kuznetsov <vkuznets@xxxxxxxxxx> writes:
>linmiaohe <linmiaohe@xxxxxxxxxx> 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.



[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux