Skip to content
Snippets Groups Projects
  1. Feb 11, 2019
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-110219-1' into staging · a044e3de
      Peter Maydell authored
      
      Testing updates:
      
        - .travis.yml tweaks and optimisations
        - .cirrus.yml enabled for FreeBSD CI
        - docker.py clean-ups for binfmt_misc
        - more control of vm-test builds
      
      # gpg: Signature made Mon 11 Feb 2019 13:03:14 GMT
      # gpg:                using RSA key F715F7CD46F94435F4F588658E520D61289519AE
      # gpg: Good signature from "Alex Bennée (Master Work Key) <alex.bennee@linaro.org>" [full]
      # Primary key fingerprint: 6685 AE99 E751 67BC AFC8  DF35 FBD0 DB09 5A9E 2A44
      #      Subkey fingerprint: F715 F7CD 46F9 4435 F4F5  8865 8E52 0D61 2895 19AE
      
      * remotes/stsquad/tags/pull-testing-next-110219-1:
        tests/vm: Be verbose while extracting compressed images
        docs/devel/testing: Add -a option to usermod command on docker setup
        scripts/qemu.py: allow arches use KVM for their 32bit cousins
        tests/vm: expose BUILD_TARGET, TARGET_LIST and EXTRA_CONFIGURE_OPTS
        tests/vm: add --build-target option
        tests/vm: call make check directly for netbsd/freebsd/ubuntu.i386
        tests/vm: move images to $HOME/.cache/qemu-vm/images
        tests: PEP8 cleanup of docker.py, mostly white space
        tests: docker.py be even smarter with persistent binfmt_misc
        tests: make docker.py check for persistent configs
        tests: make docker.py update use configured binfmt path
        docker: add debian-buster-arm64-cross
        archive-source.sh: Clone the submodules locally
        MAINTAINERS: Add an entry for scripts/archive-source.sh
        .travis.yml: fold --disable-tcg into alternate coroutine builds
        .travis.yml: separate tools and docs into another entry
        .travis.yml: stop requesting libffi & gettext from homebrew
        .cirrus.yml: basic compile and test for FreeBSD
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      a044e3de
    • Philippe Mathieu-Daudé's avatar
      tests/vm: Be verbose while extracting compressed images · 920fff90
      Philippe Mathieu-Daudé authored
      
      Depending of the host hardware, copying and extracting VM images can
      take up to few minutes. Add verbosity to avoid the user to worry about
      VMs hanging.
      
      Signed-off-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
      Message-Id: <20190129175403.18017-2-philmd@redhat.com>
      Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
      920fff90
    • Murilo Opsfelder Araujo's avatar
      docs/devel/testing: Add -a option to usermod command on docker setup · 29c33cc1
      Murilo Opsfelder Araujo authored
      
      The option -G of usermod command will remove user from other groups
      not listed, i.e.: $USER will belong only to group 'docker' after
      following the documentation as is.
      
      From usermod(8) manual page:
      
          If the user is currently a member of a group which is not listed,
          the user will be removed from the group. This behaviour can be
          changed via the -a option, which appends the user to the current
          supplementary group list.
      
      This patch improves the situation by adding the -a option to the
      usermod command, which will just append user to the supplementary
      group list.
      
      Cc: qemu-trivial@nongnu.org
      Signed-off-by: default avatarMurilo Opsfelder Araujo <muriloo@linux.ibm.com>
      Message-Id: <20190207184346.6840-1-muriloo@linux.ibm.com>
      Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
      29c33cc1
  2. Feb 08, 2019
  3. Feb 07, 2019
Loading