qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC PATCH v3 0/4] block-queue: Delay and batch metadata writes
@ 2010-11-30 12:48 Kevin Wolf
  2010-11-30 12:48 ` [Qemu-devel] [RFC PATCH v3 1/4] block: Implement bdrv_aio_pwrite Kevin Wolf
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Kevin Wolf @ 2010-11-30 12:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, stefanha

block-queue itself looks more or less ready to me now, the rest is
possible bug fixes and addressing review comments. So please, give
the first three patches a good review, they are in their final version
otherwise.

This series is only marked RFC because proper qcow2 integration is
missing and merging block-queue doesn't make much sense without a user.

Patch 4/4 contains a hackish version of qcow2 integration which I think
should fully work (I think I addressed Stefan's comment), but is too
ugly to be merged.

Kevin Wolf (4):
  block: Implement bdrv_aio_pwrite
  Add block-queue
  Test cases for block-queue
  qcow2: Preliminary block-queue support

 Makefile               |    1 +
 Makefile.objs          |    2 +-
 block-queue.c          |  736 ++++++++++++++++++++++++++++++++++++++++++++++++
 block-queue.h          |   61 ++++
 block.c                |  167 +++++++++++
 block.h                |    2 +
 block/qcow2-cluster.c  |   39 ++--
 block/qcow2-refcount.c |   62 ++--
 block/qcow2.c          |   83 ++++++-
 block/qcow2.h          |    5 +
 check-block-queue.c    |  402 ++++++++++++++++++++++++++
 cpus.c                 |    8 +-
 qemu-common.h          |    3 +
 qemu-tool.c            |    5 +
 sysemu.h               |    1 -
 15 files changed, 1521 insertions(+), 56 deletions(-)
 create mode 100644 block-queue.c
 create mode 100644 block-queue.h
 create mode 100644 check-block-queue.c

-- 
1.7.2.3

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

end of thread, other threads:[~2010-12-03  9:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-30 12:48 [Qemu-devel] [RFC PATCH v3 0/4] block-queue: Delay and batch metadata writes Kevin Wolf
2010-11-30 12:48 ` [Qemu-devel] [RFC PATCH v3 1/4] block: Implement bdrv_aio_pwrite Kevin Wolf
2010-12-02 12:07   ` [Qemu-devel] " Stefan Hajnoczi
2010-12-02 12:30     ` Kevin Wolf
2010-12-02 13:04       ` Stefan Hajnoczi
2010-11-30 12:48 ` [Qemu-devel] [RFC PATCH v3 2/4] Add block-queue Kevin Wolf
2010-12-03  9:44   ` [Qemu-devel] " Stefan Hajnoczi
2010-11-30 12:48 ` [Qemu-devel] [RFC PATCH v3 3/4] Test cases for block-queue Kevin Wolf
2010-11-30 12:48 ` [Qemu-devel] [RFC PATCH v3 4/4] qcow2: Preliminary block-queue support Kevin Wolf

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