qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] SH: Improve the interrupt controller


From: takasi-y
Subject: Re: [Qemu-devel] SH: Improve the interrupt controller
Date: Thu, 5 Feb 2009 01:40:37 +0900 (JST)

Hi,

me> It stops with CPU load 100% (and I had to power my PC off...).
The reason was because of a mismatch between
> diff --git a/hw/sh7750.c b/hw/sh7750.c
...
>      sh_intc_init(&s->intc, NR_SOURCES,
> +              0x1fd00000,
>                _INTC_ARRAY(mask_registers),
and 
>  int sh_intc_init(struct intc_desc *desc,
> +              target_phys_addr_t base,
>                int nr_sources,
.
This uses up CPU and memory.
Please forget about this issue, because you must have the correct code.

Even with this fixed, I can't get r2d working here. But, never mind.
Apparently, we are not sharing the same code.
I'd like you to re-post the patch from your current code, with a pointer
to base code (svn rev#, git hash or so).
# BTW, Unfortunately I don't have "proven" kernel binary, either.
/yoshii




reply via email to

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