qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL 00/16] Block patches for 1.0


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PULL 00/16] Block patches for 1.0
Date: Sun, 13 Nov 2011 11:44:07 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Lightning/1.0b2 Thunderbird/3.1.13

On 11/11/2011 11:39 AM, Kevin Wolf wrote:
The following changes since commit 0e3b800e71cb7759d099eabbd8ad4c4fe848e381:

   hw/lan9118.c: Add missing 'break' to fix buffer overrun (2011-11-10 12:29:50 
+0000)

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

Pushed.  Thanks.

Regards,

Anthony Liguori


Charles Arnold (1):
       block: Fix vpc initialization of the Dynamic Disk Header

Kevin Wolf (4):
       vvfat: Fix read-write mode
       block: Rename bdrv_co_flush to bdrv_co_flush_to_disk
       block: Introduce bdrv_co_flush_to_os
       block: Make cache=unsafe flush to the OS

Paolo Bonzini (10):
       block: add eject request callback
       atapi: implement eject requests
       scsi-disk: implement eject requests
       nbd: treat EPIPE from NBD_DO_IT as success
       qemu-nbd: trap SIGTERM
       qemu-nbd: rename socket variable
       qemu-nbd: move client to a thread
       qemu-nbd: print error messages from the daemon through a pipe
       qemu-nbd: fix socket creation race
       qemu-nbd: open the block device after starting the client thread

Peter Maydell (1):
       hw/pc.c: Fix use-while-uninitialized of fd_type[]

  block.c           |   30 +++++-
  block.h           |   10 ++
  block/cow.c       |   22 ++--
  block/qcow.c      |   18 ++--
  block/qcow2.c     |   14 ++-
  block/raw-win32.c |   15 ++-
  block/raw.c       |    8 +-
  block/rbd.c       |   10 +-
  block/vdi.c       |    2 +-
  block/vmdk.c      |    4 +-
  block/vpc.c       |   14 ++-
  block/vvfat.c     |   44 ++++----
  block_int.h       |   14 +++-
  blockdev.c        |   10 +-
  hw/ide/atapi.c    |   11 ++-
  hw/ide/core.c     |   13 +++
  hw/pc.c           |    4 +-
  hw/scsi-disk.c    |   24 ++++-
  nbd.c             |    7 ++
  qemu-nbd.c        |  298 ++++++++++++++++++++++++++++++++++-------------------
  20 files changed, 383 insertions(+), 189 deletions(-)






reply via email to

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