* [Qemu-devel] qemu block-vmdk.c
@ 2005-04-26 21:08 Fabrice Bellard
0 siblings, 0 replies; 8+ messages in thread
From: Fabrice Bellard @ 2005-04-26 21:08 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /cvsroot/qemu
Module name: qemu
Branch:
Changes by: Fabrice Bellard <bellard@savannah.gnu.org> 05/04/26 21:08:00
Modified files:
. : block-vmdk.c
Log message:
VMDK4 write support - fixed packing of VMDK4Header (Filip Navara)
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/block-vmdk.c.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Qemu-devel] qemu block-vmdk.c
@ 2005-10-30 20:53 Fabrice Bellard
0 siblings, 0 replies; 8+ messages in thread
From: Fabrice Bellard @ 2005-10-30 20:53 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /cvsroot/qemu
Module name: qemu
Branch:
Changes by: Fabrice Bellard <bellard@savannah.gnu.org> 05/10/30 20:53:51
Modified files:
. : block-vmdk.c
Log message:
vmdk endianness fix (Benoit Poulot-Cazajous)
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/block-vmdk.c.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Qemu-devel] qemu block-vmdk.c
@ 2007-01-24 21:05 Thiemo Seufer
0 siblings, 0 replies; 8+ messages in thread
From: Thiemo Seufer @ 2007-01-24 21:05 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /sources/qemu
Module name: qemu
Changes by: Thiemo Seufer <ths> 07/01/24 21:05:24
Modified files:
. : block-vmdk.c
Log message:
New multiple snapshot support for VMDK, by Igor Lvovsky.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/block-vmdk.c?cvsroot=qemu&r1=1.9&r2=1.10
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Qemu-devel] qemu block-vmdk.c
@ 2007-06-18 15:01 Thiemo Seufer
0 siblings, 0 replies; 8+ messages in thread
From: Thiemo Seufer @ 2007-06-18 15:01 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /sources/qemu
Module name: qemu
Changes by: Thiemo Seufer <ths> 07/06/18 15:01:31
Modified files:
. : block-vmdk.c
Log message:
Fix a race condition and non-leaf imagesgrowing in VMDK chains, by Igor
Lvovsky.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/block-vmdk.c?cvsroot=qemu&r1=1.10&r2=1.11
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Qemu-devel] qemu block-vmdk.c
@ 2007-07-11 10:25 Thiemo Seufer
0 siblings, 0 replies; 8+ messages in thread
From: Thiemo Seufer @ 2007-07-11 10:25 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /sources/qemu
Module name: qemu
Changes by: Thiemo Seufer <ths> 07/07/11 10:25:58
Modified files:
. : block-vmdk.c
Log message:
Silence compiler warnings.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/block-vmdk.c?cvsroot=qemu&r1=1.11&r2=1.12
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Qemu-devel] qemu block-vmdk.c
@ 2007-09-10 0:07 Thiemo Seufer
0 siblings, 0 replies; 8+ messages in thread
From: Thiemo Seufer @ 2007-09-10 0:07 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /sources/qemu
Module name: qemu
Changes by: Thiemo Seufer <ths> 07/09/10 00:07:46
Modified files:
. : block-vmdk.c
Log message:
Fix VMDK 2GB bug, by Filip Navara.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/block-vmdk.c?cvsroot=qemu&r1=1.12&r2=1.13
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Qemu-devel] qemu block-vmdk.c
@ 2008-01-14 3:48 Andrzej Zaborowski
2008-01-15 16:47 ` Lauro Ramos Venancio
0 siblings, 1 reply; 8+ messages in thread
From: Andrzej Zaborowski @ 2008-01-14 3:48 UTC (permalink / raw)
To: qemu-devel
CVSROOT: /sources/qemu
Module name: qemu
Changes by: Andrzej Zaborowski <balrog> 08/01/14 03:48:37
Modified files:
. : block-vmdk.c
Log message:
Add a path length check to prevent heap overflow (Eric Milliken).
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/block-vmdk.c?cvsroot=qemu&r1=1.18&r2=1.19
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] qemu block-vmdk.c
2008-01-14 3:48 Andrzej Zaborowski
@ 2008-01-15 16:47 ` Lauro Ramos Venancio
0 siblings, 0 replies; 8+ messages in thread
From: Lauro Ramos Venancio @ 2008-01-15 16:47 UTC (permalink / raw)
To: qemu-devel
Applied on stable branch.
2008/1/14, Andrzej Zaborowski <balrogg@gmail.com>:
> CVSROOT: /sources/qemu
> Module name: qemu
> Changes by: Andrzej Zaborowski <balrog> 08/01/14 03:48:37
>
> Modified files:
> . : block-vmdk.c
>
> Log message:
> Add a path length check to prevent heap overflow (Eric Milliken).
>
> CVSWeb URLs:
> http://cvs.savannah.gnu.org/viewcvs/qemu/block-vmdk.c?cvsroot=qemu&r1=1.18&r2=1.19
>
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2008-01-15 16:47 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-30 20:53 [Qemu-devel] qemu block-vmdk.c Fabrice Bellard
-- strict thread matches above, loose matches on Subject: below --
2008-01-14 3:48 Andrzej Zaborowski
2008-01-15 16:47 ` Lauro Ramos Venancio
2007-09-10 0:07 Thiemo Seufer
2007-07-11 10:25 Thiemo Seufer
2007-06-18 15:01 Thiemo Seufer
2007-01-24 21:05 Thiemo Seufer
2005-04-26 21:08 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).