• S
    Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging · 199a5bde
    Stefan Hajnoczi 提交于
    * NBD bugfix (Changlong)
    * NBD write zeroes support (Eric)
    * Memory backend fixes (Haozhong)
    * Atomics fix (Alex)
    * New AVX512 features (Luwei)
    * "make check" logging fix (Paolo)
    * Chardev refactoring fallout (Paolo)
    * Small checkpatch improvements (Paolo, Jeff)
    
    # gpg: Signature made Wed 02 Nov 2016 08:31:11 AM GMT
    # gpg:                using RSA key 0xBFFBD25F78C7AE83
    # gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>"
    # gpg:                 aka "Paolo Bonzini <pbonzini@redhat.com>"
    # Primary key fingerprint: 46F5 9FBD 57D6 12E7 BFD4  E2F7 7E15 100C CD36 69B1
    #      Subkey fingerprint: F133 3857 4B66 2389 866C  7682 BFFB D25F 78C7 AE83
    
    * remotes/bonzini/tags/for-upstream: (30 commits)
      main-loop: Suppress I/O thread warning under qtest
      docs/rcu.txt: Fix minor typo
      vl: exit qemu on guest panic if -no-shutdown is not set
      checkpatch: allow spaces before parenthesis for 'coroutine_fn'
      x86: add AVX512_4VNNIW and AVX512_4FMAPS features
      slirp: fix CharDriver breakage
      qemu-char: do not forward events through the mux until QEMU has started
      nbd: Implement NBD_CMD_WRITE_ZEROES on client
      nbd: Implement NBD_CMD_WRITE_ZEROES on server
      nbd: Improve server handling of shutdown requests
      nbd: Refactor conversion to errno to silence checkpatch
      nbd: Support shorter handshake
      nbd: Less allocation during NBD_OPT_LIST
      nbd: Let client skip portions of server reply
      nbd: Let server know when client gives up negotiation
      nbd: Share common option-sending code in client
      nbd: Send message along with server NBD_REP_ERR errors
      nbd: Share common reply-sending code in server
      nbd: Rename struct nbd_request and nbd_reply
      nbd: Rename NbdClientSession to NBDClientSession
      ...
    Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
    199a5bde
exec.c 106.9 KB