Re: [Qemu-devel] [PATCH v2 3/3] migration: update ram_counters for multifd sync packet

2019-07-29 Thread Ivan Ren
Thanks I'll send a new version with these suggest info and review info. On Tue, Jul 30, 2019 at 8:42 AM Wei Yang wrote: > On Mon, Jul 29, 2019 at 04:01:21PM +0800, Ivan Ren wrote: > >Multifd sync will send MULTIFD_FLAG_SYNC flag info to destination, add > >these bytes to ram_counters record. > >

Re: [Qemu-devel] [PATCH v2 3/3] migration: update ram_counters for multifd sync packet

2019-07-29 Thread Wei Yang
On Mon, Jul 29, 2019 at 04:01:21PM +0800, Ivan Ren wrote: >Multifd sync will send MULTIFD_FLAG_SYNC flag info to destination, add >these bytes to ram_counters record. > >Signed-off-by: Ivan Ren Also this is suggested by me, it would be better to add Suggested-by. >--- > migration/ram.c | 2 ++ >

[Qemu-devel] [PATCH v2 3/3] migration: update ram_counters for multifd sync packet

2019-07-29 Thread Ivan Ren
Multifd sync will send MULTIFD_FLAG_SYNC flag info to destination, add these bytes to ram_counters record. Signed-off-by: Ivan Ren --- migration/ram.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/migration/ram.c b/migration/ram.c index 88ddd2bbe2..20b6eebb7c 100644 --- a/migration/ram.c