Re: [Qemu-devel] [RFC PATCH v8 16/21] replay: bottom halves

2015-02-11 Thread Pavel Dovgaluk
From: Paolo Bonzini [mailto:pbonz...@redhat.com] On 22/01/2015 09:53, Pavel Dovgalyuk wrote: This patch introduces bottom half event for replay queue. It saves the events into the queue and process them at the checkpoints and instructions execution. Which bottom halves must _not_ go

Re: [Qemu-devel] [RFC PATCH v8 16/21] replay: bottom halves

2015-01-30 Thread Paolo Bonzini
On 22/01/2015 09:53, Pavel Dovgalyuk wrote: This patch introduces bottom half event for replay queue. It saves the events into the queue and process them at the checkpoints and instructions execution. Which bottom halves must _not_ go through aio/qemu_bh_new_replay? +QEMUBH

[Qemu-devel] [RFC PATCH v8 16/21] replay: bottom halves

2015-01-22 Thread Pavel Dovgalyuk
This patch introduces bottom half event for replay queue. It saves the events into the queue and process them at the checkpoints and instructions execution. Signed-off-by: Pavel Dovgalyuk pavel.dovga...@ispras.ru --- async.c | 24 +++- dma-helpers.c