qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v5 0/4] The intro of QEMU block I/O throttling


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v5 0/4] The intro of QEMU block I/O throttling
Date: Tue, 9 Aug 2011 13:08:30 +0100

On Tue, Aug 9, 2011 at 5:17 AM, Zhi Yong Wu <address@hidden> wrote:
>  Makefile.objs     |    2 +-
>  block.c           |  347 
> +++++++++++++++++++++++++++++++++++++++++++++++++++--
>  block.h           |    6 +-
>  block/blk-queue.c |  141 ++++++++++++++++++++++
>  block/blk-queue.h |   73 +++++++++++
>  block_int.h       |   30 +++++
>  blockdev.c        |  108 +++++++++++++++++
>  blockdev.h        |    2 +
>  hmp-commands.hx   |   15 +++
>  qemu-config.c     |   24 ++++
>  qemu-option.c     |   17 +++
>  qemu-option.h     |    1 +
>  qemu-options.hx   |    1 +
>  qerror.c          |    4 +
>  qerror.h          |    3 +
>  qmp-commands.hx   |   52 ++++++++-
>  16 files changed, 813 insertions(+), 13 deletions(-)
>  create mode 100644 block/blk-queue.c
>  create mode 100644 block/blk-queue.h

This series is against qemu-kvm.git, please send block patches against
qemu.git/master in the future.  There is no qemu-kvm.git-specific code
here so just working against qemu.git and emailing qemu-devel is best.

Stefan



reply via email to

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