From nobody Tue May 7 23:59:18 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org ARC-Seal: i=1; a=rsa-sha256; t=1557388964; cv=none; d=zoho.com; s=zohoarc; b=jShWNggF+VFQX5AQJ2NGEgU8oitsPEWa6vcwCCuAXoTmOHGpaAH22V6bBWbda5Bl53bbPwOtYHayE83k2M/ycmcWRsj8uQfgwNxvvX6t0WdrfASDDFlZ6f6gUqhRMMU9fBO3dXv8ADOOf5f5st9dPz5qDqYeMF7fFi6aSioXhDM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1557388964; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=Qks6IOvUI1OG5FI/KeJukkV4diE82LYmi0xF6bQspFc=; b=UlC3wLvM24TMQbCSyPhvUtfAp7jV2EqH2BTA3/jDK/F52BodJ6VYq7DBmNPaxi+ca+/CA0GP4mpsFEp3J1Y9YyX3Q99d2IEE0QGSK14ZcpyLMFBh7ye160WIXeE9KdGhyMbZO25+I1hjaOTe5uXQh3+JSaRZJBW+66TILlvhrts= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1557388964382571.0034109494745; Thu, 9 May 2019 01:02:44 -0700 (PDT) Received: from localhost ([127.0.0.1]:49980 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hOe0n-0003fV-E1 for importer@patchew.org; Thu, 09 May 2019 04:02:41 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40911) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hOdzM-0002Rv-8z for qemu-devel@nongnu.org; Thu, 09 May 2019 04:01:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hOdzL-00056R-Fh for qemu-devel@nongnu.org; Thu, 09 May 2019 04:01:12 -0400 Received: from hera.aquilenet.fr ([2a0c:e300::1]:44756) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hOdzL-00055Y-8d for qemu-devel@nongnu.org; Thu, 09 May 2019 04:01:11 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 193AA77CF; Thu, 9 May 2019 10:01:09 +0200 (CEST) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FdH4chBEnWNM; Thu, 9 May 2019 10:01:05 +0200 (CEST) Received: from function (dhcp-13-82.lip.ens-lyon.fr [140.77.13.82]) by hera.aquilenet.fr (Postfix) with ESMTPSA id D37FB1E42; Thu, 9 May 2019 10:01:05 +0200 (CEST) Received: from samy by function with local (Exim 4.92) (envelope-from ) id 1hOdzF-0005nG-58; Thu, 09 May 2019 10:01:05 +0200 X-Virus-Scanned: Debian amavisd-new at aquilenet.fr From: Samuel Thibault To: qemu-devel@nongnu.org, peter.maydell@linaro.org Date: Thu, 9 May 2019 10:01:05 +0200 Message-Id: <20190509080105.22228-2-samuel.thibault@ens-lyon.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190509080105.22228-1-samuel.thibault@ens-lyon.org> References: <20190509080105.22228-1-samuel.thibault@ens-lyon.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a0c:e300::1 Subject: [Qemu-devel] [PULL 1/1] Update upstream slirp X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Samuel Thibault , stefanha@redhat.com, jan.kiszka@siemens.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Adds gitignore, README file, and fixes ident protocol parsing. Signed-off-by: Samuel Thibault --- slirp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slirp b/slirp index 0e79ba4856..f0da672620 160000 --- a/slirp +++ b/slirp @@ -1 +1 @@ -Subproject commit 0e79ba48567ccfb3cc2cf2e98cce8811eee7e455 +Subproject commit f0da6726207b740f6101028b2992f918477a4b08 --=20 2.20.1