1. 24 10月, 2014 4 次提交
    • P
      Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging · 8b135a28
      Peter Maydell 提交于
      Block patches
      
      # gpg: Signature made Thu 23 Oct 2014 18:56:05 BST using RSA key ID C88F2FD6
      # gpg: Good signature from "Kevin Wolf <kwolf@redhat.com>"
      
      * remotes/kevin/tags/for-upstream: (32 commits)
        qemu-img: Print error if check failed
        block: char devices on FreeBSD are not behind a pager
        iotests: Add test for qcow2 L1 table update
        qcow2: Do not overflow when writing an L1 sector
        iotests: Add test for map commands
        qemu-io: Respect early image end for map
        block: Respect underlying file's EOF
        docs/qcow2: Limit refcount_order to [0, 6]
        docs/qcow2: Correct refcount_block_entries
        qcow2: Drop REFCOUNT_SHIFT
        iotests: Add test for potentially damaging repairs
        iotests: Fix test outputs
        qcow2: Clean up after refcount rebuild
        qcow2: Rebuild refcount structure during check
        qcow2: Do not perform potentially damaging repairs
        qcow2: Fix refcount blocks beyond image end
        qcow2: Reuse refcount table in calculate_refcounts()
        qcow2: Let inc_refcounts() resize the reftable
        qcow2: Let inc_refcounts() return -errno
        qcow2: Split fail code in L1 and L2 checks
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      8b135a28
    • K
      Merge remote-tracking branch 'mreitz/block' into queue-block · d4db399b
      Kevin Wolf 提交于
      * mreitz/block:
        qemu-img: Print error if check failed
        block: char devices on FreeBSD are not behind a pager
      d4db399b
    • M
      qemu-img: Print error if check failed · 832390a5
      Max Reitz 提交于
      Currently, if bdrv_check() fails either by returning -errno or having
      check_errors set, qemu-img check just exits with 1 after having told the
      user that there were no errors on the image. This is bad.
      
      Instead of printing the check result if there were internal errors which
      were so bad that bdrv_check() could not even complete with 0 as a return
      value, qemu-img check should inform the user about the error.
      Signed-off-by: NMax Reitz <mreitz@redhat.com>
      Reviewed-by: NEric Blake <eblake@redhat.com>
      Reviewed-by: NMarkus Armbruster <armbru@redhat.com>
      832390a5
    • P
      Merge remote-tracking branch 'remotes/qmp-unstable/tags/for-upstream' into staging · 1430500b
      Peter Maydell 提交于
      QMP patches
      
      # gpg: Signature made Thu 23 Oct 2014 16:05:52 BST using RSA key ID E24ED5A7
      # gpg: Good signature from "Luiz Capitulino <lcapitulino@gmail.com>"
      
      * remotes/qmp-unstable/tags/for-upstream:
        monitor: delete device_del_bus_completion
        monitor: add del completion for peripheral device
        qdev: add qdev_build_hotpluggable_device_list helper
        MAINTAINERS: add entry for qobject files
        dump: Turn some functions to void to make code cleaner
        dump: Propagate errors into qmp_dump_guest_memory()
        virtio-balloon: Tweak recent fix for integer overflow
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      1430500b
  2. 23 10月, 2014 36 次提交