Re: [Qemu-devel] job_pause_point

2019-01-31 Thread Vladimir Sementsov-Ogievskiy
30.01.2019 22:58, John Snow wrote: > > > On 1/30/19 8:58 AM, Vladimir Sementsov-Ogievskiy wrote: >> Hi! >> >> I have a question about job_pause_point. Now a good job of moving generic >> things about >> block-jobs to job.c is done.. >> >> job_pause_point do visible job-state change, as changing

Re: [Qemu-devel] job_pause_point

2019-01-30 Thread John Snow
On 1/30/19 8:58 AM, Vladimir Sementsov-Ogievskiy wrote: > Hi! > > I have a question about job_pause_point. Now a good job of moving generic > things about > block-jobs to job.c is done.. > > job_pause_point do visible job-state change, as changing job->status and > job->paused. > > Is it as

[Qemu-devel] job_pause_point

2019-01-30 Thread Vladimir Sementsov-Ogievskiy
Hi! I have a question about job_pause_point. Now a good job of moving generic things about block-jobs to job.c is done.. job_pause_point do visible job-state change, as changing job->status and job->paused. Is it assumed, that job don't do anything after that state change? Iotests are written