Skip to content
Snippets Groups Projects
  • Peter Maydell's avatar
    fdee2c96
    Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2022-03-07' into staging · fdee2c96
    Peter Maydell authored
    
    nbd patches for 2022-03-07
    
    - Dan Berrange: Allow qemu-nbd to support TLS over Unix sockets
    - Eric Blake: Minor cleanups related to 64-bit block operations
    
    # gpg: Signature made Tue 08 Mar 2022 01:41:35 GMT
    # gpg:                using RSA key 71C2CC22B1C4602927D2F3AAA7A16B4A2527436A
    # gpg: Good signature from "Eric Blake <eblake@redhat.com>" [full]
    # gpg:                 aka "Eric Blake (Free Software Programmer) <ebb9@byu.net>" [full]
    # gpg:                 aka "[jpeg image of size 6874]" [full]
    # Primary key fingerprint: 71C2 CC22 B1C4 6029 27D2  F3AA A7A1 6B4A 2527 436A
    
    * remotes/ericb/tags/pull-nbd-2022-03-07:
      qemu-io: Allow larger write zeroes under no fallback
      qemu-io: Utilize 64-bit status during map
      nbd/server: Minor cleanups
      tests/qemu-iotests: validate NBD TLS with UNIX sockets and PSK
      tests/qemu-iotests: validate NBD TLS with UNIX sockets
      tests/qemu-iotests: validate NBD TLS with hostname mismatch
      tests/qemu-iotests: convert NBD TLS test to use standard filters
      tests/qemu-iotests: introduce filter for qemu-nbd export list
      tests/qemu-iotests: expand _filter_nbd rules
      tests/qemu-iotests: add QEMU_IOTESTS_REGEN=1 to update reference file
      block/nbd: don't restrict TLS usage to IP sockets
      qemu-nbd: add --tls-hostname option for TLS certificate validation
      block/nbd: support override of hostname for TLS certificate validation
      block: pass desired TLS hostname through from block driver client
      crypto: mandate a hostname when checking x509 creds on a client
    
    Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
    fdee2c96
    History
    Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2022-03-07' into staging
    Peter Maydell authored
    
    nbd patches for 2022-03-07
    
    - Dan Berrange: Allow qemu-nbd to support TLS over Unix sockets
    - Eric Blake: Minor cleanups related to 64-bit block operations
    
    # gpg: Signature made Tue 08 Mar 2022 01:41:35 GMT
    # gpg:                using RSA key 71C2CC22B1C4602927D2F3AAA7A16B4A2527436A
    # gpg: Good signature from "Eric Blake <eblake@redhat.com>" [full]
    # gpg:                 aka "Eric Blake (Free Software Programmer) <ebb9@byu.net>" [full]
    # gpg:                 aka "[jpeg image of size 6874]" [full]
    # Primary key fingerprint: 71C2 CC22 B1C4 6029 27D2  F3AA A7A1 6B4A 2527 436A
    
    * remotes/ericb/tags/pull-nbd-2022-03-07:
      qemu-io: Allow larger write zeroes under no fallback
      qemu-io: Utilize 64-bit status during map
      nbd/server: Minor cleanups
      tests/qemu-iotests: validate NBD TLS with UNIX sockets and PSK
      tests/qemu-iotests: validate NBD TLS with UNIX sockets
      tests/qemu-iotests: validate NBD TLS with hostname mismatch
      tests/qemu-iotests: convert NBD TLS test to use standard filters
      tests/qemu-iotests: introduce filter for qemu-nbd export list
      tests/qemu-iotests: expand _filter_nbd rules
      tests/qemu-iotests: add QEMU_IOTESTS_REGEN=1 to update reference file
      block/nbd: don't restrict TLS usage to IP sockets
      qemu-nbd: add --tls-hostname option for TLS certificate validation
      block/nbd: support override of hostname for TLS certificate validation
      block: pass desired TLS hostname through from block driver client
      crypto: mandate a hostname when checking x509 creds on a client
    
    Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>