From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c9cfL-0002D5-Jk for qemu-devel@nongnu.org; Wed, 23 Nov 2016 13:53:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c9cfF-0002o5-VT for qemu-devel@nongnu.org; Wed, 23 Nov 2016 13:53:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44448) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c9cfF-0002n8-Po for qemu-devel@nongnu.org; Wed, 23 Nov 2016 13:53:01 -0500 From: "Dr. David Alan Gilbert (git)" Date: Wed, 23 Nov 2016 18:52:53 +0000 Message-Id: <20161123185258.771-1-dgilbert@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/5] SLIRP VMStatification [ for 2.9 ] List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, samuel.thibault@ens-lyon.org Cc: quintela@redhat.com, amit.shah@redhat.com From: "Dr. David Alan Gilbert" 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