qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Weil <berlios@weilnetz.de>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] More PCI ethernet emulations
Date: Sun, 19 Nov 2006 20:43:36 -0000	[thread overview]
Message-ID: <4560C1EF.2080401@weilnetz.de> (raw)
In-Reply-To: <450C54E1.1080902@mail.berlios.de>

Hello,

these new ethernet drivers for QEMU are now available:

Intel 8255x ("E100", "EEPRO100"):
http://svn.berlios.de/wsvn/ar7-firmware/qemu/trunk/hw/eepro100.c?op=file

National Semiconductor DP83815/DP83816:
http://svn.berlios.de/wsvn/ar7-firmware/qemu/trunk/hw/dp8381x.c?op=file

Both drivers use a new EEPROM driver:
http://svn.berlios.de/wsvn/ar7-firmware/qemu/trunk/hw/eeprom93xx.c?op=file
http://svn.berlios.de/wsvn/ar7-firmware/qemu/trunk/hw/eeprom93xx.h?op=file

This EEPROM driver can be shared by any other device which needs
an EEPROM, for example replace the driver for RTL8139 or add an
EEPROM to cirrus vga or other ethernet cards.

I estimate the status of the EEPROM driver to be stable.
Fabrice, maybe this part can be integrated in QEMU head.

Both ethernet drivers work with QEMU head and Linux on x86 host / guest,
but have known endianess issues (they will at least need fixes for big
endian hosts) and are experimental. I am still working on them.

Feedback and bug fixes are welcome.

Regards
Stefan

> Hello,
>
> I want to run QEMU with disk images of existing PC hardware.
> These PC hardware uses ethernet cards which are not emulated
> by QEMU, and because the disk images only support these cards,
> the current QEMU won't work. So I have to write new emulation
> drivers for QEMU...
>
> These are the emulations needed:
> Intel 8255xER PCI (Linux driver: eepro100)
> Realtek RTL8168/8111 PCI (Linux driver: r1000)
> National Semiconductor DP83815/DP83816 (Linux driver: natsemi)
>
> If somebody already started to write any of these emulations
> this would be really helpful. Any other kind of help is welcome, too.
>
> Regards
> Stefan
>
>

  parent reply	other threads:[~2006-11-19 20:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-16 19:47 [Qemu-devel] More PCI ethernet emulations Stefan Weil
2006-09-24 18:52 ` [Qemu-devel] [BUG?] Duplicate PCI setup? Stefan Weil
2006-09-24 19:09   ` Paul Brook
2006-09-24 19:47     ` Stefan Weil
2006-11-19 20:43 ` Stefan Weil [this message]
2006-11-25 14:46 ` [Qemu-devel] More PCI ethernet emulations Stefan Weil
2006-12-03 11:59 ` Stefan Weil
2007-02-27 18:47 ` Stefan Weil
  -- strict thread matches above, loose matches on Subject: below --
2006-12-19  3:47 Huang, Xinmei

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=4560C1EF.2080401@weilnetz.de \
    --to=berlios@weilnetz.de \
    --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).