From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id AE81EC43334 for ; Sat, 18 Jun 2022 10:05:18 +0000 (UTC) Received: from localhost ([::1]:45930 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o2VKP-0005O2-BA for qemu-devel@archiver.kernel.org; Sat, 18 Jun 2022 06:05:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53020) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o2VIN-0003uU-7y for qemu-devel@nongnu.org; Sat, 18 Jun 2022 06:03:11 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60974) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o2VIM-00043s-3H; Sat, 18 Jun 2022 06:03:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=In-Reply-To:MIME-Version:References:Subject:To:From: Date; bh=QHouEt69LJwZTCAITRAI8ErVHlaanxdmR0KuCeBTT+8=; b=ZjYFfoLaSmoVrODZRPGu RRsCn5r3Jqj2HilxGAZ/t95k0t6/7HJO8RKZEb0kPm21ulAZ0o5FDK3pV9mrZq6uNdEV0x7c7Ugr1 XE1YtIDRxH31gmXucB/Er5CGGw4n8123LEHh0UKdCEnMxnNF7mCzLGZUTvsY5L7VcOQRkKqQJM0g7 9ZytW+Zmq4IzJPX2OnNFcpsN19B/gCJR+8fKcG2r697TNNQdwvthP36/KA9Rb6DGwW5rfu5Ffww2A RVlqq3mTVPAobj62BgiG7QbETRR38qR8mo4q7mq40kpq3VoImLq80OEMpCIJgVxxobWIOgp/arlK/ DbX7bMicIU7yDA==; Received: from 2a02-8440-611c-788e-de41-a9ff-fe47-ec49.rev.sfr.net ([2a02:8440:611c:788e:de41:a9ff:fe47:ec49]:42954 helo=begin) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o2VIL-0000XS-So; Sat, 18 Jun 2022 06:03:09 -0400 Received: from samy by begin with local (Exim 4.95) (envelope-from ) id 1o2VID-00BXRj-Os; Sat, 18 Jun 2022 12:03:01 +0200 Date: Sat, 18 Jun 2022 12:03:01 +0200 From: Samuel Thibault To: Peter Delevoryas Cc: jasowang@redhat.com, eblake@redhat.com, armbru@redhat.com, qemu-devel@nongnu.org Subject: Re: [PATCH 2/4] slirp: Update SlirpConfig version to 5 Message-ID: <20220618100301.qdsls3bxugwv7ekm@begin> References: <20220616010526.1895564-1-pdel@fb.com> <20220616010526.1895564-3-pdel@fb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220616010526.1895564-3-pdel@fb.com> Organization: I am not organized User-Agent: NeoMutt/20170609 (1.8.3) X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Hello, Peter Delevoryas, le mer. 15 juin 2022 18:05:24 -0700, a ecrit: > I think we probably need a new Slirp release > (4.8.0) and a switch statement here instead, right? > > So that we can preserve the behavior for 4.7.0? Yes, that's the idea. Samuel