From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G69Qd-0003fU-Hg for qemu-devel@nongnu.org; Thu, 27 Jul 2006 13:13:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G69Qd-0003e8-0z for qemu-devel@nongnu.org; Thu, 27 Jul 2006 13:13:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G69Qc-0003dt-LM for qemu-devel@nongnu.org; Thu, 27 Jul 2006 13:13:42 -0400 Received: from [64.233.182.191] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G69SQ-0005yd-Ex for qemu-devel@nongnu.org; Thu, 27 Jul 2006 13:15:34 -0400 Received: by nf-out-0910.google.com with SMTP id a25so226458nfc for ; Thu, 27 Jul 2006 10:13:41 -0700 (PDT) Message-ID: Date: Thu, 27 Jul 2006 21:13:41 +0400 From: "Igor Kovalenko" Subject: Re: [Qemu-devel] 0.8.2 and win64 In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_31038_27540306.1154020421232" References: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org ------=_Part_31038_27540306.1154020421232 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 7/27/06, ZIGLIO, Frediano, VF-IT wrote: > > > > > On 7/26/06, ZIGLIO, Frediano, VF-IT > 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 :) ------=_Part_31038_27540306.1154020421232 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On 7/27/06, ZIGLIO, Frediano, VF-IT <Frediano.Ziglio@vodafone.com> wrote:
>
> On 7/26/06, ZIGLIO, Frediano, VF-IT <Frediano.Ziglio@vodafone.com>
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 :)

------=_Part_31038_27540306.1154020421232--