Re: [Qemu-devel] More PCI ethernet emulations

2007-03-25 Thread Stefan Weil
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

Re: [Qemu-devel] More PCI ethernet emulations

2007-03-25 Thread Stefan Weil
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

Re: [Qemu-devel] More PCI ethernet emulations

2007-02-27 Thread Stefan Weil
A new PCI network card is emulated partially with QEMU: the wireless LAN adapter TNETW1130 (ACX111). I needed this driver as a debugging aid for existing (AR7) hardware with the Open Source ACX111 driver for Linux. So my main focus are debug messages from this driver, not real network emulation

Re: [Qemu-devel] More PCI ethernet emulations

2006-12-18 Thread Huang, Xinmei
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

Re: [Qemu-devel] More PCI ethernet emulations

2006-12-03 Thread Stefan Weil
Hello, 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

[Qemu-devel] More PCI ethernet emulations

2006-09-16 Thread Stefan Weil
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