Re: [Qemu-devel] [PATCH v5 1/7] replay: character devices

2016-03-23 Thread Paolo Bonzini
On 23/03/2016 16:45, Kevin Wolf wrote: > Am 14.03.2016 um 08:44 hat Pavel Dovgalyuk geschrieben: >> This patch implements record and replay of character devices. >> It records chardevs communication in replay mode. Recorded information >> include data read from backend and counter of bytes writte

Re: [Qemu-devel] [PATCH v5 1/7] replay: character devices

2016-03-23 Thread Kevin Wolf
Am 14.03.2016 um 08:44 hat Pavel Dovgalyuk geschrieben: > This patch implements record and replay of character devices. > It records chardevs communication in replay mode. Recorded information > include data read from backend and counter of bytes written > from frontend to backend to preserve front

Re: [Qemu-devel] [PATCH v5 1/7] replay: character devices

2016-03-14 Thread Paolo Bonzini
On 14/03/2016 08:44, Pavel Dovgalyuk wrote: > This patch implements record and replay of character devices. > It records chardevs communication in replay mode. Recorded information > include data read from backend and counter of bytes written > from frontend to backend to preserve frontend intern

[Qemu-devel] [PATCH v5 1/7] replay: character devices

2016-03-14 Thread Pavel Dovgalyuk
This patch implements record and replay of character devices. It records chardevs communication in replay mode. Recorded information include data read from backend and counter of bytes written from frontend to backend to preserve frontend internal state. If character device was configured through t