Re: [Qemu-devel] [PATCH v0 0/2] Postponed actions

2018-07-16 Thread Denis Plotnikov
Ping! On 29.06.2018 15:40, Denis Plotnikov wrote: There are cases when a request to a block driver state shouldn't have appeared producing dangerous race conditions. This misbehaviour is usually happens with storage devices emulated without eventfd for guest to host notifications like IDE. The

Re: [Qemu-devel] [PATCH v0 0/2] Postponed actions

2018-07-01 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180629124052.331406-1-dplotni...@virtuozzo.com Subject: [Qemu-devel] [PATCH v0 0/2] Postponed actions === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log

[Qemu-devel] [PATCH v0 0/2] Postponed actions

2018-06-29 Thread Denis Plotnikov
There are cases when a request to a block driver state shouldn't have appeared producing dangerous race conditions. This misbehaviour is usually happens with storage devices emulated without eventfd for guest to host notifications like IDE. The issue arises when the context is in the "drained" sec