qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [BUG 1.0] Networking in MIPS Malta emulation is broken


From: Stefan Weil
Subject: [Qemu-devel] [BUG 1.0] Networking in MIPS Malta emulation is broken
Date: Thu, 24 Nov 2011 20:40:30 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20111110 Iceowl/1.0b1 Icedove/3.0.11

One of my standard tests (booting a MIPS Malta emulation with a
Debian NFS root) no longer works.

Git bisect shows that this commit caused the regression:

commit 5632ae46d5bda798e971dae48ebb318ac2c3686a
Author: Avi Kivity <address@hidden>
Date:   Mon Sep 12 13:00:05 2011 +0300

    mips_malta: move i8259 initialization after piix4 initialization

i8259 is an ISA device (or at least, depends on the ISA infrastructure to register its ioport); and the ISA bus is supplied by piix4. Later patches
    make this dependency explicit.

    Use qemu_irq_proxy() to stop the cycle by adding an extra layer of
    indirection.

    Signed-off-by: Avi Kivity <address@hidden>

The test was run with default networking and with an eepro100
network card. In both cases, Linux shows the ethernet devices,
but fails to read init from NFS. I think there are problems
with interrupt handling.

Is there a simple solution? Otherwise I'll examine this issue.
It would be good to get this fixed before 1.0 is released.

Regards,
Stefan




reply via email to

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