From: Fabrice Bellard <fabrice@bellard.org>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] DOSEMU image file support
Date: Thu, 02 Sep 2004 19:12:09 +0200 [thread overview]
Message-ID: <41375469.9050508@bellard.org> (raw)
In-Reply-To: <20040902190014.33359ecd.hampa@hampa.ch>
Hampa Hug wrote:
> 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.
I agree, but for disk accesses it is usual to assume they return the
requested amount of bytes. fread/fwrite are buffered I/Os which is a bit
overkill for block drivers.
>>2) change the license to BSD
>
>
> I was under the impression that we used GPL. At least that's what
> COPYING says.
The different parts of QEMU have different licenses (and of course it
affects the license of the resulting program). As mentionned on the web
page:
- The QEMU virtual CPU core library is released under the GNU Lesser
General Public License.
- The Linux QEMU emulator is released under the GNU General Public License.
- The QEMU PC system emulator is released under the MIT/BSD License.
The block layer belongs to the QEMU PC system emulator, so its license
is BSD.
Fabrice.
next prev parent reply other threads:[~2004-09-02 17:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-02 15:15 [Qemu-devel] [PATCH] DOSEMU image file support Hampa Hug
2004-09-02 16:07 ` Fabrice Bellard
2004-09-02 16:21 ` Johannes Schindelin
2004-09-02 17:00 ` Hampa Hug
2004-09-02 17:12 ` Fabrice Bellard [this message]
2004-09-03 18:04 ` [Qemu-devel] Solved: QEMU messed up in Windows Harry Sufehmi
2004-09-14 0:19 ` [Qemu-devel] [PATCH] DOSEMU image file support Hampa Hug
2004-09-14 9:04 ` Johannes Schindelin
2004-09-25 12:04 ` Gianni Tedesco
2004-09-25 12:08 ` Gianni Tedesco
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=41375469.9050508@bellard.org \
--to=fabrice@bellard.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).