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 <dgilb...@redhat.com>
Reviewed-by: Samuel Thibault <samuel.thiba...@ens-lyon.org> Thanks, Samuel