qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v5 4/9] record/replay: add network support
Date: Thu, 27 Oct 2016 09:58:17 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0


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 have its own instance of the replay filter as follows:
>>   -netdev user,id=net1 -device rtl8139,netdev=net1
>>   -object filter-replay,id=replay,netdev=net1
>>
>> Replay network filter is used to record and replay network packets. While
>> recording the virtual machine this filter puts all packets coming from
>> the outer world into the log. In replay mode packets from the log are
>> injected into the network device. All interactions with network backend
>> in replay mode are disabled.
>>
>> v5 changes:
>>   - using iov_to_buf function instead of loop
>>
>> Signed-off-by: Pavel Dovgalyuk<address@hidden>
>> ---
> 
> Reviewed-by: Jason Wang <address@hidden>

Jason,

please merge this yourself through the net tree.

Thanks,

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]