From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCVrm-0000hI-QO for qemu-devel@nongnu.org; Mon, 04 Mar 2013 08:55:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCVrh-0003ty-A7 for qemu-devel@nongnu.org; Mon, 04 Mar 2013 08:55:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:23664) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCVrh-0003tg-2W for qemu-devel@nongnu.org; Mon, 04 Mar 2013 08:55:41 -0500 Date: Mon, 4 Mar 2013 14:55:37 +0100 From: Kevin Wolf Message-ID: <20130304135537.GC3929@dhcp-200-207.str.redhat.com> References: <20130221130345.GD22957@stefanha-thinkpad.redhat.com> <24E144B8C0207547AD09C467A8259F7557A6FAAC@lisa.maurer-it.com> <20130222095736.GA6107@stefanha-thinkpad.redhat.com> <24E144B8C0207547AD09C467A8259F7557A70A61@lisa.maurer-it.com> <20130225134551.GE3202@stefanha-thinkpad.redhat.com> <24E144B8C0207547AD09C467A8259F7557AE0931@lisa.maurer-it.com> <20130228144920.GD18389@stefanha-thinkpad.redhat.com> <24E144B8C0207547AD09C467A8259F7557B12DDC@lisa.maurer-it.com> <20130304125806.GA18476@stefanha-thinkpad.redhat.com> <24E144B8C0207547AD09C467A8259F7557B277AE@lisa.maurer-it.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <24E144B8C0207547AD09C467A8259F7557B277AE@lisa.maurer-it.com> Subject: Re: [Qemu-devel] [PATCH v4 3/6] add backup related monitor commands List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dietmar Maurer Cc: Stefan Hajnoczi , "qemu-devel@nongnu.org" Am 04.03.2013 um 14:16 hat Dietmar Maurer geschrieben: > > What are the details of the test? > > > > Is it using 64 KB writes and have you tried 256 KB writes? > > I use a modified 'qemu-img convert' at 64KB block size (I need 64KB for backup). Maybe you'd better use a different output format that doesn't restrict you to 64k writes. Kevin