[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [Qemu-devel] [PATCH 3/3] configure: Add new target ppc64e
From: |
Peter Maydell |
Subject: |
Re: [Qemu-ppc] [Qemu-devel] [PATCH 3/3] configure: Add new target ppc64el-linux-user |
Date: |
Thu, 8 May 2014 16:41:57 +0100 |
On 8 May 2014 16:32, Doug Kwan (關振德) <address@hidden> wrote:
> What else needs to be fixed?
git grep ENDIAN linux-user is probably a good start on a list.
> I suspect that the user-mode linux kernel
> interface may also need some work but it worked well enough
> in practice for us to build glibc and run gcc testsuite.
The gcc testsuite is really not very much of a workout.
I recommend getting a chroot environment working and then
trying the LTP testsuite:
http://wiki.qemu.org/Testing/LTP
> Yes ELFv2 is a different ABI but it is not complete different
> from the old one. A notable change is the
> removal of function descriptor. That affect how the user mode start the
> first instruction and that is addressed in this set of patches. It would
> also affect signal handling but user-mode signals do not work at all on
> PPC64 anyway and the parts that would be affected looks unimplemented.
Yes, but we need to actually implement signal handling at
some point, so we don't want to end up having to totally
redo the base support of ppc64le at that point.
The general approach linux-user takes is "one kernel
ABI to one QEMU binary". Maybe we could change that,
but would there be any benefit to it? I can't really
see one.
thanks
-- PMM
- Re: [Qemu-ppc] [PATCH 3/3] configure: Add new target ppc64el-linux-user, (continued)
Re: [Qemu-ppc] [Qemu-devel] [PATCH 3/3] configure: Add new target ppc64el-linux-user, Andreas Färber, 2014/05/08
Re: [Qemu-ppc] [Qemu-devel] [PATCH 3/3] configure: Add new target ppc64el-linux-user, Tom Musta, 2014/05/08
- Re: [Qemu-ppc] [Qemu-devel] [PATCH 3/3] configure: Add new target ppc64el-linux-user, 關振德, 2014/05/08
- Re: [Qemu-ppc] [Qemu-devel] [PATCH 3/3] configure: Add new target ppc64el-linux-user, Peter Maydell, 2014/05/08
- Re: [Qemu-ppc] [Qemu-devel] [PATCH 3/3] configure: Add new target ppc64el-linux-user, 關振德, 2014/05/08
- Re: [Qemu-ppc] [Qemu-devel] [PATCH 3/3] configure: Add new target ppc64el-linux-user,
Peter Maydell <=
- Re: [Qemu-ppc] [Qemu-devel] [PATCH 3/3] configure: Add new target ppc64el-linux-user, 關振德, 2014/05/08
- Re: [Qemu-ppc] [Qemu-devel] [PATCH 3/3] configure: Add new target ppc64el-linux-user, Peter Maydell, 2014/05/08
Re: [Qemu-ppc] [Qemu-devel] [PATCH 3/3] configure: Add new target ppc64el-linux-user, Tom Musta, 2014/05/08
Re: [Qemu-ppc] [Qemu-devel] [PATCH 3/3] configure: Add new target ppc64el-linux-user, Peter Maydell, 2014/05/08