search for: 3c4c3d48a835

Displaying 1 result from an estimated 1 matches for "3c4c3d48a835".

2010 Nov 25
4
[PATCH]improve suspend_evtchn lock processing
...ve it. These places have been modified in the following patch, and, in addition, a function clean_obsolete_lock() is added to clean an invalid lock file which is unlinked from previous operations for any kind of reason (e.g., kill the process). Any comments? Signed-off-by Chunyan Liu diff -r 3c4c3d48a835 tools/libxc/xc_suspend.c --- a/tools/libxc/xc_suspend.c Thu Aug 26 11:16:56 2010 +0100 +++ b/tools/libxc/xc_suspend.c Thu Nov 25 18:44:35 2010 +0800 @@ -16,8 +16,40 @@ #include "xc_private.h" #include "xenguest.h" +#include #define SUSPEND_LOCK_FILE "/var/lib/...