From: "Dr. David Alan Gilbert" <dgilb...@redhat.com>

Hi,
  This is an update to my previous series that included VMSTATE_WITH_TMP.
I've not bothered including the VMSTATE_WITH_TMP set this time; but it's
still dependent on it, so we'll wait until it's in first.

  My main change in this version is that I've commoned the fhost/lhost unions
in struct socket, and that's made the 'socket level' code a lot simpler
and should make it a lot easier to add IPv6 support to it.

Dave

Dr. David Alan Gilbert (10):
  slirp: VMState conversion; tcpcb
  slirp: VMStatify sbuf
  slirp: Common lhost/fhost union
  slirp: VMStatify socket level
  slirp: VMStatify remaining except for loop

 slirp/sbuf.h    |    4 
 slirp/slirp.c   |  459 +++++++++++++++++++++++++-----------------------------
 slirp/socket.h  |   24 +-
 slirp/tcp_var.h |    6 

 5 files changed, 231 insertions(+), 263 deletions(-)


-- 
2.9.3


Reply via email to