qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v4 0/4] block: move I/O request processing to block/


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH v4 0/4] block: move I/O request processing to block/io.c
Date: Tue, 28 Apr 2015 14:27:48 +0100

Note: This series is based on my block-next branch:
https://github.com/stefanha/qemu.git block-next

v4:
 * Extracted two patches that change block.c code, now making the final
   block/io.c patch purely code movement [Eric]
 * Added missing block/io.c file (oops!) [Eric]

This series splits block.c because the file has grown too large.  This helps
separate the core block layer into BlockDriverState graph operations and I/O
processing.

Stefan Hajnoczi (4):
  block: replace bdrv_states iteration with bdrv_next()
  block: add bdrv_set_dirty()/bdrv_reset_dirty() to block_int.h
  block: extract bdrv_setup_io_funcs()
  block: move I/O request processing to block/io.c

 block.c                   | 2519 +-------------------------------------------
 block/Makefile.objs       |    2 +-
 block/io.c                | 2540 +++++++++++++++++++++++++++++++++++++++++++++
 include/block/block_int.h |   12 +
 4 files changed, 2558 insertions(+), 2515 deletions(-)
 create mode 100644 block/io.c

-- 
2.1.0




reply via email to

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