All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Yang Hongyang <yanghy@cn.fujitsu.com>
To: Andrew Cooper <andrew.cooper3@citrix.com>, xen-devel@lists.xen.org
Cc: wei.liu2@citrix.com, ian.campbell@citrix.com,
	wency@cn.fujitsu.com, guijianfeng@cn.fujitsu.com,
	yunhong.jiang@intel.com, eddie.dong@intel.com,
	rshriram@cs.ubc.ca, ian.jackson@eu.citrix.com
Subject: Re: [PATCH v2 0/6] Misc cleanups for libxl
Date: Thu, 4 Jun 2015 23:14:54 +0800	[thread overview]
Message-ID: <55706B6E.4050208@cn.fujitsu.com> (raw)
In-Reply-To: <556EDC2E.2040306@citrix.com>



On 06/03/2015 06:51 PM, Andrew Cooper wrote:
> On 03/06/15 09:01, Yang Hongyang wrote:
>> This patchset mainly focus on libxl save, most of the patches are
>> simply move codes out of libxl_dom.c, except a refactor patch.
>>
>> Please see individual patch for detail.
>>
>> Can get the whole patchset from:
>>      https://github.com/macrosheep/xen/tree/misc-libxl-v2
>
> Overall, these look like good changes, although I have not reviewed them
> in detail.

Thank you! hope it won't affect migration v2 too much.

>
> ~Andrew
>
>>
>> v1->v2:
>>    - use dsps for suspend_state and dss for save_state.
>>    - move resume code to libxl_dom_suspend.c
>>    - move toolstatck save/restore code to libxl_dom_save.c
>>    - move refactor pacth to the end so that rebase of the patchset easier.
>>
>> Yang Hongyang (6):
>>    tools/libxl: rename libxl__domain_suspend to libxl__domain_save
>>    tools/libxl: move domain suspend code into libxl_dom_suspend.c
>>    tools/libxl: move domain resume code into libxl_dom_suspend.c
>>    tools/libxl: move remus code into libxl_remus.c
>>    tools/libxl: move save/restore code into libxl_dom_save.c
>>    libxl/save: Refactor libxl__domain_suspend_state
>>
>>   tools/libxl/Makefile             |    5 +-
>>   tools/libxl/libxl.c              |  126 +---
>>   tools/libxl/libxl_dom.c          | 1202 --------------------------------------
>>   tools/libxl/libxl_dom_save.c     |  672 +++++++++++++++++++++
>>   tools/libxl/libxl_dom_suspend.c  |  465 +++++++++++++++
>>   tools/libxl/libxl_internal.h     |   65 ++-
>>   tools/libxl/libxl_netbuffer.c    |    2 +-
>>   tools/libxl/libxl_remus.c        |  307 ++++++++++
>>   tools/libxl/libxl_save_callout.c |    2 +-
>>   9 files changed, 1503 insertions(+), 1343 deletions(-)
>>   create mode 100644 tools/libxl/libxl_dom_save.c
>>   create mode 100644 tools/libxl/libxl_dom_suspend.c
>>   create mode 100644 tools/libxl/libxl_remus.c
>>
>
> .
>

-- 
Thanks,
Yang.

      reply	other threads:[~2015-06-04 15:14 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-03  8:01 [PATCH v2 0/6] Misc cleanups for libxl Yang Hongyang
2015-06-03  8:01 ` [PATCH v2 1/6] tools/libxl: rename libxl__domain_suspend to libxl__domain_save Yang Hongyang
2015-06-16 12:59   ` Ian Campbell
2015-06-16 13:08     ` Yang Hongyang
2015-06-03  8:01 ` [PATCH v2 2/6] tools/libxl: move domain suspend code into libxl_dom_suspend.c Yang Hongyang
2015-06-16 13:00   ` Ian Campbell
2015-06-16 13:51     ` Yang Hongyang
2015-06-03  8:01 ` [PATCH v2 3/6] tools/libxl: move domain resume " Yang Hongyang
2015-06-16 13:04   ` Ian Campbell
2015-06-16 13:50     ` Yang Hongyang
2015-06-03  8:01 ` [PATCH v2 4/6] tools/libxl: move remus code into libxl_remus.c Yang Hongyang
2015-06-16 13:08   ` Ian Campbell
2015-06-16 13:52     ` Yang Hongyang
2015-06-03  8:01 ` [PATCH v2 5/6] tools/libxl: move save/restore code into libxl_dom_save.c Yang Hongyang
2015-06-16 13:09   ` Ian Campbell
2015-06-16 13:54     ` Yang Hongyang
2015-06-03  8:01 ` [PATCH v2 6/6] libxl/save: Refactor libxl__domain_suspend_state Yang Hongyang
2015-06-16 13:16   ` Ian Campbell
2015-06-16 13:26   ` Ian Jackson
2015-06-16 14:35     ` Andrew Cooper
2015-06-03 10:51 ` [PATCH v2 0/6] Misc cleanups for libxl Andrew Cooper
2015-06-04 15:14   ` Yang Hongyang [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55706B6E.4050208@cn.fujitsu.com \
    --to=yanghy@cn.fujitsu.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=eddie.dong@intel.com \
    --cc=guijianfeng@cn.fujitsu.com \
    --cc=ian.campbell@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=rshriram@cs.ubc.ca \
    --cc=wei.liu2@citrix.com \
    --cc=wency@cn.fujitsu.com \
    --cc=xen-devel@lists.xen.org \
    --cc=yunhong.jiang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.