qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] DOSEMU image file support


From: Hampa Hug
Subject: Re: [Qemu-devel] [PATCH] DOSEMU image file support
Date: Thu, 2 Sep 2004 19:00:14 +0200

Fabrice Bellard wrote:

> Thank you for the patch. Two remarks if you want that I merge it:
> 
> 1) use open/read/write/close instead of fopen/fread/fwrite/fclose for 
> consistency with other block drivers.

The reason I used stdio is that read/write are non-blocking. It is
not an error for read to return fewer bytes than requested. If that
happens, the other block drivers fail.

> 2) change the license to BSD

I was under the impression that we used GPL. At least that's what
COPYING says.

cheers
Hampa




reply via email to

[Prev in Thread] Current Thread [Next in Thread]