On 05/12/2015 05:40 PM, Andrew Cooper wrote:
On 12/05/15 09:12, Yang Hongyang wrote:
That sounds like COLO wants a should_checkpoint() callback which
separates the decision to make a checkpoint from the logic of
implementing a checkpoint.
We use checkpoint callback to do should_checkpoint(
On 12/05/15 09:12, Yang Hongyang wrote:
>
That sounds like COLO wants a should_checkpoint() callback which
separates the decision to make a checkpoint from the logic of
implementing a checkpoint.
>>>
>>> We use checkpoint callback to do should_checkpoint() thing currently.
>>> libxc
On 05/11/2015 07:01 PM, Andrew Cooper wrote:
On 11/05/15 11:48, Hongyang Yang wrote:
On 05/11/2015 05:00 PM, Andrew Cooper wrote:
On 11/05/15 07:28, Hongyang Yang wrote:
On 05/09/2015 02:12 AM, Andrew Cooper wrote:
On 08/05/15 10:33, Yang Hongyang wrote:
This patchset implement the Remus
On 11/05/15 11:48, Hongyang Yang wrote:
>
> On 05/11/2015 05:00 PM, Andrew Cooper wrote:
>> On 11/05/15 07:28, Hongyang Yang wrote:
>>> On 05/09/2015 02:12 AM, Andrew Cooper wrote:
On 08/05/15 10:33, Yang Hongyang wrote:
> This patchset implement the Remus support for Migration v2 but
On 05/11/2015 05:00 PM, Andrew Cooper wrote:
On 11/05/15 07:28, Hongyang Yang wrote:
On 05/09/2015 02:12 AM, Andrew Cooper wrote:
On 08/05/15 10:33, Yang Hongyang wrote:
This patchset implement the Remus support for Migration v2 but without
memory compressing.
[...]
end_of_checkpoint(
On 11/05/15 07:28, Hongyang Yang wrote:
> On 05/09/2015 02:12 AM, Andrew Cooper wrote:
>> On 08/05/15 10:33, Yang Hongyang wrote:
>>> This patchset implement the Remus support for Migration v2 but without
>>> memory compressing.
>>>
>>> The series can be found on github:
>>> https://github.com/macr
On 05/09/2015 02:12 AM, Andrew Cooper wrote:
On 08/05/15 10:33, Yang Hongyang wrote:
This patchset implement the Remus support for Migration v2 but without
memory compressing.
The series can be found on github:
https://github.com/macrosheep/xen/tree/Remus-newmig-v2
PATCH 1-7: Some refactor and
On 08/05/15 10:33, Yang Hongyang wrote:
> This patchset implement the Remus support for Migration v2 but without
> memory compressing.
>
> The series can be found on github:
> https://github.com/macrosheep/xen/tree/Remus-newmig-v2
>
> PATCH 1-7: Some refactor and prepare work.
> PATCH 8-9: The main
This patchset implement the Remus support for Migration v2 but without
memory compressing.
The series can be found on github:
https://github.com/macrosheep/xen/tree/Remus-newmig-v2
PATCH 1-7: Some refactor and prepare work.
PATCH 8-9: The main Remus loop implement.
PATCH 10: Fix for Remus.
v2: