From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C2uDA-0005Db-BO for qemu-devel@nongnu.org; Thu, 02 Sep 2004 12:13:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C2uD8-0005DP-IA for qemu-devel@nongnu.org; Thu, 02 Sep 2004 12:13:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2uD8-0005DM-DU for qemu-devel@nongnu.org; Thu, 02 Sep 2004 12:13:18 -0400 Received: from [129.104.30.34] (helo=a.mx.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C2u7j-0000zb-1b for qemu-devel@nongnu.org; Thu, 02 Sep 2004 12:07:43 -0400 Received: from localhost (localhost [127.0.0.1]) by djali.m4x.org (Postfix) with ESMTP id B3E6C3320E for ; Thu, 2 Sep 2004 18:07:41 +0200 (CEST) Received: from djali.m4x.org ([127.0.0.1]) by localhost (djali [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 22973-07 for ; Thu, 2 Sep 2004 18:07:41 +0200 (CEST) Received: from [172.17.17.9] (gw.netgem.com [195.68.2.34]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 8153E33198 for ; Thu, 2 Sep 2004 18:07:41 +0200 (CEST) Message-ID: <4137454D.8080202@bellard.org> Date: Thu, 02 Sep 2004 18:07:41 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] DOSEMU image file support References: <20040902171512.61266d0e.hampa@hampa.ch> In-Reply-To: <20040902171512.61266d0e.hampa@hampa.ch> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, 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. 2) change the license to BSD Fabrice. Hampa Hug wrote: > Hi all > > The attached patch adds support for DOSEMU image files to > qemu. This is useful if you want to share image files > between qemu and dosemu. > > cheers > Hampa > > > ------------------------------------------------------------------------ > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel