qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V2 0/5] Add Xen COLO support


From: Jason Wang
Subject: Re: [Qemu-devel] [PATCH V2 0/5] Add Xen COLO support
Date: Mon, 10 Jun 2019 12:09:04 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0


On 2019/6/10 上午12:44, Zhang Chen wrote:
From: Zhang Chen <address@hidden>

Xen COLO based on KVM COLO architecture, it shared COLO proxy and block
replication with KVM COLO. The only differece is Xen COLO have own
COLO-frame to handle live migration related function, so we need this
series make Xen COLO frame can communicate with other COLO modules in
qemu. Xen side related patches have been merged.


Any pointer to this?

Thanks



V2:
  - Rebase on upstream code.
  - Optimize code by Zhijian's comments in patch 4/5.
  - Remove origin 5/6 patch.

V1:
  - Initial patch.

Zhang Chen (5):
   COLO-compare: Add new parameter to communicate with remote colo-frame
   COLO-compare: Add remote notification chardev handler frame
   COLO-compare: Make the compare_chr_send() can send notification
     message.
   COLO-compare: Add colo-compare remote notify support
   migration/colo.c: Add missed filter notify for Xen COLO.

  migration/colo.c   |   2 +
  net/colo-compare.c | 155 +++++++++++++++++++++++++++++++++++++++------
  qemu-options.hx    |  33 +++++++++-
  3 files changed, 171 insertions(+), 19 deletions(-)




reply via email to

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