From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aniow-0001fP-LP for qemu-devel@nongnu.org; Wed, 06 Apr 2016 04:28:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aniot-0005Y1-FM for qemu-devel@nongnu.org; Wed, 06 Apr 2016 04:28:14 -0400 Received: from mail-wm0-x242.google.com ([2a00:1450:400c:c09::242]:34297) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aniot-0005Xu-86 for qemu-devel@nongnu.org; Wed, 06 Apr 2016 04:28:11 -0400 Received: by mail-wm0-x242.google.com with SMTP id n3so11012762wmn.1 for ; Wed, 06 Apr 2016 01:28:11 -0700 (PDT) Sender: Paolo Bonzini References: <1c0611a61621b2069df831b48b937fa49cc264bd.1459896208.git.steven@steven676.net> From: Paolo Bonzini Message-ID: <5704C895.4040600@redhat.com> Date: Wed, 6 Apr 2016 10:28:05 +0200 MIME-Version: 1.0 In-Reply-To: <1c0611a61621b2069df831b48b937fa49cc264bd.1459896208.git.steven@steven676.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/3] slirp: Propagate host TCP RST to the guest. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: steven@steven676.net, qemu-devel@nongnu.org Cc: "Edgar E. Iglesias" , Jan Kiszka On 06/04/2016 02:14, steven@steven676.net wrote: > As this patch isn't my work and did not come with a Signed-off-by line, > I'm not entirely clear on how I should handle that. Signed-off-by lines weren't in consistent use at the time, so I think it's okay to leave it out. Paolo