1. 14 2月, 2019 3 次提交
  2. 12 2月, 2019 14 次提交
  3. 11 2月, 2019 3 次提交
    • P
      Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-110219-1' into staging · a044e3de
      Peter Maydell 提交于
      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: NPeter Maydell <peter.maydell@linaro.org>
      a044e3de
    • P
      tests/vm: Be verbose while extracting compressed images · 920fff90
      Philippe Mathieu-Daudé 提交于
      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: NPhilippe Mathieu-Daudé <philmd@redhat.com>
      Message-Id: <20190129175403.18017-2-philmd@redhat.com>
      Signed-off-by: NAlex Bennée <alex.bennee@linaro.org>
      920fff90
    • M
      docs/devel/testing: Add -a option to usermod command on docker setup · 29c33cc1
      Murilo Opsfelder Araujo 提交于
      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: NMurilo Opsfelder Araujo <muriloo@linux.ibm.com>
      Message-Id: <20190207184346.6840-1-muriloo@linux.ibm.com>
      Signed-off-by: NAlex Bennée <alex.bennee@linaro.org>
      29c33cc1
  4. 09 2月, 2019 16 次提交
  5. 08 2月, 2019 3 次提交
    • P
      Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging · e47f81b6
      Peter Maydell 提交于
      More work towards libslirp
      
      Marc-André Lureau (27):
        slirp: generalize guestfwd with a callback based approach
        net/slirp: simplify checking for cmd: prefix
        net/slirp: free forwarding rules on cleanup
        net/slirp: fix leaks on forwarding rule registration error
        slirp: add callbacks for timer
        slirp: replace trace functions with DEBUG calls
        slirp: replace QEMU_PACKED with SLIRP_PACKED
        slirp: replace most qemu socket utilities with slirp own version
        slirp: replace qemu_set_nonblock()
        slirp: add unregister_poll_fd() callback
        slirp: replace qemu_notify_event() with a callback
        slirp: move QEMU state saving to a separate unit
        slirp: do not include qemu headers in libslirp.h public API header
        slirp: improve windows headers inclusion
        slirp: add slirp own version of pstrcpy
        slirp: remove qemu timer.h dependency
        slirp: remove now useless QEMU headers inclusions
        slirp: replace net/eth.h inclusion with own defines
        slirp: replace qemu qtailq with slirp own copy
        slirp: replace remaining qemu headers dependency
        slirp: prefer c99 types over BSD kind
        slirp: improve send_packet() callback
        slirp: replace global polling with per-instance & notifier
        slirp: remove slirp_instances list
        slirp: use polling callbacks, drop glib requirement
        slirp: pass opaque to all callbacks
        slirp: API is extern C
      
      Peter Maydell (2):
        slirp: Avoid marking naturally packed structs as QEMU_PACKED
        slirp: Don't mark struct ipq or struct ipasfrag as packed
      
      Samuel Thibault (3):
        slirp: Avoid unaligned 16bit memory access
        slirp: replace QEMU_BUILD_BUG_ON with G_STATIC_ASSERT
        slirp: Move g_spawn_async_with_fds_qemu compatibility to slirp/
      
      # gpg: Signature made Thu 07 Feb 2019 14:02:41 GMT
      # gpg:                using RSA key E61DBB15D4172BDEC97E92D9DB550E89F0FA54F3
      # gpg: Good signature from "Samuel Thibault <samuel.thibault@aquilenet.fr>" [unknown]
      # gpg:                 aka "Samuel Thibault <sthibault@debian.org>" [marginal]
      # gpg:                 aka "Samuel Thibault <samuel.thibault@gnu.org>" [unknown]
      # gpg:                 aka "Samuel Thibault <samuel.thibault@inria.fr>" [marginal]
      # gpg:                 aka "Samuel Thibault <samuel.thibault@labri.fr>" [marginal]
      # gpg:                 aka "Samuel Thibault <samuel.thibault@ens-lyon.org>" [marginal]
      # gpg:                 aka "Samuel Thibault <samuel.thibault@u-bordeaux.fr>" [unknown]
      # gpg: WARNING: This key is not certified with sufficiently trusted signatures!
      # gpg:          It is not certain that the signature belongs to the owner.
      # Primary key fingerprint: 900C B024 B679 31D4 0F82  304B D017 8C76 7D06 9EE6
      #      Subkey fingerprint: E61D BB15 D417 2BDE C97E  92D9 DB55 0E89 F0FA 54F3
      
      * remotes/thibault/tags/samuel-thibault: (32 commits)
        slirp: API is extern C
        slirp: pass opaque to all callbacks
        slirp: use polling callbacks, drop glib requirement
        slirp: remove slirp_instances list
        slirp: replace global polling with per-instance & notifier
        slirp: improve send_packet() callback
        slirp: prefer c99 types over BSD kind
        slirp: replace remaining qemu headers dependency
        slirp: Move g_spawn_async_with_fds_qemu compatibility to slirp/
        slirp: replace QEMU_BUILD_BUG_ON with G_STATIC_ASSERT
        slirp: replace qemu qtailq with slirp own copy
        slirp: replace net/eth.h inclusion with own defines
        slirp: remove now useless QEMU headers inclusions
        slirp: remove qemu timer.h dependency
        slirp: add slirp own version of pstrcpy
        slirp: improve windows headers inclusion
        slirp: do not include qemu headers in libslirp.h public API header
        slirp: move QEMU state saving to a separate unit
        slirp: replace qemu_notify_event() with a callback
        slirp: add unregister_poll_fd() callback
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      e47f81b6
    • P
      Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-request' into staging · ff372bb5
      Peter Maydell 提交于
      - add new netlink type from linux v4.18 and v4.19
      - fix coverity warning (CID 1390634)
      - fix ioctl(SIOCGIFCONF) crash
      
      # gpg: Signature made Thu 07 Feb 2019 13:12:53 GMT
      # gpg:                using RSA key F30C38BD3F2FBE3C
      # gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>" [full]
      # gpg:                 aka "Laurent Vivier <laurent@vivier.eu>" [full]
      # gpg:                 aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>" [full]
      # Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F  5173 F30C 38BD 3F2F BE3C
      
      * remotes/vivier2/tags/linux-user-for-4.0-pull-request:
        linux-user: add new netlink types
        linux-user: Check sscanf return value in open_net_route()
        Fix linux-user crashes in ioctl(SIOCGIFCONF) when ifc_buf is NULL.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      ff372bb5
    • P
      Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20190206' into staging · d55451dc
      Peter Maydell 提交于
      qemu-sparc queue
      
      # gpg: Signature made Wed 06 Feb 2019 21:25:18 GMT
      # gpg:                using RSA key CC621AB98E82200D915CC9C45BC2C56FAE0F321F
      # gpg:                issuer "mark.cave-ayland@ilande.co.uk"
      # gpg: Good signature from "Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>" [full]
      # Primary key fingerprint: CC62 1AB9 8E82 200D 915C  C9C4 5BC2 C56F AE0F 321F
      
      * remotes/mcayland/tags/qemu-sparc-20190206:
        sun4m: pass initrd size to OpenBIOS via fw_cfg interface
        sun4u: add power_mem_read routine
        hw/sparc64: Create VGA device only if it has really been requested
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      d55451dc
  6. 07 2月, 2019 1 次提交
    • P
      Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-request' into staging · 4f0444fc
      Peter Maydell 提交于
      Trivial patches:
      * Update copyright
      * Fix LGPL in target/moxie
      * configure portability fix
      * Drop useless inclusion of "hw/i386/pc.h"
      * Mark the cpu-cluster device with user_creatable = false
      * tsc210x: Fix building with no verbosity
      
      # gpg: Signature made Wed 06 Feb 2019 15:27:35 GMT
      # gpg:                using RSA key F30C38BD3F2FBE3C
      # gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>" [full]
      # gpg:                 aka "Laurent Vivier <laurent@vivier.eu>" [full]
      # gpg:                 aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>" [full]
      # Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F  5173 F30C 38BD 3F2F BE3C
      
      * remotes/vivier2/tags/trivial-patches-pull-request:
        hw/input/tsc210x: Fix building with no verbosity
        hw/cpu/cluster: Mark the cpu-cluster device with user_creatable = false
        hw/unicore32/puv3: Drop useless inclusion of "hw/i386/pc.h"
        hw/sparc64/sun4u: Drop useless inclusion of "hw/i386/pc.h"
        configure: Avoid non-portable 'test -o/-a'
        target/moxie: Fix LGPL information in the file headers
        qemu-common.h: Update copyright string for 2019
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      4f0444fc