[PATCH] ram: add support for dirty page tracking

2020-07-06 Thread Bingsong Si
In production, the VM with insentive memory activity maybe failed to migrate, because of the change of memory in the VM greater than the throughtput of the network interface, and we want to identify it before migration. 1. dirty tracking start: virsh qemu-monitor-command --hmp dirty_track 2.

Re: [PATCH] ram: add support for dirty page tracking

2020-07-03 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200703092853.1448582-1-owen...@ucloud.cn/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN

[PATCH] ram: add support for dirty page tracking

2020-07-03 Thread Bingsong Si
In production, the VM with insentive memory activity maybe failed to migrate, because of the change of memory in the VM greater than the throughtput of the network interface, and we want to identify it before migration. 1. dirty tracking start: virsh qemu-monitor-command --hmp dirty_track 2.