qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/16] Block patches for 1.0
@ 2011-11-11 17:39 Kevin Wolf
  2011-11-11 17:39 ` [Qemu-devel] [PATCH 01/16] vvfat: Fix read-write mode Kevin Wolf
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: Kevin Wolf @ 2011-11-11 17:39 UTC (permalink / raw)
  To: anthony; +Cc: kwolf, qemu-devel

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

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(-)

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2011-11-13 17:44 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-11 17:39 [Qemu-devel] [PULL 00/16] Block patches for 1.0 Kevin Wolf
2011-11-11 17:39 ` [Qemu-devel] [PATCH 01/16] vvfat: Fix read-write mode Kevin Wolf
2011-11-11 17:39 ` [Qemu-devel] [PATCH 02/16] block: add eject request callback Kevin Wolf
2011-11-11 17:39 ` [Qemu-devel] [PATCH 03/16] atapi: implement eject requests Kevin Wolf
2011-11-11 17:39 ` [Qemu-devel] [PATCH 04/16] scsi-disk: " Kevin Wolf
2011-11-11 17:39 ` [Qemu-devel] [PATCH 05/16] nbd: treat EPIPE from NBD_DO_IT as success Kevin Wolf
2011-11-11 17:39 ` [Qemu-devel] [PATCH 06/16] qemu-nbd: trap SIGTERM Kevin Wolf
2011-11-11 17:39 ` [Qemu-devel] [PATCH 07/16] qemu-nbd: rename socket variable Kevin Wolf
2011-11-11 17:39 ` [Qemu-devel] [PATCH 08/16] qemu-nbd: move client to a thread Kevin Wolf
2011-11-11 17:39 ` [Qemu-devel] [PATCH 09/16] qemu-nbd: print error messages from the daemon through a pipe Kevin Wolf
2011-11-11 17:39 ` [Qemu-devel] [PATCH 10/16] qemu-nbd: fix socket creation race Kevin Wolf
2011-11-11 17:39 ` [Qemu-devel] [PATCH 11/16] qemu-nbd: open the block device after starting the client thread Kevin Wolf
2011-11-11 17:39 ` [Qemu-devel] [PATCH 12/16] block: Fix vpc initialization of the Dynamic Disk Header Kevin Wolf
2011-11-11 17:39 ` [Qemu-devel] [PATCH 13/16] hw/pc.c: Fix use-while-uninitialized of fd_type[] Kevin Wolf
2011-11-11 17:39 ` [Qemu-devel] [PATCH 14/16] block: Rename bdrv_co_flush to bdrv_co_flush_to_disk Kevin Wolf
2011-11-11 17:39 ` [Qemu-devel] [PATCH 15/16] block: Introduce bdrv_co_flush_to_os Kevin Wolf
2011-11-11 17:39 ` [Qemu-devel] [PATCH 16/16] block: Make cache=unsafe flush to the OS Kevin Wolf
2011-11-13 17:44 ` [Qemu-devel] [PULL 00/16] Block patches for 1.0 Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).