All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Fixed some bugs and optimized some codes for COLO
@ 2021-06-17  2:47 Lei Rao
  2021-06-17  2:47 ` [PATCH 1/7] Some minor optimizations " Lei Rao
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Lei Rao @ 2021-06-17  2:47 UTC (permalink / raw)
  To: chen.zhang, lizhijian, jasowang, zhang.zhanghailiang, quintela,
	dgilbert, lukasstraub2
  Cc: like.xu.linux, Rao, Lei, qemu-devel

From: Rao, Lei <lei.rao@intel.com>

The series of patches include:
        Fixed some bugs of qemu crash and segment fault.
        Optimized the function of fill_connection_key.
        Remove some unnecessary code to improve COLO.

Rao, Lei (7):
  Some minor optimizations for COLO
  Fixed qemu crash when guest power off in COLO mode
  Fixed SVM hang when do failover before PVM crash
  colo: fixed 'Segmentation fault' when the simplex mode PVM poweroff
  Removed the qemu_fclose() in colo_process_incoming_thread
  Changed the last-mode to none of first start COLO
  Optimized the function of fill_connection_key.

 migration/colo.c      | 20 +++++++-------------
 migration/migration.c |  6 +++++-
 net/colo-compare.c    |  4 ++--
 net/colo.c            | 31 ++++++++++++-------------------
 net/colo.h            |  6 +++---
 net/filter-rewriter.c | 10 +---------
 6 files changed, 30 insertions(+), 47 deletions(-)

-- 
1.8.3.1



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-07-28  6:26 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-17  2:47 [PATCH 0/7] Fixed some bugs and optimized some codes for COLO Lei Rao
2021-06-17  2:47 ` [PATCH 1/7] Some minor optimizations " Lei Rao
2021-06-29 17:58   ` Dr. David Alan Gilbert
2021-06-17  2:47 ` [PATCH 2/7] Fixed qemu crash when guest power off in COLO mode Lei Rao
2021-06-17  2:47 ` [PATCH 3/7] Fixed SVM hang when do failover before PVM crash Lei Rao
2021-06-17  5:50   ` lizhijian
2021-06-17  2:47 ` [PATCH 4/7] colo: fixed 'Segmentation fault' when the simplex mode PVM poweroff Lei Rao
2021-07-03 20:36   ` Lukas Straub
2021-07-05  2:54     ` Rao, Lei
2021-07-05  9:06       ` Rao, Lei
2021-06-17  2:47 ` [PATCH 5/7] Removed the qemu_fclose() in colo_process_incoming_thread Lei Rao
2021-06-17  2:47 ` [PATCH 6/7] Changed the last-mode to none of first start COLO Lei Rao
2021-06-17  2:47 ` [PATCH 7/7] Optimized the function of fill_connection_key Lei Rao
2021-07-28  6:25   ` Zhang, Chen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.