qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Sylvain Petreolle <spetreolle@yahoo.fr>
To: Clemens Kolbitsch <clemens.kol@gmx.at>
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] RE : Re: Qemu-devel Digest, Vol 59, Issue 88
Date: Fri, 29 Feb 2008 19:22:53 +0100 (CET)	[thread overview]
Message-ID: <506593.99163.qm@web25705.mail.ukl.yahoo.com> (raw)
In-Reply-To: <200802291205.29026.clemens.kol@gmx.at>

[-- Attachment #1: Type: text/plain, Size: 1494 bytes --]

Look at pci.c.rej.
Because of the lines of the recent e1000 pci card inclusion,
patch refuses to apply it.

Its just a matter of resynch...

--- Clemens Kolbitsch <clemens.kol@gmx.at> a écrit :

> On Friday 29 February 2008 01:20:10 qemu-devel-request@nongnu.org wrote:
> > The emulation works beautifully on windows Xp Pro SP2 guest and official
> > Atheros drivers, no installation problems at all.
> >
> > Nice job !
> >
> > > Some infos about the patch:
> > >  - 2 lines added to pci.c
> >
> > you have to take recent e1000 inclusion to make it apply cleanly on CVS
> >
> > >  - added function declaration to pci.h
> > >  - patched Makefile.target (2 lines)
> >
> > VL_OBJS => OBJS, now VL_OBJS are gone
> >
> > >  - added files qemu/hw/atheros_wlan_.*.[ch]
> > >  - took 2 files from wireshark to generate CRC32 checksums
> > >  - took 3 files from ath5k
> > >  ---> licence people, please have a look if that is ok!!
> > >
> > > Enabling emulation:
> >
> > Keep up the good work !
> 
> I'd love to add it to CVS. Checked out the repository, but I don't really know 
> what you mean with take recenent e1000 inclusion. Could you clarify that a 
> little? Looked at (e.g.) ne2000.c and rtl8139.c and it's just like my code, I 
> guess...
> 

Kind regards,
Sylvain Petreolle (aka Usurp)

Support artists, not multinationals - http://Iwouldntsteal.net
Supportez les artistes, pas les multinationales - http://Iwouldntsteal.net

Free music you can listen to everywhere : http://www.jamendo.com

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 2366840769-pci.c.rej --]
[-- Type: text/x-diff; name="pci.c.rej", Size: 733 bytes --]

***************
*** 636,641 ****
          pci_i82559er_init(bus, nd, devfn);
      } else if (strcmp(nd->model, "rtl8139") == 0) {
          pci_rtl8139_init(bus, nd, devfn);
      } else if (strcmp(nd->model, "pcnet") == 0) {
          pci_pcnet_init(bus, nd, devfn);
      } else if (strcmp(nd->model, "?") == 0) {
--- 636,643 ----
          pci_i82559er_init(bus, nd, devfn);
      } else if (strcmp(nd->model, "rtl8139") == 0) {
          pci_rtl8139_init(bus, nd, devfn);
+     } else if (strncmp(nd->model, "atheros_wlan", 12) == 0) {
+         pci_Atheros_WLAN_init(bus, nd, devfn);
      } else if (strcmp(nd->model, "pcnet") == 0) {
          pci_pcnet_init(bus, nd, devfn);
      } else if (strcmp(nd->model, "?") == 0) {

  reply	other threads:[~2008-02-29 18:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20080229002153.9684gmx1@mx011.gmx.net>
2008-02-29 11:05 ` [Qemu-devel] Re: Qemu-devel Digest, Vol 59, Issue 88 Clemens Kolbitsch
2008-02-29 18:22   ` Sylvain Petreolle [this message]
2008-02-29 18:25     ` Clemens Kolbitsch
2008-03-01 12:34     ` [Qemu-devel] Re: Re: Atheros Wireless Device Emulation Clemens Kolbitsch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=506593.99163.qm@web25705.mail.ukl.yahoo.com \
    --to=spetreolle@yahoo.fr \
    --cc=clemens.kol@gmx.at \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).