From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KrUT3-0003Vp-8g for qemu-devel@nongnu.org; Sun, 19 Oct 2008 05:20:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KrUT0-0003Vd-HB for qemu-devel@nongnu.org; Sun, 19 Oct 2008 05:20:55 -0400 Received: from [199.232.76.173] (port=33475 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KrUT0-0003Va-77 for qemu-devel@nongnu.org; Sun, 19 Oct 2008 05:20:54 -0400 Received: from mx2.redhat.com ([66.187.237.31]:40540) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KrUSz-0003qk-Qh for qemu-devel@nongnu.org; Sun, 19 Oct 2008 05:20:54 -0400 Message-ID: <48FAFA27.9050006@redhat.com> Date: Sun, 19 Oct 2008 11:13:11 +0200 From: Avi Kivity MIME-Version: 1.0 Subject: Re: [Qemu-devel] [RFC] Disk integrity in QEMU References: <48EE38B9.2050106@codemonkey.ws> <20081010081157.GA13431@volta.aurel32.net> <48EF49D8.3090002@codemonkey.ws> <200810101353.32933.paul@codesourcery.com> <48EF5EC0.1020809@codemonkey.ws> <48EF6459.6090404@redhat.com> <20081017131441.GJ19428@kernel.dk> In-Reply-To: <20081017131441.GJ19428@kernel.dk> Content-Type: text/plain; charset=ISO-8859-1; 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 Cc: Chris Wright , Mark McLoughlin , kvm-devel , Laurent Vivier , Ryan Harper , Paul Brook Jens Axboe wrote: >> IDE is limited to 256 sectors per transaction, or 128KB. If a sync >> transaction takes 5 ms, then your write rate is limited to 25 MB/sec. >> It's much worse if you're allocating qcow2 data, so each transaction is >> several sync writes. >> > > No it isn't, even most IDE drives support lba48 which raises that limit > to 64K sectors, or 32MB. > Right, and qemu even supports this. Thanks for the correction. -- error compiling committee.c: too many arguments to function