On 5.03.25 5:53, Pavel Tikhomirov wrote:
@@ -63,7 +65,7 @@ static int qcow2_service_iter(struct qcow2_target
*tgt, struct qcow2 *qcow2,
WRITE_ONCE(service_status, BLK_STS_OK);
for (pos = 0; pos < end; pos += step) {
- if (fatal_signal_pending(current)) {
+ if (qcow2_b
@@ -63,7 +65,7 @@ static int qcow2_service_iter(struct qcow2_target
*tgt, struct qcow2 *qcow2,
WRITE_ONCE(service_status, BLK_STS_OK);
for (pos = 0; pos < end; pos += step) {
- if (fatal_signal_pending(current)) {
+ if (qcow2_backward_merge_should_stop(tgt)) {
On 3/4/25 19:48, Andrey Zhadchenko wrote:
On 3/4/25 12:32, Pavel Tikhomirov wrote:
On 3/4/25 18:51, Andrey Zhadchenko wrote:
On 3/3/25 10:37, Pavel Tikhomirov wrote:
This adds merge_backward "start", "complete" and "cancel" commands. By
that we are able to split single merge_backward i
On 4.03.25 14:08, Andrey Zhadchenko wrote:
On 3/4/25 12:55, Alexander Atanasov wrote:
On 3.03.25 11:37, Pavel Tikhomirov wrote:
This adds merge_backward "start", "complete" and "cancel" commands. By
that we are able to split single merge_backward into two stages: start
asyncronous merging and
On 3/4/25 12:55, Alexander Atanasov wrote:
On 3.03.25 11:37, Pavel Tikhomirov wrote:
This adds merge_backward "start", "complete" and "cancel" commands. By
that we are able to split single merge_backward into two stages: start
asyncronous merging and completion. That can be usefull for restart
On 3.03.25 11:37, Pavel Tikhomirov wrote:
This adds merge_backward "start", "complete" and "cancel" commands. By
that we are able to split single merge_backward into two stages: start
asyncronous merging and completion. That can be usefull for restarting
qemu process while allowing backward mergi
On 3/4/25 12:32, Pavel Tikhomirov wrote:
On 3/4/25 18:51, Andrey Zhadchenko wrote:
On 3/3/25 10:37, Pavel Tikhomirov wrote:
This adds merge_backward "start", "complete" and "cancel" commands. By
that we are able to split single merge_backward into two stages: start
asyncronous merging and
On 3/4/25 18:51, Andrey Zhadchenko wrote:
On 3/3/25 10:37, Pavel Tikhomirov wrote:
This adds merge_backward "start", "complete" and "cancel" commands. By
that we are able to split single merge_backward into two stages: start
asyncronous merging and completion. That can be usefull for restart
On 3/3/25 10:37, Pavel Tikhomirov wrote:
This adds merge_backward "start", "complete" and "cancel" commands. By
that we are able to split single merge_backward into two stages: start
asyncronous merging and completion. That can be usefull for restarting
qemu process while allowing backward mer
This adds merge_backward "start", "complete" and "cancel" commands. By
that we are able to split single merge_backward into two stages: start
asyncronous merging and completion. That can be usefull for restarting
qemu process while allowing backward merging to run asyncronously in
kernel.
The "sta
10 matches
Mail list logo