qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH COLO-Frame v8 09/34] COLO: Add a new RunState RU


From: zhanghailiang
Subject: Re: [Qemu-devel] [PATCH COLO-Frame v8 09/34] COLO: Add a new RunState RUN_STATE_COLO
Date: Mon, 31 Aug 2015 14:09:58 +0800
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0

On 2015/8/29 5:58, Eric Blake wrote:
On 07/29/2015 02:45 AM, zhanghailiang wrote:
Guest will enter this state when paused to save/restore VM state
under colo checkpoint.

Cc: Eric Blake <address@hidden>
Cc: Markus Armbruster <address@hidden>
Signed-off-by: zhanghailiang <address@hidden>
Signed-off-by: Li Zhijian <address@hidden>
Signed-off-by: Gonglei <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
---
  qapi-schema.json | 5 ++++-
  vl.c             | 8 ++++++++
  2 files changed, 12 insertions(+), 1 deletion(-)

Just an interface review.


diff --git a/qapi-schema.json b/qapi-schema.json
index fbbe7f3..6f3e464 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -148,12 +148,15 @@
  # @watchdog: the watchdog action is configured to pause and has been triggered
  #
  # @guest-panicked: guest has been panicked as a result of guest OS panic
+#
+# @colo: guest is paused to save/restore VM state under colo checkpoint (since
+# 2.4)

Missed 2.4; make this 2.5.


Will in next version, thanks




reply via email to

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