1. 10 9月, 2016 3 次提交
  2. 09 9月, 2016 2 次提交
    • P
      Merge remote-tracking branch 'remotes/famz/tags/docker-pull-request' into staging · c2a57aae
      Peter Maydell 提交于
      # gpg: Signature made Fri 09 Sep 2016 05:54:35 BST
      # gpg:                using RSA key 0xCA35624C6A9171C6
      # gpg: Good signature from "Fam Zheng <famz@redhat.com>"
      # gpg: WARNING: This key is not certified with a trusted signature!
      # gpg:          There is no indication that the signature belongs to the owner.
      # Primary key fingerprint: 5003 7CB7 9706 0F76 F021  AD56 CA35 624C 6A91 71C6
      
      * remotes/famz/tags/docker-pull-request:
        docker: silence debootstrap when --quiet is given
        docker: build debootstrap after cloning
        docker: make sure debootstrap is at least 1.0.67
        docker: print warning if EXECUTABLE is not set when building debootstrap image
        docker: debian-bootstrap.pre: print helpful message if DEB_ARCH/DEB_TYPE unset
        docker: debian-bootstrap.pre: print error messages to stderr
        docker: avoid dependency on 'realpath' package
        docker.py: don't hang on large docker output
        docker: Add a glib2-2.22 image
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      c2a57aae
    • P
      qtest.c: Allow zero size in memset qtest commands · 5f31bbf1
      Peter Maydell 提交于
      Some tests use the qtest protocol "memset" command with a zero
      size, expecting it to do nothing. However in the current code this
      will result in calling memset() with a NULL pointer, which is
      undefined behaviour. Detect and specially handle zero sizes to
      avoid this.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Reviewed-by: NEric Blake <eblake@redhat.com>
      Message-id: 1470393800-7882-1-git-send-email-peter.maydell@linaro.org
      5f31bbf1
  3. 08 9月, 2016 35 次提交