Fix a endian/socket bugs so that busybox udhcpc for
qemu-user(host amd64, target ppc) works.

Note, the "[PATCH] SIOCGIFINDEX: fix typo" patch sent yesterday
is also needed for udhcpc to work.

BTW, busybox still generates a
 Unsupported setsockopt level=263 optname=8 (AUXDATA)
but that seems harmless.

Joakim Tjernlund (4):
  qemu-user: Impl. setsockopt(SO_BINDTODEVICE)
  linux-user: impl. sockaddr_ll
  alloca one extra byte sockets
  ppc: remove excessive logging

 linux-user/main.c         |  1 -
 linux-user/syscall.c      | 26 +++++++++++++++++++++++---
 linux-user/syscall_defs.h | 10 ++++++++++
 3 files changed, 33 insertions(+), 4 deletions(-)

-- 
1.8.5.5


Reply via email to