Re: [Qemu-devel] [PATCH 6/8] slirp: VMStatify sbuf

2017-02-13 Thread Juan Quintela
"Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > Convert the sbuf structure to a VMStateDescription. > Note this uses the VMSTATE_WITH_TMP mechanism to calculate > and reload the offsets based on the pointers. > > Signed-off-by:

Re: [Qemu-devel] [PATCH 6/8] slirp: VMStatify sbuf

2016-10-30 Thread Samuel Thibault
Dr. David Alan Gilbert (git), on Thu 27 Oct 2016 16:32:15 +0100, wrote: > From: "Dr. David Alan Gilbert" > > Convert the sbuf structure to a VMStateDescription. > Note this uses the VMSTATE_WITH_TMP mechanism to calculate > and reload the offsets based on the pointers. > >

[Qemu-devel] [PATCH 6/8] slirp: VMStatify sbuf

2016-10-27 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Convert the sbuf structure to a VMStateDescription. Note this uses the VMSTATE_WITH_TMP mechanism to calculate and reload the offsets based on the pointers. Signed-off-by: Dr. David Alan Gilbert Reviewed-by: David Gibson