From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RMMkl-0006R3-6e for qemu-devel@nongnu.org; Fri, 04 Nov 2011 12:36:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RMMkk-0001zm-Ck for qemu-devel@nongnu.org; Fri, 04 Nov 2011 12:36:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27591) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RMMkk-0001zX-5l for qemu-devel@nongnu.org; Fri, 04 Nov 2011 12:36:26 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id pA4GaOnV005743 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 4 Nov 2011 12:36:25 -0400 Message-ID: <4EB41544.8020901@redhat.com> Date: Fri, 04 Nov 2011 17:39:32 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1320423713-22105-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1320423713-22105-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 6/6 v2] vvfat: reorganize computation of disk geometry List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Am 04.11.2011 17:21, schrieb Paolo Bonzini: > First determine FAT12/16/32, then compute geometry from that for both > FDD and HDD. For 1.44MB floppies, and 2.88MB floppies using FAT16, > change to 1 sector/cluster. The default remains 2.88MB with FAT12 > and 2 sectors/cluster. Both DOS and mkdosfs by default format a 2.88MB > floppy as FAT12. > > Signed-off-by: Paolo Bonzini > --- > v1->v2: do not change default 2.88MB format to FAT16 Thanks, applied all to the block-stable branch (for 1.0). Kevin