
On 11/30/23 01:25, Hyman Huang wrote:
The flag can be used to enable dirty-limit capability for live migration.
Signed-off-by: Hyman Huang <yong.huang@smartx.com> --- include/libvirt/libvirt-domain.h | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/include/libvirt/libvirt-domain.h b/include/libvirt/libvirt-domain.h index a1902546bb..1bd22cc2dc 100644 --- a/include/libvirt/libvirt-domain.h +++ b/include/libvirt/libvirt-domain.h @@ -1100,6 +1100,11 @@ typedef enum { * Since: 8.5.0 */ VIR_MIGRATE_ZEROCOPY = (1 << 20), + + /* Enable dirty-limit capability to make migration convergent. + * Since: 9.10.0 + */
This needs to be 10.0.0 because even by the time you sent your patches we were in feature freeze for 9.10.0. Michal