qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 27a078: SIOCGIFINDEX: fix typo


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 27a078: SIOCGIFINDEX: fix typo
Date: Tue, 15 Jul 2014 10:30:06 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 27a07827c4a56b65744c061fff78f7ca76cd934e
      
https://github.com/qemu/qemu/commit/27a07827c4a56b65744c061fff78f7ca76cd934e
  Author: Joakim Tjernlund <address@hidden>
  Date:   2014-07-15 (Tue, 15 Jul 2014)

  Changed paths:
    M linux-user/ioctls.h

  Log Message:
  -----------
  SIOCGIFINDEX: fix typo

Wrong type was used in ioctl definition.

Signed-off-by: Joakim Tjernlund <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Riku Voipio <address@hidden>


  Commit: 451aaf688c709c91a0d511c24624104677cc754e
      
https://github.com/qemu/qemu/commit/451aaf688c709c91a0d511c24624104677cc754e
  Author: Joakim Tjernlund <address@hidden>
  Date:   2014-07-15 (Tue, 15 Jul 2014)

  Changed paths:
    M linux-user/syscall.c

  Log Message:
  -----------
  qemu-user: Impl. setsockopt(SO_BINDTODEVICE)

Signed-off-by: Joakim Tjernlund <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Riku Voipio <address@hidden>


  Commit: 33a29b51c9fb56abd94d751dd3a51b84b82c8379
      
https://github.com/qemu/qemu/commit/33a29b51c9fb56abd94d751dd3a51b84b82c8379
  Author: Joakim Tjernlund <address@hidden>
  Date:   2014-07-15 (Tue, 15 Jul 2014)

  Changed paths:
    M linux-user/syscall.c
    M linux-user/syscall_defs.h

  Log Message:
  -----------
  linux-user: handle AF_PACKET sockaddrs in target_to_host_sockaddr

Implement conversion of the AF_PACKET sockaddr subtype
in target_to_host_sockaddr.

Signed-off-by: Joakim Tjernlund <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Riku Voipio <address@hidden>


  Commit: 2dd08dfd9a553af3d53c6508e436b0c2aa5a469b
      
https://github.com/qemu/qemu/commit/2dd08dfd9a553af3d53c6508e436b0c2aa5a469b
  Author: Joakim Tjernlund <address@hidden>
  Date:   2014-07-15 (Tue, 15 Jul 2014)

  Changed paths:
    M linux-user/syscall.c

  Log Message:
  -----------
  alloca one extra byte sockets

target_to_host_sockaddr() may increase the lenth with 1 byte
for AF_UNIX sockets so allocate 1 extra byte.

Signed-off-by: Joakim Tjernlund <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Riku Voipio <address@hidden>


  Commit: b545f63fa974ebffd55d70ca615572d497e543dc
      
https://github.com/qemu/qemu/commit/b545f63fa974ebffd55d70ca615572d497e543dc
  Author: Riku Voipio <address@hidden>
  Date:   2014-07-15 (Tue, 15 Jul 2014)

  Changed paths:
    M linux-user/signal.c

  Log Message:
  -----------
  linux-user: use TARGET_SA_ONSTACK in get_sigframe

As reported by Laurent, which should use TARGET_SA_ONSTACK
on arm, microblaze and openrisc targets like we do on all
others. Practical matter is minimal as for almost all archs
SA_ONSTACK is 0x08000000:

http://lxr.free-electrons.com/ident?i=SA_ONSTACK

Reported-by: Laurent Desnogues <address@hidden>
Signed-off-by: Riku Voipio <address@hidden>


  Commit: cbb46f5f49d4a9cc5ce1a2f43a749003c71bbeb4
      
https://github.com/qemu/qemu/commit/cbb46f5f49d4a9cc5ce1a2f43a749003c71bbeb4
  Author: Peter Maydell <address@hidden>
  Date:   2014-07-15 (Tue, 15 Jul 2014)

  Changed paths:
    M linux-user/ioctls.h
    M linux-user/signal.c
    M linux-user/syscall.c
    M linux-user/syscall_defs.h

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into 
staging

* remotes/riku/linux-user-for-upstream:
  linux-user: use TARGET_SA_ONSTACK in get_sigframe
  alloca one extra byte sockets
  linux-user: handle AF_PACKET sockaddrs in target_to_host_sockaddr
  qemu-user: Impl. setsockopt(SO_BINDTODEVICE)
  SIOCGIFINDEX: fix typo

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/146ae00192ff...cbb46f5f49d4

reply via email to

[Prev in Thread] Current Thread [Next in Thread]