qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] More PCI ethernet emulations
@ 2006-09-16 19:47 Stefan Weil
  2006-09-24 18:52 ` [Qemu-devel] [BUG?] Duplicate PCI setup? Stefan Weil
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Stefan Weil @ 2006-09-16 19:47 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: [Qemu-devel] More PCI ethernet emulations
@ 2006-12-19  3:47 Huang, Xinmei
  0 siblings, 0 replies; 9+ messages in thread
From: Huang, Xinmei @ 2006-12-19  3:47 UTC (permalink / raw)
  To: qemu-devel, weil


Hello,

Hi Stefan,

    I have applied  your eepro100 emulator for vitsta RTM guest, and met
some problems.

    Vista complaints :
	 The device is not configured correctly.(Code 1). There is no
driver selected for the device information set or element.
    	 And Hardware Ids in device manager
is:PCI\VEN_8086&DEV_1209&SUBSYS_00000000&REV_09
    
    I 've searched in C:\Windows\inf and got no driver information of
PCI device id=1209, i.e. Vista could not confirgure this device
correctly as it believes this device is unsupported.

    So  I made a tiny change in your code, i.e. let PCI device ID=1229
and tried several sub system id, neither of vista's driver could start
eepro100 unfortunately. There's a yellow exclamation mark in device
manager. Eventually, I installed intel's eepro100 driver for vista, this
issue remains ;-(.

    Can you help to give me any comment or suggestion?
  
   Thanks a lot
    
	
Your original mail:

these new PCI ethernet drivers for QEMU are now available:

* Intel 8255x ("E100", "EEPRO100")

* National Semiconductor DP83815/DP83816

* Both drivers use a new EEPROM driver.

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 Weil

PS. I tried to send this mail several times using a URL for each
new driver file, but these mails did not reach the mailing list.
Are mails with URLs blocked by some mechanism?
Now all new source files are in the tar archive appended to the mail.


> 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
>
>

Best Regards
Xinmei.Huang

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-02-27 18:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [Qemu-devel] More PCI ethernet emulations Stefan Weil
2006-11-25 14:46 ` 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

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).