From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gEJQv-0001hz-Mj for qemu-devel@nongnu.org; Sun, 21 Oct 2018 15:30:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gEJLx-0001U8-Eo for qemu-devel@nongnu.org; Sun, 21 Oct 2018 15:25:35 -0400 Received: from hera.aquilenet.fr ([2a0c:e300::1]:55566) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gEJLq-0001TC-Lk for qemu-devel@nongnu.org; Sun, 21 Oct 2018 15:25:30 -0400 Date: Sun, 21 Oct 2018 21:25:21 +0200 From: Samuel Thibault Message-ID: <20181021192521.mazhhkeunyktoohf@function> References: <20180914072616.17771-1-famz@redhat.com> <20180914072616.17771-3-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180914072616.17771-3-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 2/2] slirp: Implement RFC2132 TFTP server name List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org Hello, Fam Zheng, le ven. 14 sept. 2018 15:26:16 +0800, a ecrit: > This new usernet option can be used to add data for option 66 (tftp > server name) in the BOOTP reply, which is useful in PXE based automatic > OS install such as OpenBSD. Applied to my tree, thanks! Samuel