From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8bHZ-0007Q7-DS for qemu-devel@nongnu.org; Mon, 14 Dec 2015 17:07:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a8bHW-0006oP-6r for qemu-devel@nongnu.org; Mon, 14 Dec 2015 17:07:49 -0500 Received: from sonata.ens-lyon.org ([140.77.166.138]:47955) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8bHW-0006oL-0n for qemu-devel@nongnu.org; Mon, 14 Dec 2015 17:07:46 -0500 Date: Mon, 14 Dec 2015 23:07:44 +0100 From: Samuel Thibault Message-ID: <20151214220744.GA7178@var.home> References: <20151214134939.GA3142@var.bordeaux.inria.fr> <1450101088-14575-1-git-send-email-samuel.thibault@ens-lyon.org> <1450101088-14575-3-git-send-email-samuel.thibault@ens-lyon.org> <566F0179.50209@redhat.com> <20151214220616.GB2967@var.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151214220616.GB2967@var.home> Subject: Re: [Qemu-devel] [PATCH 3/9] slirp: Adding address family switch for incoming frames List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: zhanghailiang , Li Zhijian , Stefan Hajnoczi , Jason Wang , qemu-devel@nongnu.org, Vasiliy Tolstov , Dave Gilbert , Gonglei , Jan Kiszka , Huangpeng , Yang Hongyang , Guillaume Subiron Samuel Thibault, on Mon 14 Dec 2015 23:06:16 +0100, wrote: > Thomas Huth, on Mon 14 Dec 2015 18:50:49 +0100, wrote: > > > + default: > > > + /* Do not assert while we don't manage IP6VERSION */ > > > + /* assert(0); */ > > > > Not sure if we ever want to have an assert() here - since I assume this > > could be triggered by the guest? > > No, this is if_encap, so packets that slirp builds for the guest, I realize that the patch title is misleading :) I'll change that. Samuel