From: Ben Taylor <sol10x86@cox.net>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [patch] More PCI ethernet emulations
Date: Tue, 27 Mar 2007 3:16:38 -0400 [thread overview]
Message-ID: <33328190.1174979798015.JavaMail.root@eastrmwml08.mgt.cox.net> (raw)
---- 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
next reply other threads:[~2007-03-27 7:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-27 7:16 Ben Taylor [this message]
2007-03-28 20:56 ` [Qemu-devel] [patch] More PCI ethernet emulations 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
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=33328190.1174979798015.JavaMail.root@eastrmwml08.mgt.cox.net \
--to=sol10x86@cox.net \
--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).