qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v5 0/5 for 2.10] SLIRP VMStatification
@ 2017-04-03 17:18 Dr. David Alan Gilbert (git)
  2017-04-03 17:18 ` [Qemu-devel] [PATCH v5 1/5] slirp: VMState conversion; tcpcb Dr. David Alan Gilbert (git)
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2017-04-03 17:18 UTC (permalink / raw)
  To: qemu-devel, samuel.thibault, jan.kiszka; +Cc: quintela

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

Hi,
  Another crack at slirp vmstatification; v5 fixes the type and
value portability issues in the ss_family field.

  It now always sends this as a 16bit field and always uses Linux's
AF_INET or AF_INET6 value on writing.  It'll also accept Windows and
FreeBSDs values as inet6 to keep compatibility with incoming migrations
from previous versions.

Dave

v5
  Fix ss_family portability

Dr. David Alan Gilbert (5):
  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   | 494 +++++++++++++++++++++++++++++++-------------------------
 slirp/socket.h  |  24 ++-
 slirp/tcp_var.h |   6 +-
 4 files changed, 288 insertions(+), 240 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-04-21 10:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-03 17:18 [Qemu-devel] [PATCH v5 0/5 for 2.10] SLIRP VMStatification Dr. David Alan Gilbert (git)
2017-04-03 17:18 ` [Qemu-devel] [PATCH v5 1/5] slirp: VMState conversion; tcpcb Dr. David Alan Gilbert (git)
2017-04-03 17:18 ` [Qemu-devel] [PATCH v5 2/5] slirp: VMStatify sbuf Dr. David Alan Gilbert (git)
2017-04-03 17:18 ` [Qemu-devel] [PATCH v5 3/5] slirp: Common lhost/fhost union Dr. David Alan Gilbert (git)
2017-04-03 18:41   ` Philippe Mathieu-Daudé
2017-04-21 10:16   ` Juan Quintela
2017-04-03 17:18 ` [Qemu-devel] [PATCH v5 4/5] slirp: VMStatify socket level Dr. David Alan Gilbert (git)
2017-04-03 17:18 ` [Qemu-devel] [PATCH v5 5/5] slirp: VMStatify remaining except for loop Dr. David Alan Gilbert (git)
2017-04-21 10:24   ` Juan Quintela
2017-04-03 17:44 ` [Qemu-devel] [PATCH v5 0/5 for 2.10] SLIRP VMStatification no-reply

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).