From patchwork Thu May 9 08:01:05 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 10936831 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E007C112C for ; Thu, 9 May 2019 08:02:18 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D3F5328517 for ; Thu, 9 May 2019 08:02:18 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C81DA2893F; Thu, 9 May 2019 08:02:18 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 4247C28517 for ; Thu, 9 May 2019 08:02:18 +0000 (UTC) Received: from localhost ([127.0.0.1]:49980 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hOe0P-0003fV-J2 for patchwork-qemu-devel@patchwork.kernel.org; Thu, 09 May 2019 04:02:17 -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) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr 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 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 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+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP 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