qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qemu block-vvfat.c
@ 2006-04-23 14:36 Fabrice Bellard
  0 siblings, 0 replies; 7+ messages in thread
From: Fabrice Bellard @ 2006-04-23 14:36 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Branch: 	
Changes by:	Fabrice Bellard <bellard@savannah.gnu.org>	06/04/23 14:36:41

Modified files:
	.              : block-vvfat.c 

Log message:
	moved misplaced declaration

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/block-vvfat.c.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [Qemu-devel] qemu block-vvfat.c
@ 2007-12-24 13:26 Andrzej Zaborowski
  0 siblings, 0 replies; 7+ messages in thread
From: Andrzej Zaborowski @ 2007-12-24 13:26 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Andrzej Zaborowski <balrog>	07/12/24 13:26:05

Modified files:
	.              : block-vvfat.c 

Log message:
	Fix number_of_entries for filename of length [13] (Tristan Gingold).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/block-vvfat.c?cvsroot=qemu&r1=1.15&r2=1.16

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [Qemu-devel] qemu block-vvfat.c
@ 2007-09-25 14:47 Thiemo Seufer
  0 siblings, 0 replies; 7+ messages in thread
From: Thiemo Seufer @ 2007-09-25 14:47 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Thiemo Seufer <ths>	07/09/25 14:47:03

Modified files:
	.              : block-vvfat.c 

Log message:
	vvfat mbr fixes, by Ivan Kalvachev.

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

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [Qemu-devel] qemu block-vvfat.c
@ 2006-09-09 12:03 Fabrice Bellard
  0 siblings, 0 replies; 7+ messages in thread
From: Fabrice Bellard @ 2006-09-09 12:03 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Changes by:	Fabrice Bellard <bellard>	06/09/09 12:03:20

Modified files:
	.              : block-vvfat.c 

Log message:
	vvfat fixes (Roger Lathrop)

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

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [Qemu-devel] qemu block-vvfat.c
@ 2005-12-19 22:11 Fabrice Bellard
  0 siblings, 0 replies; 7+ messages in thread
From: Fabrice Bellard @ 2005-12-19 22:11 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Branch: 	
Changes by:	Fabrice Bellard <bellard@savannah.gnu.org>	05/12/19 22:11:49

Modified files:
	.              : block-vvfat.c 

Log message:
	win32 compile fix

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/block-vvfat.c.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [Qemu-devel] qemu block-vvfat.c
@ 2005-12-18 18:29 Fabrice Bellard
  0 siblings, 0 replies; 7+ messages in thread
From: Fabrice Bellard @ 2005-12-18 18:29 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/sources/qemu
Module name:	qemu
Branch: 	
Changes by:	Fabrice Bellard <bellard@savannah.gnu.org>	05/12/18 18:29:50

Modified files:
	.              : block-vvfat.c 

Log message:
	Major overhaul of the virtual FAT driver for read/write support (Johannes Schindelin)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/block-vvfat.c.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [Qemu-devel] qemu block-vvfat.c
@ 2005-11-19 18:17 Fabrice Bellard
  0 siblings, 0 replies; 7+ messages in thread
From: Fabrice Bellard @ 2005-11-19 18:17 UTC (permalink / raw)
  To: qemu-devel

CVSROOT:	/cvsroot/qemu
Module name:	qemu
Branch: 	
Changes by:	Fabrice Bellard <bellard@savannah.gnu.org>	05/11/19 18:17:16

Modified files:
	.              : block-vvfat.c 

Log message:
	DOS 6.22 fix (Johannes Schindelin)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/block-vvfat.c.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

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

end of thread, other threads:[~2007-12-24 13:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-23 14:36 [Qemu-devel] qemu block-vvfat.c Fabrice Bellard
  -- strict thread matches above, loose matches on Subject: below --
2007-12-24 13:26 Andrzej Zaborowski
2007-09-25 14:47 Thiemo Seufer
2006-09-09 12:03 Fabrice Bellard
2005-12-19 22:11 Fabrice Bellard
2005-12-18 18:29 Fabrice Bellard
2005-11-19 18:17 Fabrice Bellard

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