All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Qemu-devel] [patch] More PCI ethernet emulations
@ 2007-03-27  7:16 Ben Taylor
  2007-03-28 20:56 ` Stefan Weil
  0 siblings, 1 reply; 8+ messages in thread
From: Ben Taylor @ 2007-03-27  7:16 UTC (permalink / raw)
  To: qemu-devel


---- Stefan Weil <weil@mail.berlios.de> wrote: 
> Hi,
> 
> File eepro100.tar.bz2 (added to this mail) contains everything
> needed to add 3 new PCI network device (all similar to EEPRO100):
> 
> eepro100.patch:
>     Makefile.target:
>         added two binaries needed for EEPRO100
>         split entries for PCI network devices (1 line / entry, better
> merging with CVS)
>     vl.h:
>        added prototypes for EEPRO100
>     hw/pci.c:
>        added new PCI network models: i82551, i82557b, i82559er
> 
> hw/eepro100.c:
>     EEPRO100 PCI network emulation
> 
> hw/eeprom93xx.c, hw/eeprom93xx.h:
>     EEPROM emulation, needed for EEPRO100 (and others)
> 
> I just finished running these tests using a PC host running Debian GNU
> Linux:
> 
> * compilation for all QEMU target architectures: ok
> * cross compilation (Windows) for all QEMU target architectures: ok
> * functional test: ok
> 
> The last test was started like this:
> 
> i386-softmmu/qemu -L pc-bios --net nic,model=i82559er --net tap /dev/hda
> --snapshot
> 
> Networking was tested using ping and ssh connection from emulated system
> to host.
> 
> I did not apply your patch, because I cannot test it (it needs a system with
> different endianess). Your feedback is welcome
> 
I have a question.  in eepro100_write2, I see a word (16-bits) being
passed in, but only the low part of the word gets written to the eeprom.
Since it's a word write, shouldn't it be writing both bytes to the eeprom?

Ben

^ permalink raw reply	[flat|nested] 8+ messages in thread
[parent not found: <23179021.1174880111656.JavaMail.root@eastrmwml08.mgt.cox.net>]

end of thread, other threads:[~2007-09-25 11:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-27  7:16 [Qemu-devel] [patch] More PCI ethernet emulations Ben Taylor
2007-03-28 20:56 ` Stefan Weil
2007-04-02 12:32   ` Thiemo Seufer
     [not found]     ` <461FA372.6060105@mail.berlios.de>
     [not found]       ` <20070413163917.GB14303@networkno.de>
     [not found]         ` <461FBD8E.9010202@weilnetz.de>
     [not found]           ` <20070413182137.GC14303@networkno.de>
2007-09-24 17:54             ` [Qemu-devel] [Bug][Patch] Cirrus-VGA for Malta Stefan Weil
2007-09-24 21:12               ` Fabrice Bellard
2007-09-24 21:22               ` Fabrice Bellard
2007-09-25 11:28                 ` Derek Fawcus
     [not found] <23179021.1174880111656.JavaMail.root@eastrmwml08.mgt.cox.net>
2007-03-26 20:33 ` [Qemu-devel] [patch] More PCI ethernet emulations Stefan Weil

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.