1. 17 3月, 2017 26 次提交
  2. 21 12月, 2016 1 次提交
  3. 15 12月, 2016 4 次提交
  4. 14 12月, 2016 1 次提交
  5. 07 12月, 2016 6 次提交
  6. 06 12月, 2016 2 次提交
    • E
      qcow2: Don't strand clusters near 2G intervals during commit · a3e1505d
      Eric Blake 提交于
      The qcow2_make_empty() function is reached during 'qemu-img commit',
      in order to clear out ALL clusters of an image.  However, if the
      image cannot use the fast code path (true if the image is format
      0.10, or if the image contains a snapshot), the cluster size is
      larger than 512, and the image is larger than 2G in size, then our
      choice of sector_step causes problems.  Since it is not cluster
      aligned, but qcow2_discard_clusters() silently ignores an unaligned
      head or tail, we are leaving clusters allocated.
      
      Enhance the testsuite to expose the flaw, and patch the problem by
      ensuring our step size is aligned.
      Signed-off-by: NEric Blake <eblake@redhat.com>
      Reviewed-by: NJohn Snow <jsnow@redhat.com>
      Reviewed-by: NStefan Hajnoczi <stefanha@redhat.com>
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      a3e1505d
    • S
      Merge remote-tracking branch 'jasowang/tags/net-pull-request' into staging · ce1f3e88
      Stefan Hajnoczi 提交于
      # gpg: Signature made Tue 06 Dec 2016 02:24:23 AM GMT
      # gpg:                using RSA key 0xEF04965B398D6211
      # gpg: Good signature from "Jason Wang (Jason Wang on RedHat) <jasowang@redhat.com>"
      # Primary key fingerprint: 215D 46F4 8246 689E C77F  3562 EF04 965B 398D 6211
      
      * jasowang/tags/net-pull-request:
        fsl_etsec: Fix various small problems in hexdump code
        fsl_etsec: Pad short payloads with zeros
        net: mcf: check receive buffer size register value
      
      Message-id: 1480991552-14360-1-git-send-email-jasowang@redhat.com
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      ce1f3e88