qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 16/19] Alpha: lower parent irq when irq is lower


From: Aurelien Jarno
Subject: Re: [Qemu-devel] [PATCH 16/19] Alpha: lower parent irq when irq is lowered.
Date: Wed, 15 Apr 2009 16:42:27 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

On Mon, Mar 30, 2009 at 04:36:31PM +0200, Tristan Gingold wrote:
> Signed-off-by: Tristan Gingold <address@hidden>
> ---
>  hw/i8259.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Thanks, applied.

> diff --git a/hw/i8259.c b/hw/i8259.c
> index f813525..adabd2b 100644
> --- a/hw/i8259.c
> +++ b/hw/i8259.c
> @@ -169,7 +169,7 @@ void pic_update_irq(PicState2 *s)
>      }
>  
>  /* all targets should do this rather than acking the IRQ in the cpu */
> -#if defined(TARGET_MIPS) || defined(TARGET_PPC)
> +#if defined(TARGET_MIPS) || defined(TARGET_PPC) || defined(TARGET_ALPHA)
>      else {
>          qemu_irq_lower(s->parent_irq);
>      }
> -- 
> 1.6.2
> 
> 
> 
> 

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
address@hidden                 http://www.aurel32.net




reply via email to

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