All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] eepro100: Improve emulation and portability
@ 2011-03-31 20:33 Stefan Weil
  2011-03-31 20:33 ` [Qemu-devel] [PATCH 1/9] eepro100: Avoid duplicate debug messages Stefan Weil
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Stefan Weil @ 2011-03-31 20:33 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: QEMU Developers

These patches clean some parts of the code, improve the code for
big endian hosts and guests, and add some more control / status
register access methods.

They also add the usual workaround for non-standard short frames
which are generated by QEMU's current networking code.

The new register access methods were required for a proprietary
OS (prologue), partially also for windows guests.

[PATCH 1/9] eepro100: Avoid duplicate debug messages
[PATCH 2/9] eepro100: Fix endianness issues
[PATCH 3/9] eepro100: Support byte/word writes to port address
[PATCH 4/9] eepro100: Support byte/word writes to pointer register
[PATCH 5/9] eepro100: Support byte/word read/write access to MDI control register
[PATCH 6/9] eepro100: Support byte read access to general control register
[PATCH 7/9] eepro100: Support 32 bit read access to flash register
[PATCH 8/9] eepro100: Pad received short frames
[PATCH 9/9] eepro100: Simplify receive data structure

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

end of thread, other threads:[~2011-04-03 11:40 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-31 20:33 [Qemu-devel] eepro100: Improve emulation and portability Stefan Weil
2011-03-31 20:33 ` [Qemu-devel] [PATCH 1/9] eepro100: Avoid duplicate debug messages Stefan Weil
2011-03-31 20:33 ` [Qemu-devel] [PATCH 2/9] eepro100: Fix endianness issues Stefan Weil
2011-03-31 21:52   ` [Qemu-devel] " Michael S. Tsirkin
2011-04-01 17:52     ` Stefan Weil
2011-04-03 11:40       ` Michael S. Tsirkin
2011-03-31 20:33 ` [Qemu-devel] [PATCH 3/9] eepro100: Support byte/word writes to port address Stefan Weil
2011-03-31 20:33 ` [Qemu-devel] [PATCH 4/9] eepro100: Support byte/word writes to pointer register Stefan Weil
2011-03-31 20:33 ` [Qemu-devel] [PATCH 5/9] eepro100: Support byte/word read/write access to MDI control register Stefan Weil
2011-03-31 20:33 ` [Qemu-devel] [PATCH 6/9] eepro100: Support byte read access to general " Stefan Weil
2011-03-31 20:33 ` [Qemu-devel] [PATCH 7/9] eepro100: Support 32 bit read access to flash register Stefan Weil
2011-03-31 20:33 ` [Qemu-devel] [PATCH 8/9] eepro100: Pad received short frames Stefan Weil
2011-03-31 21:41   ` [Qemu-devel] " Michael S. Tsirkin
2011-04-01 17:40     ` Stefan Weil
2011-03-31 20:33 ` [Qemu-devel] [PATCH 9/9] eepro100: Simplify receive data structure 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.