From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdwbR-0008RD-48 for qemu-devel@nongnu.org; Tue, 14 Oct 2014 03:33:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XdwbM-0003iy-2D for qemu-devel@nongnu.org; Tue, 14 Oct 2014 03:33:05 -0400 From: Juan Quintela In-Reply-To: <1412243763-32431-2-git-send-email-aik@ozlabs.ru> (Alexey Kardashevskiy's message of "Thu, 2 Oct 2014 19:56:02 +1000") References: <1412243763-32431-1-git-send-email-aik@ozlabs.ru> <1412243763-32431-2-git-send-email-aik@ozlabs.ru> Date: Tue, 14 Oct 2014 09:32:49 +0200 Message-ID: <87wq83f6n2.fsf@elfo.elfo> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 1/2] vmstate: Allow dynamic allocation for VBUFFER during migration Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy Cc: David Gibson , qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Alexander Graf Alexey Kardashevskiy wrote: > This extends use of VMS_ALLOC flag from arrays to VBUFFER as well. > > This defines VMSTATE_VBUFFER_ALLOC_UINT32 which makes use of VMS_ALLOC > and uses uint32_t type for a size. > > Signed-off-by: Alexey Kardashevskiy Reviewed-by: Juan Quintela