Take 3 on xm dump-core that takes a core dump of a domain. The specification is as mentioned at http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00913.html The only difference now, is that at xc_core.c@tools/libxc, when an mmap fails and a page cannot be copied to the dump file, the missing page will be filled with 0s instead of writing nonsense to prevent confusion. Signed-off-by: Ken Hironaka <hironaka.ken@soft.fujitsu.com> Reference: http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00181.html http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00259.html http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00483.html http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00742.html http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00831.html http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00982.html _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Hi, Ken Chainging in TAKE2 is not reflected to your TAKE3''s patch. So I update your patch. And I modify messages of xend.log to report -LC option. Signed-off-by: Ken Hironaka <hironaka.ken@soft.fujitsu.com> Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com> Best Regards, Akio Takebe>Take 3 on xm dump-core that takes a core dump of a domain. > >The specification is as mentioned at >http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00913.html > >The only difference now, is that at xc_core.c@tools/libxc, >when an mmap fails and a page cannot be copied to the dump file, the >missing page will be filled with 0s instead of writing nonsense to >prevent confusion. > >Signed-off-by: Ken Hironaka <hironaka.ken@soft.fujitsu.com> > >Reference: >http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00181.html >http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00259.html >http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00483.html >http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00742.html >http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00831.html >http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00982.html > >-------------------------------text/plain------------------------------- >_______________________________________________ >Xen-devel mailing list >Xen-devel@lists.xensource.com >http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
ah, thank you Akio, best regards, Ken On Fri, 2006-08-18 at 10:04 +0900, Akio Takebe wrote:> Hi, Ken > > Chainging in TAKE2 is not reflected to your TAKE3''s patch. > So I update your patch. > And I modify messages of xend.log to report -LC option. > > Signed-off-by: Ken Hironaka <hironaka.ken@soft.fujitsu.com> > Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com> > > Best Regards, > > Akio Takebe > > >Take 3 on xm dump-core that takes a core dump of a domain. > > > >The specification is as mentioned at > >http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00913.html > > > >The only difference now, is that at xc_core.c@tools/libxc, > >when an mmap fails and a page cannot be copied to the dump file, the > >missing page will be filled with 0s instead of writing nonsense to > >prevent confusion. > > > >Signed-off-by: Ken Hironaka <hironaka.ken@soft.fujitsu.com> > > > >Reference: > >http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00181.html > >http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00259.html > >http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00483.html > >http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00742.html > >http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00831.html > >http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00982.html > > > >-------------------------------text/plain------------------------------- > >_______________________________________________ > >Xen-devel mailing list > >Xen-devel@lists.xensource.com > >http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Hi, I update my patch to add localtime into corefile name. http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00929.html This patch depend on xmdump.v4.patch http://lists.xensource.com/archives/html/xen-devel/2006-08/msg01036.html Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com> Best Regards, Akio Takebe>Hi, Ken > >Chainging in TAKE2 is not reflected to your TAKE3''s patch. >So I update your patch. >And I modify messages of xend.log to report -LC option. > >Signed-off-by: Ken Hironaka <hironaka.ken@soft.fujitsu.com> >Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com> > >Best Regards, > >Akio Takebe > >>Take 3 on xm dump-core that takes a core dump of a domain. >> >>The specification is as mentioned at >>http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00913.html >> >>The only difference now, is that at xc_core.c@tools/libxc, >>when an mmap fails and a page cannot be copied to the dump file, the >>missing page will be filled with 0s instead of writing nonsense to >>prevent confusion. >> >>Signed-off-by: Ken Hironaka <hironaka.ken@soft.fujitsu.com> >> >>Reference: >>http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00181.html >>http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00259.html >>http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00483.html >>http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00742.html >>http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00831.html >>http://lists.xensource.com/archives/html/xen-devel/2006-08/msg00982.html >> >>-------------------------------text/plain------------------------------- >>_______________________________________________ >>Xen-devel mailing list >>Xen-devel@lists.xensource.com >>http://lists.xensource.com/xen-devel > >-------------------------------text/plain------------------------------- >_______________________________________________ >Xen-devel mailing list >Xen-devel@lists.xensource.com >http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel