2015-03-13 09:14-0600, James Sullivan:
> ---
> Changes since v2:
>     * Added one time warning message when RH=1
>     * Documented conflict between RH=1 and delivery mode
>     * Tidied code to check RH=1/DM=1 (remove bool phys, use if/else)
> Changes since v3:
>     * Fixed logical error in RH=1/DM=1 check
>     * Aligned quotation blocks in multiline pr_warn_once argument
> Changes since v4:
>     * Put error message string on single line

Thanks,

Reviewed-by: Radim Krčmář <rkrc...@redhat.com>

> diff --git a/arch/x86/kvm/irq_comm.c b/arch/x86/kvm/irq_comm.c
> @@ -103,12 +103,24 @@ static inline void kvm_set_msi_irq(struct 
> kvm_kernel_irq_routing_entry *e,
> +     if (e->msi.address_lo & MSI_ADDR_REDIRECTION_LOWPRI)
> +             pr_warn_once(
> +                     "kvm: MSIs may not be correctly delivered with RH 
> set.\n");

(The joys of 80+ columns!)
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to