From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvSCh-0005nl-U5 for qemu-devel@nongnu.org; Sat, 15 Oct 2016 12:53:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bvSCe-0003TY-O5 for qemu-devel@nongnu.org; Sat, 15 Oct 2016 12:52:59 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:54426) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvSCe-0003T7-HL for qemu-devel@nongnu.org; Sat, 15 Oct 2016 12:52:56 -0400 Date: Sat, 15 Oct 2016 18:52:25 +0200 From: Samuel Thibault Message-ID: <20161015165225.GA9483@var> References: <20161013173746.4911-1-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161013173746.4911-1-dgilbert@redhat.com> Subject: Re: [Qemu-devel] [PATCH 1/1] 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, jan.kiszka@siemens.com Dr. David Alan Gilbert (git), on Thu 13 Oct 2016 18:37:46 +0100, wrote: > 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. > > Tested with > -netdev user,id=unet,guestfwd=tcp:10.0.2.50:4444-tcp:localhost:4444 > > with a nc hung off port 4444 and having the guest spew 'seq' > to the port. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Samuel Thibault Thanks, Samuel