1. 22 5月, 2014 1 次提交
  2. 20 5月, 2014 3 次提交
    • O
      megasas: remove buildtime strings · 5a7733b0
      Olaf Hering 提交于
      Using __DATE__ or __TIME__ in binary pkgs changes the checksum of
      compiled binaries if they get rebuilt, even if there are no other
      source changes.  Replace the dynamic strings with some equally
      informative static strings.
      Signed-off-by: NOlaf Hering <olaf@aepfle.de>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      5a7733b0
    • P
      Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging · ca8c0fab
      Peter Maydell 提交于
      Block patches
      
      # gpg: Signature made Mon 19 May 2014 15:21:14 BST using RSA key ID C88F2FD6
      # gpg: Good signature from "Kevin Wolf <kwolf@redhat.com>"
      
      * remotes/kevin/tags/for-upstream: (22 commits)
        block: optimize zero writes with bdrv_write_zeroes
        blockdev: add a function to parse enum ids from strings
        util: add qemu_iovec_is_zero
        qcow1: Stricter backing file length check
        qcow1: Validate image size (CVE-2014-0223)
        qcow1: Validate L2 table size (CVE-2014-0222)
        qcow1: Check maximum cluster size
        qcow1: Make padding in the header explicit
        curl: Add usage documentation
        curl: Add sslverify option
        curl: Remove broken parsing of options from url
        curl: Fix build when curl_multi_socket_action isn't available
        qemu-iotests: Fix blkdebug in VM drive in 030
        qemu-iotests: Fix core dump suppression in test 039
        iotests: Add test for the JSON protocol
        block: Allow JSON filenames
        check-qdict: Add test for qdict_join()
        qdict: Add qdict_join()
        block: add test for vhdx image created by Disk2VHD
        block: vhdx - account for identical header sections
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      ca8c0fab
    • J
      block: iscsi build fix if LIBISCSI_FEATURE_IOVECTOR is not defined · f2564d88
      Jeff Cody 提交于
      Commit b03c3805 introduced the function
      iscsi_allocationmap_is_allocated(), however it is only used within a
      code block that is conditionally compiled.  This produces a warning
      (error with -werror) of "defined but not used" for the the function, if
      LIBISCSI_FEATURE_IOVECTOR is not defined.
      
      This wraps iscsi_allocationmap_is_allocated() in the same conditional.
      Signed-off-by: NJeff Cody <jcody@redhat.com>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      f2564d88
  3. 19 5月, 2014 25 次提交
  4. 16 5月, 2014 11 次提交