Skip to content
Snippets Groups Projects
  1. Sep 27, 2017
  2. Sep 26, 2017
  3. Sep 25, 2017
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-09-25' into staging · 2b521a65
      Peter Maydell authored
      
      nbd patches for 2017-09-25
      
      - Eric Blake: nbd-client: Use correct macro parenthesization
      - Vladimir Sementsov-Ogievskiy: 0/3 nbd client refactoring and fixing
      
      # gpg: Signature made Mon 25 Sep 2017 14:39:21 BST
      # gpg:                using RSA key 0xA7A16B4A2527436A
      # gpg: Good signature from "Eric Blake <eblake@redhat.com>"
      # gpg:                 aka "Eric Blake (Free Software Programmer) <ebb9@byu.net>"
      # gpg:                 aka "[jpeg image of size 6874]"
      # Primary key fingerprint: 71C2 CC22 B1C4 6029 27D2  F3AA A7A1 6B4A 2527 436A
      
      * remotes/ericb/tags/pull-nbd-2017-09-25:
        block/nbd-client: nbd_co_send_request: fix return code
        block/nbd-client: simplify check in nbd_co_receive_reply
        block/nbd-client: refactor nbd_co_receive_reply
        nbd-client: Use correct macro parenthesization
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      2b521a65
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging · 1e3ee834
      Peter Maydell authored
      
      slirp updates
      
      # gpg: Signature made Sun 24 Sep 2017 19:07:51 BST
      # gpg:                using RSA key 0x9E511E01C737F075
      # gpg: Good signature from "Samuel Thibault <samuel.thibault@aquilenet.fr>"
      # gpg:                 aka "Samuel Thibault <sthibault@debian.org>"
      # gpg:                 aka "Samuel Thibault <samuel.thibault@gnu.org>"
      # gpg:                 aka "Samuel Thibault <samuel.thibault@inria.fr>"
      # gpg:                 aka "Samuel Thibault <samuel.thibault@labri.fr>"
      # gpg:                 aka "Samuel Thibault <samuel.thibault@ens-lyon.org>"
      # gpg:                 aka "Samuel Thibault <samuel.thibault@u-bordeaux.fr>"
      # 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: 9A37 3D36 64A8 DC62 DA0A  34FD 9E51 1E01 C737 F075
      
      * remotes/thibault/tags/samuel-thibault:
        slirp: Add a special case for the NULL socket
        slirp: Fix intermittent send queue hangs on a socket
        slirp: Add explanation for hostfwd parsing failure
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      1e3ee834
    • Alex Bennée's avatar
      accel/tcg/cputlb: avoid recursive BQL (fixes #1706296) · 8b812533
      Alex Bennée authored
      
      The mmio path (see exec.c:prepare_mmio_access) already protects itself
      against recursive locking and it makes sense to do the same for
      io_readx/writex. Otherwise any helper running in the BQL context will
      assert when it attempts to write to device memory as in the case of
      the bug report.
      
      Reviewed-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
      CC: Richard Jones <rjones@redhat.com>
      CC: Paolo Bonzini <bonzini@gnu.org>
      CC: qemu-stable@nongnu.org
      Message-Id: <20170921110625.9500-1-alex.bennee@linaro.org>
      Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      8b812533
Loading