Re: [Qemu-devel] [PATCH v6 24/25] slirp: fix ipv6 timers

2018-09-12 Thread Samuel Thibault
Pavel Dovgalyuk, le mer. 12 sept. 2018 11:20:07 +0300, a ecrit: > ICMP implementation for IPv6 uses timers based on virtual clock. > This is incorrect because this service is not related to the guest state, > and its events should not be recorded and replayed. > This patch changes using virtual clo

[Qemu-devel] [PATCH v6 24/25] slirp: fix ipv6 timers

2018-09-12 Thread Pavel Dovgalyuk
ICMP implementation for IPv6 uses timers based on virtual clock. This is incorrect because this service is not related to the guest state, and its events should not be recorded and replayed. This patch changes using virtual clock to the new virtual_ext clock. Signed-off-by: Pavel Dovgalyuk --- s