qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/15] Block patches for QEMU 1.4
@ 2013-01-15 16:48 Stefan Hajnoczi
  2013-01-15 16:48 ` [Qemu-devel] [PATCH 01/15] qcow2: Fix segfault on zero-length write Stefan Hajnoczi
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Stefan Hajnoczi @ 2013-01-15 16:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: Anthony Liguori, Stefan Hajnoczi

Final block pull request for QEMU 1.4.

The following changes since commit cf7c3f0cb5a7129f57fa9e69d410d6a05031988c:

  virtio-9p: fix compilation error. (2013-01-14 18:52:39 -0600)

are available in the git repository at:

  git://github.com/stefanha/qemu.git block

for you to fetch changes up to 7191bf311ea9722cdcc3b2229788eff69d896bd0:

  block: Fix how mirror_run() frees its buffer (2013-01-15 17:28:55 +0100)

----------------------------------------------------------------
Kevin Wolf (1):
      qcow2: Fix segfault on zero-length write

Kusanagi Kouichi (1):
      raw-posix: support discard on more filesystems

Liu Yuan (2):
      sheepdog: multiplex the rw FD to flush cache
      sheepdog: clean up sd_aio_setup()

Markus Armbruster (4):
      w32: Make qemu_vfree() accept NULL like the POSIX implementation
      scsi-disk: qemu_vfree(NULL) is fine, simplify
      win32-aio: Fix how win32_aio_process_completion() frees buffer
      block: Fix how mirror_run() frees its buffer

Paolo Bonzini (6):
      raw-posix: remember whether discard failed
      raw: support discard on block devices
      block: make discard asynchronous
      ide: fix TRIM with empty range entry
      ide: issue discard asynchronously but serialize the pieces
      block: clear dirty bitmap when discarding

Peter Lieven (1):
      block: fix initialization in bdrv_io_limits_enable()

 block.c            |  12 ++---
 block/mirror.c     |   2 +-
 block/qcow2.c      |   2 +-
 block/raw-aio.h    |   5 ++-
 block/raw-posix.c  | 125 ++++++++++++++++++++++++++++++++++++++++-------------
 block/sheepdog.c   |  91 ++++++++++++++++++--------------------
 block/win32-aio.c  |   2 +-
 configure          |  19 ++++++++
 hw/ide/core.c      |  79 ++++++++++++++++++++++-----------
 hw/scsi-disk.c     |   4 +-
 util/oslib-win32.c |   4 +-
 11 files changed, 227 insertions(+), 118 deletions(-)

-- 
1.8.0.2

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

end of thread, other threads:[~2013-01-16  1:18 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-15 16:48 [Qemu-devel] [PULL 00/15] Block patches for QEMU 1.4 Stefan Hajnoczi
2013-01-15 16:48 ` [Qemu-devel] [PATCH 01/15] qcow2: Fix segfault on zero-length write Stefan Hajnoczi
2013-01-15 16:48 ` [Qemu-devel] [PATCH 02/15] block: fix initialization in bdrv_io_limits_enable() Stefan Hajnoczi
2013-01-15 16:48 ` [Qemu-devel] [PATCH 03/15] raw-posix: support discard on more filesystems Stefan Hajnoczi
2013-01-15 16:48 ` [Qemu-devel] [PATCH 04/15] raw-posix: remember whether discard failed Stefan Hajnoczi
2013-01-15 16:48 ` [Qemu-devel] [PATCH 05/15] raw: support discard on block devices Stefan Hajnoczi
2013-01-15 16:48 ` [Qemu-devel] [PATCH 06/15] block: make discard asynchronous Stefan Hajnoczi
2013-01-15 16:48 ` [Qemu-devel] [PATCH 07/15] ide: fix TRIM with empty range entry Stefan Hajnoczi
2013-01-15 16:48 ` [Qemu-devel] [PATCH 08/15] ide: issue discard asynchronously but serialize the pieces Stefan Hajnoczi
2013-01-15 16:48 ` [Qemu-devel] [PATCH 09/15] block: clear dirty bitmap when discarding Stefan Hajnoczi
2013-01-15 16:48 ` [Qemu-devel] [PATCH 10/15] sheepdog: multiplex the rw FD to flush cache Stefan Hajnoczi
2013-01-15 16:48 ` [Qemu-devel] [PATCH 11/15] sheepdog: clean up sd_aio_setup() Stefan Hajnoczi
2013-01-15 16:48 ` [Qemu-devel] [PATCH 12/15] w32: Make qemu_vfree() accept NULL like the POSIX implementation Stefan Hajnoczi
2013-01-15 16:48 ` [Qemu-devel] [PATCH 13/15] scsi-disk: qemu_vfree(NULL) is fine, simplify Stefan Hajnoczi
2013-01-15 16:48 ` [Qemu-devel] [PATCH 14/15] win32-aio: Fix how win32_aio_process_completion() frees buffer Stefan Hajnoczi
2013-01-15 16:48 ` [Qemu-devel] [PATCH 15/15] block: Fix how mirror_run() frees its buffer Stefan Hajnoczi
2013-01-16  1:18 ` [Qemu-devel] [PULL 00/15] Block patches for QEMU 1.4 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).