qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 3/3] Add a new qmp command to do checkpoint, get


From: Zhang Chen
Subject: Re: [Qemu-devel] [PATCH 3/3] Add a new qmp command to do checkpoint, get replication error
Date: Fri, 2 Dec 2016 12:00:52 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0



On 12/01/2016 10:55 PM, Eric Blake wrote:
On 12/01/2016 12:06 AM, Zhang Chen wrote:
We can call this qmp command to do checkpoint outside of qemu.
Like Xen colo need this function.

Signed-off-by: Zhang Chen <address@hidden>
Signed-off-by: Wen Congyang <address@hidden>
---
  docs/qmp-commands.txt | 24 ++++++++++++++++++++++++
+++ b/qapi-schema.json
@@ -4694,6 +4694,28 @@
    'data': { 'enable': 'bool', 'primary': 'bool', '*failover' : 'bool' } }
##
+# @xen-get-replication-error
+#
+# Get replicatin error that occurs when the vm is running
s/replicatin/replication/

OK.


+#
+# Returns: nothing
+#
+# Since: 2.8
You've missed 2.8.

I will fix this in next version.


+##
+{ 'command': 'xen-get-replication-error' }
+
+##
+# @xen-do-checkpoint
+#
+# Do checkpoint
+#
+# Returns: nothing
+#
+# Since: 2.8
Again, should be 2.9

I will fix this in next version.

Thanks
Zhang Chen

+##
+{ 'command': 'xen-do-checkpoint' }
+
+##
  # @GICCapability:
  #
  # The struct describes capability for a specific GIC (Generic


--
Thanks
zhangchen






reply via email to

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