From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3TS6-0000Tc-1k for qemu-devel@nongnu.org; Wed, 15 Jan 2014 11:36:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3TS0-0004rj-LR for qemu-devel@nongnu.org; Wed, 15 Jan 2014 11:36:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:31995) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3TS0-0004rW-Di for qemu-devel@nongnu.org; Wed, 15 Jan 2014 11:36:20 -0500 Date: Wed, 15 Jan 2014 11:36:16 -0500 From: Luiz Capitulino Message-ID: <20140115113616.6d5a24d5@redhat.com> In-Reply-To: <52D6B2F7.5090902@msgid.tls.msk.ru> References: <20140109095816.409cd2a9@redhat.com> <52D6B2F7.5090902@msgid.tls.msk.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] virtio-balloon: don't hardcode config size value List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: qemu-devel , mst@redhat.com On Wed, 15 Jan 2014 20:10:31 +0400 Michael Tokarev wrote: > 09.01.2014 18:58, Luiz Capitulino wrote: > > Use sizeof(strucy virtio_balloon_config) instead. > > Thanks, applied to the trivial patches queue (with the spelling fix). Thanks Michael.