qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v7 05/10] block: Introduce "drained begin/end" A


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v7 05/10] block: Introduce "drained begin/end" API
Date: Fri, 23 Oct 2015 16:24:52 +0100
User-agent: Mutt/1.5.24 (2015-08-30)

On Fri, Oct 23, 2015 at 11:08:09AM +0800, Fam Zheng wrote:
> +/**
> + * bdrv_drained_begin:
> + *
> + * Begin a quiesced section for exclusive access to the BDS, by disabling
> + * external request sources including NBD server and device model. Note that
> + * this doesn't block timers or coroutines from submitting more requests, 
> which
> + * means block_job_pause is still necessary.

How is the 'transaction' command protected from block jobs?  Maybe I
missed a block_job_pause() call that you added in this series...



reply via email to

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