Displaying 3 results from an estimated 3 matches for "simgr".
Did you mean:
imgr
2007 Feb 23
1
RE: [PATCH][TOOLS] Reducingimpactofdomainsave/restore/dump on Dom0
...n xc_private.h then you won''t need -D_GNU_SOURCE for
> xcutil/Makefile.
This wont quite work -- xc_private.c isn''t part of libxenguest which
includes save/restore which needs the function... that''s why I made it
inline in xc_private.h which is included everywhere...
/simgr
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2006 Aug 03
2
RE: [Patch][RFC] Support "xm dump" (is Re: Re:[Patch]Enable "sysrq c" handler for domU coredump)
...is glued up
this cant run and the pause will hang (and lets face it, the usual
reason for dumping a domain is because something is wrong; definitely a
good idea to minimize the amount of work you expect from the domain in
this case).
FWIW, my opinion is that it isn''t necessary to pause.
/simgr
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2007 Feb 14
9
DomU crash during migration when suspending source domain
Just run into an odd DomU crash doing live migration of a 4-VCPU domain (with 3.0.4 but the code looks the same in 2.6.18/unstable to me) - the actual panic is attached at the end of this, but the bottom line is that the code in cache_remove_shared_cpu_map (in arch/i385/kernel/cpu/intel_cacheinfo.c) is attempting to clean up the cache info for a processor that does not yet have this info setup -