From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:40872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gsSXH-0008Sp-Ly for qemu-devel@nongnu.org; Sat, 09 Feb 2019 08:19:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gsSXG-0006qZ-R0 for qemu-devel@nongnu.org; Sat, 09 Feb 2019 08:19:11 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:51190) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gsSXG-0006pf-KW for qemu-devel@nongnu.org; Sat, 09 Feb 2019 08:19:10 -0500 Date: Sat, 9 Feb 2019 14:19:08 +0100 From: Samuel Thibault Message-ID: <20190209131908.xicq75je32xhr6p4@function> References: <20190208181122.23393-1-marcandre.lureau@redhat.com> <20190208181122.23393-5-marcandre.lureau@redhat.com> <20190209114041.ibd3adln5vw4iky5@function> <20190209131243.uiob7rzcwi3paw77@function> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH slirp 4/5] slirp: add state saving/loading List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?utf-8?Q?Marc-Andr=C3=A9?= Lureau Cc: qemu-devel Marc-Andr=C3=A9 Lureau, le sam. 09 f=C3=A9vr. 2019 14:16:53 +0100, a ecri= t: > Hi >=20 > On Sat, Feb 9, 2019 at 2:13 PM Samuel Thibault wrote: > > > > Marc-Andr=C3=A9 Lureau, le sam. 09 f=C3=A9vr. 2019 14:09:02 +0100, a = ecrit: > > > On Sat, Feb 9, 2019 at 12:40 PM Samuel Thibault wrote: > > > > > > > > marcandre.lureau@redhat.com, le ven. 08 f=C3=A9vr. 2019 19:11:21 = +0100, a ecrit: > > > > > From: Marc-Andr=C3=A9 Lureau > > > > > > > > > > Based on qemu vmstate serialization code. At this point it shou= ld > > > > > produce the same result. However, with future state versions, s= lirp > > > > > should be free to change its format, by bumping the reported st= ate > > > > > version. > > > > > > > > Mmm, then qemu needs to be taught to call slirp_state_save/load/v= ersion? > > > > > > Yes, see "[Qemu-devel] [PATCH 1/1] RFC: net/slirp: link with libsli= rp" > > > > Ah, I did have a look there but somehow missed it because burried wit= hin > > file removals :) > > >=20 > Indeed, the original patch series was splited in 2, but I thought as > an RFC it was easier to send a single patch. Bad choice I suppose. No, it's fine enough, it's just the file ordering in the patch which posed problem :) Samuel