On Tue, Apr 16, 2013 at 10:21 AM, Alexander Graf <ag...@suse.de> wrote:
> Commit aa2fbe6d broke the ARM KVM target by introducing a new parameter
> to irq handling functions.
>
> Fix the function prototype to get things compiling again and ignore the
> parameter just like we did before
>
> Signed-off-by: Alexander Graf <ag...@suse.de>
> ---
>  arch/arm/kvm/arm.c |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/kvm/arm.c b/arch/arm/kvm/arm.c
> index e4ad0bb..678596f 100644
> --- a/arch/arm/kvm/arm.c
> +++ b/arch/arm/kvm/arm.c
> @@ -805,7 +805,8 @@ static int vcpu_interrupt_line(struct kvm_vcpu *vcpu, int 
> number, bool level)
>         return 0;
>  }
>
> -int kvm_vm_ioctl_irq_line(struct kvm *kvm, struct kvm_irq_level *irq_level)
> +int kvm_vm_ioctl_irq_line(struct kvm *kvm, struct kvm_irq_level *irq_level,
> +                         bool line_status)
>  {
>         u32 irq = irq_level->irq;
>         unsigned int irq_type, vcpu_idx, irq_num;
> --
> 1.6.0.2
>

Acked-by: Christoffer Dall <cd...@cs.columbia.edu>
--
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