From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c2fFz-0003l0-Md for qemu-devel@nongnu.org; Fri, 04 Nov 2016 10:14:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c2fFy-0001LD-SH for qemu-devel@nongnu.org; Fri, 04 Nov 2016 10:14:11 -0400 Date: Fri, 4 Nov 2016 15:14:02 +0100 From: Kevin Wolf Message-ID: <20161104141402.GE5418@noname.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH for-2.8 0/2] raw_bsd: Fixing use of the 'offset' option without 'size' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?utf-8?B?VG9tw6HFoSBHb2xlbWJpb3Zza8O9?= Cc: qemu-devel@nongnu.org, Max Reitz , qemu-block@nongnu.org Am 03.11.2016 um 14:47 hat Tom=C3=A1=C5=A1 Golembiovsk=C3=BD geschrieben: > The patch set contains two patches related to the use of 'offset' optio= n: >=20 > - The first patch is purely cosmetic. Although it touches overflow > check it only affects what error message is produced. >=20 > - Second patch lessens the restriction on the size alignment when only > 'offset' is specified. The restriction is not only unneeded, it make= s > it difficult to use the 'offset' option. Thanks, applied to the block branch. Kevin