On Friday 19 October 2007 10:19:16 am Aurelien Jarno wrote:
> The small patch below fixes the IDE problem, but not the NE2000 ISA one.
> Please apply.
>
> Index: hw/i8259.c
> ===================================================================
> RCS file: /sources/qemu/qemu/hw/i8259.c,v
> retrieving revision 1.25
> diff -u -d -p -r1.25 i8259.c
> --- hw/i8259.c 17 Sep 2007 08:09:46 -0000 1.25
> +++ hw/i8259.c 19 Oct 2007 15:17:22 -0000
> @@ -164,7 +164,7 @@ void pic_update_irq(PicState2 *s)
> }
>
> /* all targets should do this rather than acking the IRQ in the cpu */
> -#if defined(TARGET_MIPS)
> +#if defined(TARGET_MIPS) || defined(TARGET_PPC)
> else {
> qemu_irq_lower(s->parent_irq);
> }
Ack. This fixed it for me.
Off to try the network one...
Rob
--
"One of my most productive days was throwing away 1000 lines of code."
- Ken Thompson.