[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] eepro100: Improve emulation and portability
From: |
Stefan Weil |
Subject: |
[Qemu-devel] eepro100: Improve emulation and portability |
Date: |
Thu, 31 Mar 2011 22:33:22 +0200 |
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
- [Qemu-devel] eepro100: Improve emulation and portability,
Stefan Weil <=
- [Qemu-devel] [PATCH 5/9] eepro100: Support byte/word read/write access to MDI control register, Stefan Weil, 2011/03/31
- [Qemu-devel] [PATCH 4/9] eepro100: Support byte/word writes to pointer register, Stefan Weil, 2011/03/31
- [Qemu-devel] [PATCH 8/9] eepro100: Pad received short frames, Stefan Weil, 2011/03/31
- [Qemu-devel] [PATCH 7/9] eepro100: Support 32 bit read access to flash register, Stefan Weil, 2011/03/31
- [Qemu-devel] [PATCH 2/9] eepro100: Fix endianness issues, Stefan Weil, 2011/03/31
- [Qemu-devel] [PATCH 9/9] eepro100: Simplify receive data structure, Stefan Weil, 2011/03/31
- [Qemu-devel] [PATCH 6/9] eepro100: Support byte read access to general control register, Stefan Weil, 2011/03/31
- [Qemu-devel] [PATCH 3/9] eepro100: Support byte/word writes to port address, Stefan Weil, 2011/03/31