qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1.1 22/22] stream: move rate limiting to a separ


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH 1.1 22/22] stream: move rate limiting to a separate header file
Date: Wed, 09 May 2012 15:52:19 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

Am 08.05.2012 16:52, schrieb Paolo Bonzini:
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
>  block/stream.c           |   31 ++--------------------------
>  include/qemu/ratelimit.h |   50 
> ++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 52 insertions(+), 29 deletions(-)
>  create mode 100644 include/qemu/ratelimit.h
> 
> diff --git a/block/stream.c b/block/stream.c
> index 7276307..a2ad376 100644
> --- a/block/stream.c
> +++ b/block/stream.c
> @@ -13,6 +13,7 @@
>  
>  #include "trace.h"
>  #include "block_int.h"
> +#include "qemu/ratelimit.h"
>  
>  enum {
>      /*
> @@ -25,34 +26,6 @@ enum {
>  
>  #define SLICE_TIME 100000000ULL /* ns */

This line is duplicated now.

Kevin



reply via email to

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