OSDN Git Service

Merge remote-tracking branch 'kwolf/for-anthony' into staging
authorAnthony Liguori <aliguori@us.ibm.com>
Thu, 10 May 2012 13:30:34 +0000 (08:30 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 10 May 2012 13:30:34 +0000 (08:30 -0500)
commitb3d6ca770dd916bceaa7a421252734f86dc07e38
treee849419c3356dfc4ba67bf851259ffd3306344e7
parentb3def7f5ff7cb3f5e6128fbb7b6a9aaade98774d
parent2084a8e330bab402e9aab082aad9ce75f9f6db87
Merge remote-tracking branch 'kwolf/for-anthony' into staging

* kwolf/for-anthony: (30 commits)
  declare ECANCELED on all machines
  tests/Makefile: Add missing $(EXESUF)
  stream: do not copy unallocated sectors from the base
  stream: fix ratelimiting corner case
  stream: fix HMP block_job_set_speed
  stream: pass new base image format to bdrv_change_backing_file
  stream: add testcase for partial streaming
  stream: fix sectors not allocated test
  qemu-io: fix the alloc command
  qemu-io: correctly print non-integer values as decimals
  qemu-img: make "info" backing file output correct and easier to use
  block: move field reset from bdrv_open_common to bdrv_close
  block: protect path_has_protocol from filenames with colons
  block: simplify path_is_absolute
  block: wait for job callback in block_job_cancel_sync
  block: add block_job_sleep_ns
  block: fully delete bs->file when closing
  block: do not reuse the backing file across bdrv_close/bdrv_open
  block: another bdrv_append fix
  block: fix snapshot on QED
  ...