Re: [RFC v6][PATCH 0/9] Kernel based checkpoint/restart

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Dave Hansen
Date: Thursday, October 9, 2008 - 5:58 am

On Thu, 2008-10-09 at 14:46 +0200, Ingo Molnar wrote:

Absolutely!

My first inclination was to do this at checkpoint time: detect and tell
users why an app or container can't actually be checkpointed.  But, if I
get you right, you're talking about something that happens more during
the runtime of the app than during the checkpoint.  This sounds like a
wonderful approach to me, and much better than what I was thinking of.

What kind of mechanism do you have in mind?

int sys_remap_file_pages(...)
{
	...
	oh_crap_we_dont_support_this_yet(current);
}

Then the oh_crap..() function sets a task flag or something?

-- Dave

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC v6][PATCH 0/9] Kernel based checkpoint/restart, Oren Laadan, (Wed Oct 8, 3:19 am)
[RFC v6][PATCH 4/9] Dump memory address space, Oren Laadan, (Wed Oct 8, 3:19 am)
[RFC v6][PATCH 5/9] Restore memory address space, Oren Laadan, (Wed Oct 8, 3:19 am)
[RFC v6][PATCH 8/9] Dump open file descriptors, Oren Laadan, (Wed Oct 8, 3:19 am)
[RFC v6][PATCH 9/9] Restore open file descriprtors, Oren Laadan, (Wed Oct 8, 3:19 am)
Re: [RFC v6][PATCH 5/9] Restore memory address space, Dave Hansen, (Wed Oct 8, 8:35 am)
Re: [RFC v6][PATCH 0/9] Kernel based checkpoint/restart, Dave Hansen, (Thu Oct 9, 5:58 am)
Re: [RFC v6][PATCH 3/9] x86 support for checkpoint/restart, Cedric Le Goater, (Fri Oct 10, 3:21 am)
Re: [RFC v6][PATCH 0/9] Kernel based checkpoint/restart, Cedric Le Goater, (Mon Oct 13, 1:13 am)
Re: [RFC v6][PATCH 0/9] Kernel based checkpoint/restart, Cedric Le Goater, (Wed Oct 15, 8:13 am)
Re: [RFC v6][PATCH 0/9] Kernel based checkpoint/restart, Cedric Le Goater, (Wed Oct 15, 8:15 am)
Re: [RFC v6][PATCH 0/9] Kernel based checkpoint/restart, Daniel Lezcano, (Thu Oct 16, 5:35 am)
Re: [RFC v6][PATCH 0/9] Kernel based checkpoint/restart, David Newall, (Thu Oct 16, 11:30 pm)
Re: [RFC v6][PATCH 0/9] Kernel based checkpoint/restart, Cedric Le Goater, (Thu Oct 16, 11:44 pm)
Re: [RFC v6][PATCH 0/9] Kernel based checkpoint/restart, Oren Laadan, (Fri Oct 17, 12:08 am)
Re: [RFC v6][PATCH 0/9] Kernel based checkpoint/restart, Dave Hansen, (Mon Oct 20, 10:17 am)