Aravind Menon
2006-Oct-14 18:54 UTC
[Xen-devel] Cannot boot guest domain with auto_translated_physmap, xen-unstable cs 11755
I am trying to boot a guest domain with auto_translated_physmap on a non-HVM Pentium D machine. I am running xen-unstable, cs 11755. I get the following error: (XEN) sh error: shadow_remove_all_mappings(): can''t find all mappings of mfn 7ea07: c=00000001 t=00000000 (XEN) sh error: sh_remove_shadows(): can''t find all shadows of mfn 7ea06 (shadow_flags=00000008) (XEN) domain_crash called from common.c:2197 (XEN) Domain 3 (vcpu#0) crashed on cpu#1: (XEN) ----[ Xen-3.0-unstable x86_32 debug=n Not tainted ]---- (XEN) CPU: 1 (XEN) EIP: e019:[<c0101027>] (XEN) EFLAGS: 00000246 CONTEXT: guest (XEN) eax: 00000001 ebx: c0347470 ecx: 00000001 edx: 00000000 (XEN) esi: 00007ff0 edi: 00000800 ebp: c0347488 esp: c034746c (XEN) cr0: 8005003b cr4: 000006d0 cr3: 763a4000 cr2: 00000000 (XEN) ds: e021 es: e021 fs: 0000 gs: 0000 ss: e021 cs: e019 (XEN) Guest stack trace from esp=c034746c: (XEN) c0113727 003c0c08 00000000 00000067 00000000 c03c0c08 c0000000 c03474a4 (XEN) c0352032 c03c0c08 00000067 00000000 00000001 c0800000 c03474e0 c0352830 (XEN) c03474b4 c03544a3 c03474e0 00800000 00000000 c03c0ffc c03c0c08 00008000 (XEN) c03c2000 c03c0000 c036f1b7 c036d0b8 c02dbdec c0347fbc c034f56c c02dbe11 (XEN) 00000088 00000001 00000000 c0347f9c c0347568 00000000 00000000 00000000 (XEN) 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 (XEN) 00000000 00000000 00000000 00000001 00000001 00000000 00000077 c036f1b7 (XEN) 00000000 00000001 c0347590 00000000 00000000 00000000 00000000 00000000 (XEN) 00000000 08800000 00000000 00000001 00000000 00000000 00000000 00000000 (XEN) 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 (XEN) 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 (XEN) 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 (XEN) 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 (XEN) 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 (XEN) 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 (XEN) 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 (XEN) 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 (XEN) 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 (XEN) 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 (XEN) 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 Any suggestions on how to proceed? Thanks, Aravind _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Aravind Menon
2006-Oct-14 18:59 UTC
[Xen-devel] Re: Cannot boot guest domain with auto_translated_physmap, xen-unstable cs 11755
Also attached is the guest domain configuration file. Thanks, Aravind ------------------ kernel = "/boot/vmlinuz-2.6.16.29-xenU" memory = 128 name = "dom1" vif = [ '''' ] ip=''128.178.52.96'' netmask=''255.255.255.0'' gateway=''128.178.52.1'' root = "/dev/nfs" nfs_server = ''128.178.52.77'' nfs_root = ''/mnt/nfsroot'' extra = "3" features = ''auto_translated_physmap'' _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2006-Oct-16 16:44 UTC
Re: [Xen-devel] Cannot boot guest domain with auto_translated_physmap, xen-unstable cs 11755
On 14/10/06 19:54, "Aravind Menon" <aravind.menon@epfl.ch> wrote:> I am trying to boot a guest domain with auto_translated_physmap on a > non-HVM Pentium D machine. I am running xen-unstable, cs 11755. > > I get the following error:This mode (auto-translated without shadow-refcount) isn''t fully implemented. Probably these half-supported shadow modes should require a Xen boot-time option to enable them (since they''re really for developer and tester use only). -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel