qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 00/22] Block patches


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PULL 00/22] Block patches
Date: Fri, 27 Jan 2012 11:33:21 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110922 Lightning/1.0b2 Thunderbird/3.1.15

On 01/26/2012 10:37 AM, Kevin Wolf wrote:
The following changes since commit 331636431af32ece373f4b1fb7c3ae9d0615e2a6:

   vga: compile cirrus_vga in hwlib (2012-01-25 18:32:59 +0000)

are available in the git repository at:
   git://repo.or.cz/qemu/kevin.git for-anthony

Pulled.  Thanks.

Regards,

Anthony Liguori


Gregory Farnum (1):
       rbd: wire up snapshot removal and rollback functionality

Li Zhi Hui (2):
       qcow: Return real error code in qcow_open
       qcow: Use bdrv functions to replace file operation

Marcelo Tosatti (4):
       block: add bdrv_find_backing_image
       add QERR_BASE_NOT_FOUND
       block: add support for partial streaming
       docs: describe live block operations

Stefan Hajnoczi (13):
       block: replace unchecked strdup/malloc/calloc with glib
       coroutine: add co_sleep_ns() coroutine sleep function
       block: check bdrv_in_use() before blockdev operations
       block: make copy-on-read a per-request flag
       block: add BlockJob interface for long-running operations
       block: add image streaming block job
       block: rate-limit streaming operations
       qmp: add block_stream command
       qmp: add block_job_set_speed command
       qmp: add block_job_cancel command
       qmp: add query-block-jobs
       blockdev: make image streaming safe across hotplug
       virtio-blk: add virtio_blk_handle_read trace event

Stefan Weil (1):
       block/vdi: Zero unused parts when allocating a new block (fix #919242)

Thomas Higdon (1):
       scsi: Guard against buflen exceeding req->cmd.xfer in 
scsi_disk_emulate_command

  Makefile.objs           |    2 +
  QMP/qmp-events.txt      |   53 +++++++++
  block.c                 |  119 +++++++++++++++++++--
  block.h                 |    4 +
  block/blkdebug.c        |    4 +-
  block/blkverify.c       |    4 +-
  block/qcow.c            |  104 ++++++++++++-------
  block/rbd.c             |   22 ++++
  block/stream.c          |  269 +++++++++++++++++++++++++++++++++++++++++++++++
  block/vdi.c             |    8 +-
  block_int.h             |   47 ++++++++
  blockdev.c              |  199 ++++++++++++++++++++++++++++++++++-
  docs/live-block-ops.txt |   58 ++++++++++
  hmp-commands.hx         |   41 +++++++
  hmp.c                   |   68 ++++++++++++
  hmp.h                   |    4 +
  hw/scsi-disk.c          |   10 +--
  hw/virtio-blk.c         |    2 +
  monitor.c               |   13 +++
  monitor.h               |    2 +
  qapi-schema.json        |  115 ++++++++++++++++++++
  qemu-coroutine-sleep.c  |   38 +++++++
  qemu-coroutine.h        |    9 ++
  qemu-io.c               |   48 ++++----
  qerror.c                |    8 ++
  qerror.h                |    6 +
  qmp-commands.hx         |   24 ++++
  trace-events            |   13 ++-
  28 files changed, 1206 insertions(+), 88 deletions(-)
  create mode 100644 block/stream.c
  create mode 100644 docs/live-block-ops.txt
  create mode 100644 qemu-coroutine-sleep.c






reply via email to

[Prev in Thread] Current Thread [Next in Thread]