qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/5] SLIRP VMStatification [ for 2.9 ]


From: Dr. David Alan Gilbert (git)
Subject: [Qemu-devel] [PATCH v2 0/5] SLIRP VMStatification [ for 2.9 ]
Date: Wed, 23 Nov 2016 18:52:53 +0000

From: "Dr. David Alan Gilbert" <address@hidden>

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

[Prev in Thread] Current Thread [Next in Thread]