From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDbVC-0001S4-CQ for qemu-devel@nongnu.org; Sat, 02 Aug 2014 11:45:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XDbV6-0000zJ-7y for qemu-devel@nongnu.org; Sat, 02 Aug 2014 11:45:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49419) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDbV5-0000ya-Nl for qemu-devel@nongnu.org; Sat, 02 Aug 2014 11:45:39 -0400 From: "Richard W.M. Jones" Date: Sat, 2 Aug 2014 16:45:31 +0100 Message-Id: <1406994332-24716-1-git-send-email-rjones@redhat.com> Subject: [Qemu-devel] [PATCH v4] aarch64: Allow -kernel option to take a gzip-compressed List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org No change compared to v3. I just rebased the patch on top of current HEAD and ensured that it still works. Any comments at all on this approach? It's the last patch I need to make libguestfs work on aarch64 ... Rich.