Re: [Qemu-devel] [PATCH v5 4/9] record/replay: add network support

2016-10-31 Thread Jason Wang
On 2016年10月27日 15:58, Paolo Bonzini wrote: On 27/10/2016 05:36, Jason Wang wrote: On 2016年09月26日 16:08, Pavel Dovgalyuk wrote: This patch adds support of recording and replaying network packets in irount rr mode. Record and replay for network interactions is performed with the network filt

Re: [Qemu-devel] [PATCH v5 4/9] record/replay: add network support

2016-10-27 Thread Paolo Bonzini
On 27/10/2016 05:36, Jason Wang wrote: > > > On 2016年09月26日 16:08, Pavel Dovgalyuk wrote: >> This patch adds support of recording and replaying network packets in >> irount rr mode. >> >> Record and replay for network interactions is performed with the >> network filter. >> Each backend must ha

Re: [Qemu-devel] [PATCH v5 4/9] record/replay: add network support

2016-10-26 Thread Jason Wang
On 2016年09月26日 16:08, Pavel Dovgalyuk wrote: This patch adds support of recording and replaying network packets in irount rr mode. Record and replay for network interactions is performed with the network filter. Each backend must have its own instance of the replay filter as follows: -netdev

[Qemu-devel] [PATCH v5 4/9] record/replay: add network support

2016-09-26 Thread Pavel Dovgalyuk
This patch adds support of recording and replaying network packets in irount rr mode. Record and replay for network interactions is performed with the network filter. Each backend must have its own instance of the replay filter as follows: -netdev user,id=net1 -device rtl8139,netdev=net1 -object