qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH V2 7/8] COLO: Migrate dirty pages during the gap of checkpoin


From: Eric Blake
Subject: Re: [PATCH V2 7/8] COLO: Migrate dirty pages during the gap of checkpointing
Date: Mon, 24 Feb 2020 09:18:41 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1

On 2/24/20 12:54 AM, zhanghailiang wrote:
We can migrate some dirty pages during the gap of checkpointing,
by this way, we can reduce the amount of ram migrated during checkpointing.

Signed-off-by: zhanghailiang <address@hidden>
---

+++ b/qapi/migration.json
@@ -977,12 +977,14 @@
  #
  # @vmstate-loaded: VM's state has been loaded by SVM.
  #
+# @migrate-ram-background: Send some dirty pages during the gap of COLO 
checkpoint

Missing a '(since 5.0)' tag.

+#
  # Since: 2.8
  ##
  { 'enum': 'COLOMessage',
    'data': [ 'checkpoint-ready', 'checkpoint-request', 'checkpoint-reply',
              'vmstate-send', 'vmstate-size', 'vmstate-received',
-            'vmstate-loaded' ] }
+            'vmstate-loaded', 'migrate-ram-background' ] }
##
  # @COLOMode:


--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org




reply via email to

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