From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alkyt-0006PB-Q5 for qemu-devel@nongnu.org; Thu, 31 Mar 2016 18:22:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alkys-0005jG-Pt for qemu-devel@nongnu.org; Thu, 31 Mar 2016 18:22:23 -0400 Received: from sonata.ens-lyon.org ([140.77.166.138]:39077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alkys-0005j9-Iy for qemu-devel@nongnu.org; Thu, 31 Mar 2016 18:22:22 -0400 Date: Fri, 1 Apr 2016 00:22:21 +0200 From: Samuel Thibault Message-ID: <20160331222221.GO2749@var.home> References: <1459435721-21351-1-git-send-email-thuth@redhat.com> <20160331220043.GN2749@var.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160331220043.GN2749@var.home> Subject: Re: [Qemu-devel] [PATCH] slirp: Fix migration from older versions of QEMU to the current one List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: Jan Kiszka , qemu-devel@nongnu.org Samuel Thibault, on Fri 01 Apr 2016 00:00:43 +0200, wrote: > Just realizing... We'd need to add AF_INET6 cases here too, to be able > to save/restore a VM using ipv6 connections. That seems quite involved however, maybe we should postpone that to later? Samuel