[Qemu-devel] Re: [PATCH] eepro100: Restructure code (new function tx_command)

2009-12-13 Thread Michael S. Tsirkin
On Sun, Dec 13, 2009 at 09:59:57PM +0100, Stefan Weil wrote: > Michael S. Tsirkin schrieb: > > On Sat, Dec 12, 2009 at 08:45:06PM +0100, Stefan Weil wrote: > >> Michael S. Tsirkin schrieb: > >>> On Mon, Nov 30, 2009 at 06:05:31PM +0100, Stefan Weil wrote: > Michael S. Tsirkin schrieb: > >

[Qemu-devel] Re: [PATCH] eepro100: Restructure code (new function tx_command)

2009-12-13 Thread Stefan Weil
Michael S. Tsirkin schrieb: > On Sat, Dec 12, 2009 at 08:45:06PM +0100, Stefan Weil wrote: >> Michael S. Tsirkin schrieb: >>> On Mon, Nov 30, 2009 at 06:05:31PM +0100, Stefan Weil wrote: Michael S. Tsirkin schrieb: > On Thu, Nov 19, 2009 at 09:54:46PM +0100, Stefan Weil wrote: >> Handl

[Qemu-devel] Re: [PATCH] eepro100: Restructure code (new function tx_command)

2009-12-13 Thread Michael S. Tsirkin
On Sat, Dec 12, 2009 at 08:45:06PM +0100, Stefan Weil wrote: > Michael S. Tsirkin schrieb: > > On Mon, Nov 30, 2009 at 06:05:31PM +0100, Stefan Weil wrote: > >> Michael S. Tsirkin schrieb: > >>> On Thu, Nov 19, 2009 at 09:54:46PM +0100, Stefan Weil wrote: > Handling of transmit commands is rat

[Qemu-devel] Re: [PATCH] eepro100: Restructure code (new function tx_command)

2009-12-12 Thread Stefan Weil
Michael S. Tsirkin schrieb: > On Mon, Nov 30, 2009 at 06:05:31PM +0100, Stefan Weil wrote: >> Michael S. Tsirkin schrieb: >>> On Thu, Nov 19, 2009 at 09:54:46PM +0100, Stefan Weil wrote: Handling of transmit commands is rather complex, so about 80 lines of code were moved from function >>

Re: [Qemu-devel] Re: [PATCH] eepro100: Restructure code (new function tx_command)

2009-12-12 Thread Anthony Liguori
Stefan Weil wrote: Stefan Weil schrieb: Handling of transmit commands is rather complex, so about 80 lines of code were moved from function action_command to the new function tx_command. The two new values "tx" and "cb_address" in the eepro100 status structure made this possible without pass

[Qemu-devel] Re: [PATCH] eepro100: Restructure code (new function tx_command)

2009-12-12 Thread Stefan Weil
Stefan Weil schrieb: > Handling of transmit commands is rather complex, > so about 80 lines of code were moved from function > action_command to the new function tx_command. > > The two new values "tx" and "cb_address" in the > eepro100 status structure made this possible without > passing too many

[Qemu-devel] Re: [PATCH] eepro100: Restructure code (new function tx_command)

2009-11-30 Thread Michael S. Tsirkin
On Mon, Nov 30, 2009 at 06:05:31PM +0100, Stefan Weil wrote: > Michael S. Tsirkin schrieb: > > On Thu, Nov 19, 2009 at 09:54:46PM +0100, Stefan Weil wrote: > >> Handling of transmit commands is rather complex, > >> so about 80 lines of code were moved from function > >> action_command to the new fu

[Qemu-devel] Re: [PATCH] eepro100: Restructure code (new function tx_command)

2009-11-30 Thread Stefan Weil
Michael S. Tsirkin schrieb: > On Thu, Nov 19, 2009 at 09:54:46PM +0100, Stefan Weil wrote: >> Handling of transmit commands is rather complex, >> so about 80 lines of code were moved from function >> action_command to the new function tx_command. >> >> The two new values "tx" and "cb_address" in th

[Qemu-devel] Re: [PATCH] eepro100: Restructure code (new function tx_command)

2009-11-30 Thread Michael S. Tsirkin
On Thu, Nov 19, 2009 at 09:54:46PM +0100, Stefan Weil wrote: > Handling of transmit commands is rather complex, > so about 80 lines of code were moved from function > action_command to the new function tx_command. > > The two new values "tx" and "cb_address" in the > eepro100 status structure made