From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52767) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdFPF-00030F-Ge for qemu-devel@nongnu.org; Mon, 13 Feb 2017 07:06:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdFPA-0001YJ-Sx for qemu-devel@nongnu.org; Mon, 13 Feb 2017 07:06:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43138) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cdFPA-0001Y2-NL for qemu-devel@nongnu.org; Mon, 13 Feb 2017 07:06:52 -0500 From: Juan Quintela In-Reply-To: <20161027153217.16984-6-dgilbert@redhat.com> (David Alan Gilbert's message of "Thu, 27 Oct 2016 16:32:14 +0100") References: <20161027153217.16984-1-dgilbert@redhat.com> <20161027153217.16984-6-dgilbert@redhat.com> Reply-To: quintela@redhat.com Date: Mon, 13 Feb 2017 13:06:44 +0100 Message-ID: <877f4u70rv.fsf@emacs.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 5/8] slirp: VMState conversion; tcpcb List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: qemu-devel@nongnu.org, amit.shah@redhat.com, samuel.thibault@ens-lyon.org, jan.kiszka@siemens.com, duanj@linux.vnet.ibm.com "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > Convert the migration of the struct tcpcb to use a VMStateDescription, > the rest of it will come later. > > Mostly mechanical, except for conversion of some 'char' to uint8_t > to ensure portability. > > Signed-off-by: Dr. David Alan Gilbert > Reviewed-by: Samuel Thibault Reviewed-by: Juan Quintela