qemu-devel
[Top][All Lists]
Advanced

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

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


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PULL 00/19] Block patches
Date: Tue, 15 Jun 2010 09:26:24 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Lightning/1.0b1 Thunderbird/3.0.4

On 06/15/2010 09:19 AM, Kevin Wolf wrote:
The following changes since commit fd42deeb4cb42f90084046e3ebdb4383953195e3:
   Gerd Hoffmann (1):
         Add exit notifiers.

are available in the git repository at:

   git://repo.or.cz/qemu/kevin.git for-anthony

Merged.  Thanks.

Regards,

Anthony Liguori

Blue Swirl (1):
       block: fix a warning and possible truncation

Christoph Hellwig (3):
       cow: use pread/pwrite
       cow: stop using mmap
       cow: use qemu block API

Jan Kiszka (1):
       xen: Fix build error due to missing include

Jes Sorensen (1):
       Correct definitions for FD_CMD_SAVE and FD_CMD_RESTORE

Kevin Wolf (5):
       vpc: Read/write multiple sectors at once
       qcow2: Allow get_refcount to return errors
       qcow2: Allow alloc_clusters_noref to return errors
       qcow2: Return real error code in load_refcount_block
       qcow2: Restore L1 entry on l2_allocate failure

Markus Armbruster (7):
       Fix regression for "-drive file="
       block: Move error actions from DriveInfo to BlockDriverState
       block: Decouple block device "commit all" from DriveInfo
       monitor: Make "commit FOO" complain when FOO doesn't exist
       block: New bdrv_next()
       block: Decouple savevm from DriveInfo
       blockdev: Give drives internal linkage

Miguel Di Ciurcio Filho (1):
       savevm: Really verify if a drive supports snapshots

  block.c                |   49 ++++++++++++++++++-
  block.h                |   11 ++++
  block/cow.c            |  127 ++++++++++++++++++++++++++----------------------
  block/qcow2-cluster.c  |    1 +
  block/qcow2-refcount.c |   70 +++++++++++++++++++++++----
  block/vpc.c            |   41 +++++++++++----
  block_int.h            |    1 +
  blockdev.c             |   39 +++++---------
  blockdev.h             |   12 -----
  hw/fdc.c               |    4 +-
  hw/ide/core.c          |    2 +-
  hw/scsi-disk.c         |    2 +-
  hw/virtio-blk.c        |    3 +-
  hw/xen_backend.h       |    1 +
  qemu-char.c            |    7 +--
  qemu-common.h          |    3 -
  qemu-malloc.c          |    5 --
  savevm.c               |   90 +++++++++++++++++++---------------
  18 files changed, 291 insertions(+), 177 deletions(-)






reply via email to

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