RE: [Qemu-devel] Sparse file support under windows

2006-06-15 Thread ZIGLIO, Frediano, VF-IT
Attached updated patch (this time against CVS HEAD) bye Frediano Ziglio PS: Thanks for apply my patches > > At least the default should be sparse files if the filesystem > supports them. > > Fabrice. > > ZIGLIO, Frediano, VF-IT wrote: > > Good question. As you like... I can remove option i

Re: [Qemu-devel] Sparse file support under windows

2006-06-14 Thread Fabrice Bellard
At least the default should be sparse files if the filesystem supports them. Fabrice. ZIGLIO, Frediano, VF-IT wrote: Good question. As you like... I can remove option if you prefer. I don't know how performs sparse file on windows so perhaps someone can still prefer normal file for performance.

RE: [Qemu-devel] Sparse file support under windows

2006-06-14 Thread ZIGLIO, Frediano, VF-IT
Good question. As you like... I can remove option if you prefer. I don't know how performs sparse file on windows so perhaps someone can still prefer normal file for performance. freddy77 > > OK for the idea, but why is a new option needed ? Sparse file usage > should be automatic if the files

Re: [Qemu-devel] Sparse file support under windows

2006-06-14 Thread Fabrice Bellard
OK for the idea, but why is a new option needed ? Sparse file usage should be automatic if the filesystem supports it. Regards, Fabrice. ZIGLIO, Frediano, VF-IT wrote: Hi, this patch add sparse file support under Windows (supported on NTFS). It add a -s flag to qemu create and qemu convert.