From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Vivier Date: Mon, 04 Apr 2016 12:21:52 +0000 Subject: Re: [PATCH 0/5] Add support for ppc64le in kvmtool Message-Id: <57025C60.4000006@redhat.com> List-Id: References: <1459423707-8956-1-git-send-email-bsingharora@gmail.com> <56FD286A.9070001@redhat.com> <56FDBD03.9050504@gmail.com> <570228D7.9010104@redhat.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Balbir Singh Cc: Will Deacon , kvm@vger.kernel.org, Michael Ellerman , Michael Neuling , kvm-ppc@vger.kernel.org On 04/04/2016 12:24, Balbir Singh wrote: >>> >> >> This is helpful but I didn't have the time to try again. >> >> Just one more question: how do you strip the ELF header (step 3)? > > I use > > objcopy -O binary vmlinux vmlinux.bin Many thanks! It was the missing part :) I'm able to boot a big-endian kernel now, I'll test your patches as soon as I have access to a little-endian capable host. Laurent