qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] eepro100 and qemu0.14: unknown word write


From: Alex Williamson
Subject: Re: [Qemu-devel] eepro100 and qemu0.14: unknown word write
Date: Mon, 21 Mar 2011 15:48:17 -0600

2011/3/21 Sébastien BRICE <address@hidden>:
> Hi everyone
>
> I have been using qemu-kvm with success the last two years and its really
> amazing.
> I am new to this mailing list and i am requesting your assistance because i
> struggle to have my virtual card working with an 'exotic' virtual System
>
> address@hidden:~/qemu-kvm-0.14.0$ kvm -net nic,model=i82557b 
> /media/prologue.img
>
>
> Whatever i try the guest system never initializes the Intel 100 Pro NIC Card
> as it is supposed to do
>
> And thats almost working with eep100.c source and -net nic,model=i82557b
> option
> But each time the qemu hangs with:
>
> eepro100: feature is missing in this emulation: unknown word write
...
>     default:
>         logout("addr=%s val=0x%04x\n", regname(addr), val);
>         missing("unknown word write");
>     }
> }

Can you set DEBUG_EEPRO100 in the source file, rebuild and let us know
what extra debug output you get?  Just change the #if 0 around the
define near the top of the file to #if 1.

Alex



reply via email to

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