Re: [Qemu-devel] [PATCH v3 3/8] mirror: create mirror_throttle helper

2016-07-14 Thread Eric Blake
On 07/14/2016 07:33 AM, Denis V. Lunev wrote: > The patch also places last_pause_ns from stack in mirror_run into > MirrorBlockJob structure. This helper will be useful in next patches. > > Signed-off-by: Denis V. Lunev > CC: Vladimir Sementsov-Ogievskiy > CC: Eric Blake > CC: Stefan Hajnoczi

[Qemu-devel] [PATCH v3 3/8] mirror: create mirror_throttle helper

2016-07-14 Thread Denis V. Lunev
The patch also places last_pause_ns from stack in mirror_run into MirrorBlockJob structure. This helper will be useful in next patches. Signed-off-by: Denis V. Lunev CC: Vladimir Sementsov-Ogievskiy CC: Eric Blake CC: Stefan Hajnoczi CC: Fam Zheng CC: Kevin Wolf CC: Max Reitz CC: Jeff Cody