qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 09/14] block: Drain throttling queue with Bdr


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v3 09/14] block: Drain throttling queue with BdrvChild callback
Date: Mon, 16 May 2016 15:45:25 -0700
User-agent: Mutt/1.6.0 (2016-04-01)

On Wed, May 11, 2016 at 03:24:20PM +0200, Kevin Wolf wrote:
> diff --git a/include/block/block_int.h b/include/block/block_int.h
> index 6af541e..461583b 100644
> --- a/include/block/block_int.h
> +++ b/include/block/block_int.h
> @@ -359,6 +359,17 @@ typedef struct BdrvAioNotifier {
>  struct BdrvChildRole {
>      void (*inherit_options)(int *child_flags, QDict *child_options,
>                              int parent_flags, QDict *parent_options);
> +
> +    /*
> +     * If this pair of functions is implemented, the parent doesn't issue new
> +     * requests after returning from .drained_being() until .drained_end() is

s/being/begin/

Attachment: signature.asc
Description: PGP signature


reply via email to

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