From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=59084 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCDOV-0001s1-Dd for qemu-devel@nongnu.org; Wed, 12 May 2010 10:58:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCDOG-0005Nv-Ka for qemu-devel@nongnu.org; Wed, 12 May 2010 10:58:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36031) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCDOE-0005NT-KM for qemu-devel@nongnu.org; Wed, 12 May 2010 10:58:27 -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 o4CEwOkC005138 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 12 May 2010 10:58:24 -0400 Date: Wed, 12 May 2010 20:30:12 +0530 From: Amit Shah Message-ID: <20100512150012.GA22690@amit-laptop.redhat.com> References: <1273675802-28635-1-git-send-email-alevy@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1273675802-28635-1-git-send-email-alevy@redhat.com> Subject: [Qemu-devel] Re: [PATCH] virtio-serial-bus: fix ports_map allocation on init List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: qemu-devel@nongnu.org On (Wed) May 12 2010 [17:50:02], Alon Levy wrote: > Fix for too small allocation to ports_map > > Signed-off-by: Alon Levy ACK Amit