On 7/27/06, ZIGLIO, Frediano, VF-IT <[EMAIL PROTECTED]> wrote:
>
> On 7/26/06, ZIGLIO, Frediano, VF-IT <[EMAIL PROTECTED]>
wrote:
> >
> > Hi,
> >   as expected 0.8.2 make windows 64 works. There is however a small
> > problem with network card. Windows 64 do not support old ne card so
I
> > used rtl8139. It seems that 8139plus card make windows enter in an
> > infinite loop at shutdown. Changing pci id from 0x20 to 0x10 (that
is
> > use old 8139, not plus) make the card work. I'm unable to find
windows
> > driver for pcnet so I'm unable to try it. Just to make it happy I
wrote
> > this patch that add a rtl8139too card. It simply change pci revision
id
> > but use rtl8139 code.
> >
>
> Do you have debugging logs available? I'm interested in fixing the C+
mode without adding 8139too option.

Mmm... some suggestion on how to debug? Connect gdb ?

I never succeeded with attaching to qemu with gdb.
Just uncomment DEBUG_RTL8139 define in hw/rtl8139.c - the log will be on stdout.
Beware the debugging output is verbose :)

_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to