From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUr3C-00007m-Fu for qemu-devel@nongnu.org; Tue, 11 Jul 2017 05:01:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUr39-0003p2-Er for qemu-devel@nongnu.org; Tue, 11 Jul 2017 05:01:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42148) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dUr39-0003oD-8J for qemu-devel@nongnu.org; Tue, 11 Jul 2017 05:01:43 -0400 Date: Tue, 11 Jul 2017 11:01:36 +0200 From: Cornelia Huck Message-ID: <20170711110136.24a88ea1@dhcp-192-215.str.redhat.com> In-Reply-To: <1499700760-4777-11-git-send-email-thuth@redhat.com> References: <1499700760-4777-1-git-send-email-thuth@redhat.com> <1499700760-4777-11-git-send-email-thuth@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 10/10] pc-bios/s390-ccw: Link libnet into the netboot image and do the TFTP load List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: qemu-devel@nongnu.org, Christian Borntraeger , Alexander Graf , Farhan Ali , David Hildenbrand , Viktor Mihajlovski , Alexey Kardashevskiy On Mon, 10 Jul 2017 17:32:40 +0200 Thomas Huth wrote: > Most of the code has been taken from SLOF's netload.c file. Now we > can finally load an image via TFTP and execute the downloaded kernel. > > Signed-off-by: Thomas Huth > --- > pc-bios/s390-ccw/netboot.mak | 12 ++- > pc-bios/s390-ccw/netmain.c | 225 +++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 236 insertions(+), 1 deletion(-) I have not looked at the gory details, but this looks fine on a readthrough; so Acked-by: Cornelia Huck