From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEGkK-0005LO-0v for qemu-devel@nongnu.org; Mon, 04 Aug 2014 07:48:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XEGkD-0006QH-Tk for qemu-devel@nongnu.org; Mon, 04 Aug 2014 07:48:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEGkD-0006QD-MY for qemu-devel@nongnu.org; Mon, 04 Aug 2014 07:48:01 -0400 From: "Richard W.M. Jones" Date: Mon, 4 Aug 2014 12:47:51 +0100 Message-Id: <1407152873-16772-1-git-send-email-rjones@redhat.com> Subject: [Qemu-devel] [PATCH v5 0/2] aarch64: Allow -kernel option to take a gzip-compressed kernel. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, peter.crosthwaite@xilinx.com Changes since v4: - Split the patch into a generic loader part, and specific arm64 support. - There is now a specific limit for the gzip loader, plus a comment to indicate that it's just there to stop an excessive malloc. The limit is now decoupled (and larger) than the u-boot limit, since this function might be used for non-kernels in future. - Remove comment about aarch64 in generic code. Rich.