Create P2M map during Mini-OS boot (fixes ''xm dump-core''). Signed-off-by: Grzegorz Milos <gm281@cam.ac.uk> The ia64 version is left empty. But we should easily be able to pull the function to the common code. Dietmar, does IA64 provide virt_to_mfn already? Could you apply Keir? Thanks Gregor _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Am Donnerstag, 1. März 2007 00:45 schrieb Grzegorz Milos:> The ia64 version is left empty. But we should easily be able to pull > the function to the common code. Dietmar, does IA64 provide > virt_to_mfn already?Yes, virt_to_mfn() exists, but the memory handling is somewhat different on ia64, so the code will not work. Until now I didn''t look at the dump-core feature, so I don''t know what to do. I''ll have a look at this. What is the tool to look at the dump? I didn''t find a descrition. Thanks. Dietmar _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Fri, Mar 02, 2007 at 07:48:42AM +0100, Dietmar Hahn wrote:> > Am Donnerstag, 1. März 2007 00:45 schrieb Grzegorz Milos: > > The ia64 version is left empty. But we should easily be able to pull > > the function to the common code. Dietmar, does IA64 provide > > virt_to_mfn already? > Yes, virt_to_mfn() exists, but the memory handling is somewhat different on > ia64, so the code will not work. > Until now I didn''t look at the dump-core feature, so I don''t know what to do. > I''ll have a look at this. What is the tool to look at the dump? I didn''t find > a descrition.There is nothing to be done related to p2m map for ia64 dump-core because xc_core_arch_map_p2m() of ia64 simply returns ENOSYS. There is no analysis tool except x86_32 xc_ptrace_core as far as I know. -- yamahata _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel