qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 70a779: qemu-binfmt-conf.sh: cleanup --creden


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 70a779: qemu-binfmt-conf.sh: cleanup --credential
Date: Thu, 05 Jul 2018 00:20:24 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 70a77984b3ecc8adc7be42cd22fa3fd103874e49
      
https://github.com/qemu/qemu/commit/70a77984b3ecc8adc7be42cd22fa3fd103874e49
  Author: Laurent Vivier <address@hidden>
  Date:   2018-07-02 (Mon, 02 Jul 2018)

  Changed paths:
    M scripts/qemu-binfmt-conf.sh

  Log Message:
  -----------
  qemu-binfmt-conf.sh: cleanup --credential

move credential value to its own variable to be able to manage
more flags

Signed-off-by: Laurent Vivier <address@hidden>
Message-Id: <address@hidden>


  Commit: 01ecd22a29173168950a27551d0f3490b493467c
      
https://github.com/qemu/qemu/commit/01ecd22a29173168950a27551d0f3490b493467c
  Author: Laurent Vivier <address@hidden>
  Date:   2018-07-02 (Mon, 02 Jul 2018)

  Changed paths:
    M scripts/qemu-binfmt-conf.sh

  Log Message:
  -----------
  qemu-binfmt-conf.sh: add persistent (F) flags

Since kernel commit 948b701a607f
(binfmt_misc: add persistent opened binary handler for containers)
kernel allows to load the interpreter at the configuration time.

In case of chroot, it allows to have the interpreter in the host root
filesystem and not to copy it to the chroot filesystem.

Signed-off-by: Laurent Vivier <address@hidden>
Message-Id: <address@hidden>


  Commit: 7155be7cda5c7f930ff1e61e1b9bd3dfacd23ada
      
https://github.com/qemu/qemu/commit/7155be7cda5c7f930ff1e61e1b9bd3dfacd23ada
  Author: Laurent Vivier <address@hidden>
  Date:   2018-07-02 (Mon, 02 Jul 2018)

  Changed paths:
    M scripts/qemu-binfmt-conf.sh

  Log Message:
  -----------
  qemu-binfmt-conf.sh: allow to provide a suffix to the interpreter name

some distros provide a qemu-CPU-static binary beside the qemu-CPU one.
This change allows to use it by providing "--qemu-suffix -static" to the
script.

Signed-off-by: Laurent Vivier <address@hidden>
Message-Id: <address@hidden>


  Commit: d2ba246cf3a216fefc786b3116063dddf2f32810
      
https://github.com/qemu/qemu/commit/d2ba246cf3a216fefc786b3116063dddf2f32810
  Author: Laurent Vivier <address@hidden>
  Date:   2018-07-02 (Mon, 02 Jul 2018)

  Changed paths:
    M linux-user/syscall.c

  Log Message:
  -----------
  linux-user: add netlink CARRIER_UP_COUNT/CARRIER_DOWN_COUNT

Error is reported with libuv test suite:

 not ok 311 - udp_multicast_interface6
 # exit code 134
 # Output from process `udp_multicast_interface6`:
 # Unknown host QEMU_IFLA type: 47
 # Unknown host QEMU_IFLA type: 48
 # Unknown host QEMU_IFLA type: 47
 # Unknown host QEMU_IFLA type: 48
 # Unknown host QEMU_IFLA type: 47
 # Unknown host QEMU_IFLA type: 48
 # Unknown host QEMU_IFLA type: 47
 # Unknown host QEMU_IFLA type: 48
 # Unknown host QEMU_IFLA type: 47
 # Unknown host QEMU_IFLA type: 48

Signed-off-by: Laurent Vivier <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>


  Commit: 21749c4c2850dccd5ca8460f6c642bd12d5cb8c6
      
https://github.com/qemu/qemu/commit/21749c4c2850dccd5ca8460f6c642bd12d5cb8c6
  Author: Laurent Vivier <address@hidden>
  Date:   2018-07-02 (Mon, 02 Jul 2018)

  Changed paths:
    M linux-user/syscall.c

  Log Message:
  -----------
  linux-user: update do_setsockopt()

add IPV6_MULTICAST_HOPS and IPV6_MULTICAST_LOOP that need
32bit value conversion

Signed-off-by: Laurent Vivier <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>


  Commit: ecfec98cf3a10cacbffc7bb46338464bcdc2b8d3
      
https://github.com/qemu/qemu/commit/ecfec98cf3a10cacbffc7bb46338464bcdc2b8d3
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2018-07-03 (Tue, 03 Jul 2018)

  Changed paths:
    M linux-user/strace.list

  Log Message:
  -----------
  linux-user/strace: Improve capget()/capset() output

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Tested-By: Guido Günther <address@hidden>
Reviewed-by: Laurent Vivier <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 377e93e9e85e76c7fd7af900ba965743243a6618
      
https://github.com/qemu/qemu/commit/377e93e9e85e76c7fd7af900ba965743243a6618
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2018-07-03 (Tue, 03 Jul 2018)

  Changed paths:
    M linux-user/strace.list

  Log Message:
  -----------
  linux-user/strace: Improve recvmsg() output

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Tested-By: Guido Günther <address@hidden>
Reviewed-by: Laurent Vivier <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: fe8d2d5737ab20ed0118863f5eb888cae37122ab
      
https://github.com/qemu/qemu/commit/fe8d2d5737ab20ed0118863f5eb888cae37122ab
  Author: Peter Maydell <address@hidden>
  Date:   2018-07-04 (Wed, 04 Jul 2018)

  Changed paths:
    M linux-user/strace.list
    M linux-user/syscall.c
    M scripts/qemu-binfmt-conf.sh

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/vivier2/tags/linux-user-for-3.0-pull-request' into staging

Some strace cleanups
Minor fixes for setsockopt() and netlink
Manage 'F' flag with qemu-binfmt-conf.sh

# gpg: Signature made Tue 03 Jul 2018 17:34:20 BST
# gpg:                using RSA key F30C38BD3F2FBE3C
# gpg: Good signature from "Laurent Vivier <address@hidden>"
# gpg:                 aka "Laurent Vivier <address@hidden>"
# gpg:                 aka "Laurent Vivier (Red Hat) <address@hidden>"
# Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F  5173 F30C 38BD 3F2F BE3C

* remotes/vivier2/tags/linux-user-for-3.0-pull-request:
  linux-user/strace: Improve recvmsg() output
  linux-user/strace: Improve capget()/capset() output
  linux-user: update do_setsockopt()
  linux-user: add netlink CARRIER_UP_COUNT/CARRIER_DOWN_COUNT
  qemu-binfmt-conf.sh: allow to provide a suffix to the interpreter name
  qemu-binfmt-conf.sh: add persistent (F) flags
  qemu-binfmt-conf.sh: cleanup --credential

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


Compare: https://github.com/qemu/qemu/compare/6d8ad1614e0c...fe8d2d5737ab
      **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

reply via email to

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