mbox

[PULL,0/9] Block patches

Message ID 1300272481-8744-1-git-send-email-kwolf@redhat.com
State New
Headers show

Pull-request

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

Message

Kevin Wolf March 16, 2011, 10:47 a.m. UTC
The following changes since commit cc015e9a5dde2f03f123357fa060acbdfcd570a4:

  add Win32 IPI service (2011-03-13 14:44:22 +0000)

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

Brian Wheeler (1):
      Fix ATA SMART and CHECK POWER MODE

Feiran Zheng (1):
      hw/xen_disk: aio_inflight not released in handling ioreq when nr_segments==0

Jes Sorensen (1):
      Improve error handling in do_snapshot_blkdev()

Kevin Wolf (3):
      Add error message for loading snapshot without VM state
      tools: Use real async.c instead of stubs
      Add qcow2 documentation

Ryan Harper (1):
      Don't allow multiwrites against a block device without underlying medium

Stefan Weil (2):
      block/vdi: Don't ignore immediate read/write failures
      block/qcow: Don't ignore immediate read/write and other failures

 Makefile.objs        |    4 +-
 block.c              |    8 ++
 block/qcow.c         |   16 +++-
 block/vdi.c          |    5 +
 blockdev.c           |   23 ++++-
 docs/specs/qcow2.txt |  260 ++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/ide/core.c        |   41 ++++++---
 hw/xen_disk.c        |    2 +-
 qemu-tool.c          |   47 +--------
 savevm.c             |    2 +
 10 files changed, 339 insertions(+), 69 deletions(-)
 create mode 100644 docs/specs/qcow2.txt

Comments

Kevin Wolf March 21, 2011, 1:31 p.m. UTC | #1
Am 16.03.2011 11:47, schrieb Kevin Wolf:
> The following changes since commit cc015e9a5dde2f03f123357fa060acbdfcd570a4:
> 
>   add Win32 IPI service (2011-03-13 14:44:22 +0000)
> 
> are available in the git repository at:
>   git://repo.or.cz/qemu/kevin.git for-anthony
> 
> Brian Wheeler (1):
>       Fix ATA SMART and CHECK POWER MODE
> 
> Feiran Zheng (1):
>       hw/xen_disk: aio_inflight not released in handling ioreq when nr_segments==0
> 
> Jes Sorensen (1):
>       Improve error handling in do_snapshot_blkdev()
> 
> Kevin Wolf (3):
>       Add error message for loading snapshot without VM state
>       tools: Use real async.c instead of stubs
>       Add qcow2 documentation
> 
> Ryan Harper (1):
>       Don't allow multiwrites against a block device without underlying medium
> 
> Stefan Weil (2):
>       block/vdi: Don't ignore immediate read/write failures
>       block/qcow: Don't ignore immediate read/write and other failures

Ping?

Kevin
Aurelien Jarno March 21, 2011, 8:43 p.m. UTC | #2
On Mon, Mar 21, 2011 at 02:31:37PM +0100, Kevin Wolf wrote:
> Am 16.03.2011 11:47, schrieb Kevin Wolf:
> > The following changes since commit cc015e9a5dde2f03f123357fa060acbdfcd570a4:
> > 
> >   add Win32 IPI service (2011-03-13 14:44:22 +0000)
> > 
> > are available in the git repository at:
> >   git://repo.or.cz/qemu/kevin.git for-anthony
> > 
> > Brian Wheeler (1):
> >       Fix ATA SMART and CHECK POWER MODE
> > 
> > Feiran Zheng (1):
> >       hw/xen_disk: aio_inflight not released in handling ioreq when nr_segments==0
> > 
> > Jes Sorensen (1):
> >       Improve error handling in do_snapshot_blkdev()
> > 
> > Kevin Wolf (3):
> >       Add error message for loading snapshot without VM state
> >       tools: Use real async.c instead of stubs
> >       Add qcow2 documentation
> > 
> > Ryan Harper (1):
> >       Don't allow multiwrites against a block device without underlying medium
> > 
> > Stefan Weil (2):
> >       block/vdi: Don't ignore immediate read/write failures
> >       block/qcow: Don't ignore immediate read/write and other failures
> 
> Ping?
> 

Pulled.