qemu-ppc
[Top][All Lists]
Advanced

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

Re: [Qemu-ppc] [PATCH] kvm/openpic: add kvm_irqchip_commit_routes


From: Alexander Graf
Subject: Re: [Qemu-ppc] [PATCH] kvm/openpic: add kvm_irqchip_commit_routes
Date: Wed, 12 Jun 2013 23:23:09 +0200

On 12.06.2013, at 23:21, Scott Wood wrote:

> The patch that added kvm_irqchip_commit_routes was originally
> meant to come after the in-kernel mpic patch, and thus it updated
> hw/intc/openpic_kvm.c.  However, it was applied before the in-kernel
> mpic patch (which creates hw/intc/openpic_kvm.c), and thus this hunk
> got lost.
> 
> Signed-off-by: Scott Wood <address@hidden>

I'll squash this in with your previous commit if you're ok with that.


Alex

> ---
> hw/intc/openpic_kvm.c |    2 ++
> 1 file changed, 2 insertions(+)
> 
> diff --git a/hw/intc/openpic_kvm.c b/hw/intc/openpic_kvm.c
> index 809b34b..17d0a35 100644
> --- a/hw/intc/openpic_kvm.c
> +++ b/hw/intc/openpic_kvm.c
> @@ -204,6 +204,8 @@ static int kvm_openpic_init(SysBusDevice *dev)
>     kvm_msi_via_irqfd_allowed = true;
>     kvm_gsi_routing_allowed = true;
> 
> +    kvm_irqchip_commit_routes(s);
> +
>     return 0;
> }
> 
> -- 
> 1.7.10.4
> 
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]