qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qemu/hw rtl8139.c
@ 2006-07-04 10:08 Fabrice Bellard
  2006-07-04 21:45 ` Igor Kovalenko
  0 siblings, 1 reply; 13+ messages in thread
From: Fabrice Bellard @ 2006-07-04 10:08 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Fabrice Bellard <bellard>	06/07/04 10:08:36

Modified files:
	hw             : rtl8139.c 

Log message:
	rtl8139 fixes (Igor Kovalenko)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/rtl8139.c?cvsroot=qemu&r1=1.2&r2=1.3

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [Qemu-devel] qemu/hw rtl8139.c
@ 2008-03-13 19:17 Aurelien Jarno
  0 siblings, 0 replies; 13+ messages in thread
From: Aurelien Jarno @ 2008-03-13 19:17 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Aurelien Jarno <aurel32>	08/03/13 19:17:40

Modified files:
	hw             : rtl8139.c 

Log message:
	rtl8139: fix endianness on big endian targets
	
	On big endian targets with mmio accesses, the values are not always
	swapped, depending on the accessed register. The Linux 8139too module
	was able to cope with that, but not the 8139cp one.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/rtl8139.c?cvsroot=qemu&r1=1.18&r2=1.19

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [Qemu-devel] qemu/hw rtl8139.c
@ 2007-11-09 18:17 Thiemo Seufer
  0 siblings, 0 replies; 13+ messages in thread
From: Thiemo Seufer @ 2007-11-09 18:17 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Thiemo Seufer <ths>	07/11/09 18:17:50

Modified files:
	hw             : rtl8139.c 

Log message:
	Fix typo, spotted by Samuel Thibault.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/rtl8139.c?cvsroot=qemu&r1=1.13&r2=1.14

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [Qemu-devel] qemu/hw rtl8139.c
@ 2007-08-01 13:10 Thiemo Seufer
  0 siblings, 0 replies; 13+ messages in thread
From: Thiemo Seufer @ 2007-08-01 13:10 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Thiemo Seufer <ths>	07/08/01 13:10:29

Modified files:
	hw             : rtl8139.c 

Log message:
	Fix rtl8139 checksum calculation, by Tim Deegan.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/rtl8139.c?cvsroot=qemu&r1=1.10&r2=1.11

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [Qemu-devel] qemu/hw rtl8139.c
@ 2007-04-07  1:41 Paul Brook
  0 siblings, 0 replies; 13+ messages in thread
From: Paul Brook @ 2007-04-07  1:41 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Paul Brook <pbrook>	07/04/07 01:41:50

Modified files:
	hw             : rtl8139.c 

Log message:
	Remove dead code.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/rtl8139.c?cvsroot=qemu&r1=1.7&r2=1.8

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [Qemu-devel] qemu/hw rtl8139.c
@ 2007-03-19 18:20 Thiemo Seufer
  0 siblings, 0 replies; 13+ messages in thread
From: Thiemo Seufer @ 2007-03-19 18:20 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Thiemo Seufer <ths>	07/03/19 18:20:28

Modified files:
	hw             : rtl8139.c 

Log message:
	Fix big endian host operation, by Ben Taylor and Igor Kovalenko.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/rtl8139.c?cvsroot=qemu&r1=1.6&r2=1.7

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [Qemu-devel] qemu/hw rtl8139.c
@ 2006-07-10 21:38 Fabrice Bellard
  0 siblings, 0 replies; 13+ messages in thread
From: Fabrice Bellard @ 2006-07-10 21:38 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Fabrice Bellard <bellard>	06/07/10 21:38:17

Modified files:
	hw             : rtl8139.c 

Log message:
	fixed for TCP segmentation offloading - removed dependency on slirp.h (Igor Kovalenko)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/rtl8139.c?cvsroot=qemu&r1=1.3&r2=1.4

^ permalink raw reply	[flat|nested] 13+ messages in thread
* RE: [Qemu-devel] qemu/hw rtl8139.c
@ 2006-07-04 11:23 ZIGLIO, Frediano, VF-IT
  0 siblings, 0 replies; 13+ messages in thread
From: ZIGLIO, Frediano, VF-IT @ 2006-07-04 11:23 UTC (permalink / raw)
  To: qemu-devel

> 
> CVSROOT:	/sources/qemu
> Module name:	qemu
> Changes by:	Fabrice Bellard <bellard>	06/07/04 10:08:36
> 
> Modified files:
> 	hw             : rtl8139.c 
> 
> Log message:
> 	rtl8139 fixes (Igor Kovalenko)
> 
> CVSWeb URLs:
> http://cvs.savannah.gnu.org/viewcvs/qemu/hw/rtl8139.c?cvsroot=
qemu&r1=1.2&r2=1.3
> 

I can confirm that win64 is still happy !!!

freddy77

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [Qemu-devel] qemu/hw rtl8139.c
@ 2006-07-01 21:41 Fabrice Bellard
  2006-07-03 14:17 ` Paul Brook
  0 siblings, 1 reply; 13+ messages in thread
From: Fabrice Bellard @ 2006-07-01 21:41 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Fabrice Bellard <bellard>	06/07/01 21:41:18

Modified files:
	hw             : rtl8139.c 

Log message:
	disable unimplemented C+ mode (aka windows xp 64 fix)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/rtl8139.c?cvsroot=qemu&r1=1.1&r2=1.2

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

end of thread, other threads:[~2008-03-13 19:17 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-04 10:08 [Qemu-devel] qemu/hw rtl8139.c Fabrice Bellard
2006-07-04 21:45 ` Igor Kovalenko
2006-07-09  9:20   ` Igor Kovalenko
2006-07-10 21:19     ` Igor Kovalenko
  -- strict thread matches above, loose matches on Subject: below --
2008-03-13 19:17 Aurelien Jarno
2007-11-09 18:17 Thiemo Seufer
2007-08-01 13:10 Thiemo Seufer
2007-04-07  1:41 Paul Brook
2007-03-19 18:20 Thiemo Seufer
2006-07-10 21:38 Fabrice Bellard
2006-07-04 11:23 ZIGLIO, Frediano, VF-IT
2006-07-01 21:41 Fabrice Bellard
2006-07-03 14:17 ` Paul Brook

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).