From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=37399 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKTtR-0006T3-O4 for qemu-devel@nongnu.org; Fri, 04 Jun 2010 06:12:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKTtQ-0006RP-BD for qemu-devel@nongnu.org; Fri, 04 Jun 2010 06:12:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5428) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKTtQ-0006RC-2N for qemu-devel@nongnu.org; Fri, 04 Jun 2010 06:12:48 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o54AClE4001470 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 4 Jun 2010 06:12:47 -0400 Message-ID: <4C08D17E.6050300@redhat.com> Date: Fri, 04 Jun 2010 12:12:14 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <20100602174631.2f681a4c@redhat.com> In-Reply-To: <20100602174631.2f681a4c@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] block: Fix serial number assignment List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org Am 02.06.2010 22:46, schrieb Luiz Capitulino: > We should use 'dinfo->serial' length, 'serial' is a pointer, so > the serial number length is currently limited to the pointer size. > > This fixes https://bugs.launchpad.net/qemu/+bug/584143 and is also > valid for stable. > > Signed-off-by: Luiz Capitulino Thanks, applied to the block branch. Kevin