WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Problem with live migration

To: "Xen-Devel (E-mail)" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Problem with live migration
From: Asim <linkasim@xxxxxxxxx>
Date: Sat, 30 Aug 2008 22:15:23 -0500
Delivery-date: Sat, 30 Aug 2008 20:15:46 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=kb25HmClwoOr+TQms7mHDrXp3iFb1+ZQj6fZGFSDdFw=; b=BFYCGW6d6rGs0WXXOONdjhFvNXgf6ITdGmidBLwdujBbtjw9/TbDd2zvarEllt/1yU 8PvIA19IVUqx9WsD0m+vur9eE36t2SmuCIB3qJh/mDh+76PQ77DycJezukVy1EWhiKwK yUdAwGrpSvZflzXkiNXpVjW8WIpbf+yHAj5UA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=TxOszPHDZhr/oZqq9gVFjBLQzviy9dSNkK5enHj4jteLqH3aT2dAqVQyUO8dIcOHUq JWZo1+gcBBswsO70wHtqdsOHDP37hDeFPx6/Lc0QITUBQt41s5iAvyeeO+p4/XZ05AlO GHJwdKI0tU7cpK/A3jPrzTXUS6TDSftT31ODk=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

While migrating Xen  - I get the following errors:-  I have PCI
enabled and would just like to get the migration working without any
device expectations.

(XEN) mm.c:1887:d0 Bad type (saw 28000001 != exp e0000000) for mfn 34126 (pfn 0)
(XEN) mm.c:665:d0 Error getting mfn 34126 (pfn 0) from L1 entry
0000000034126263 for dom2
(XEN) mm.c:955:d0 Failure in alloc_l1_table: entry 320
(XEN) mm.c:1908:d0 Error while validating mfn 3287b (pfn 1aab) for
type 20000000: caf=80000003 taf=20000001
(XEN) mm.c:702:d0 Attempt to create linear p.t. with write perms
(XEN) mm.c:1129:d0 Failure in alloc_l2_table: entry 260
(XEN) mm.c:1908:d0 Error while validating mfn d9d (pfn 756) for type
44000000: caf=80000002 taf=44000001
(XEN) mm.c:1203:d0 Failure in alloc_l3_table: entry 3
(XEN) mm.c:1908:d0 Error while validating mfn d9e (pfn 755) for type
60000000: caf=80000002 taf=60000001
(XEN) mm.c:2197:d0 Error while pinning mfn d9e
(XEN) mm.c:1887:d0 Bad type (saw 28000001 != exp e0000000) for mfn 34126 (pfn 0)
(XEN) mm.c:665:d0 Error getting mfn 34126 (pfn 0) from L1 entry
0000000034126263 for dom30
(XEN) mm.c:955:d0 Failure in alloc_l1_table: entry 320
(XEN) mm.c:1908:d0 Error while validating mfn 190e (pfn 1f0a5) for
type 20000000: caf=80000003 taf=20000001
(XEN) mm.c:702:d0 Attempt to create linear p.t. with write perms
(XEN) mm.c:1129:d0 Failure in alloc_l2_table: entry 260
(XEN) mm.c:1908:d0 Error while validating mfn d94 (pfn 758) for type
44000000: caf=80000002 taf=44000001
(XEN) mm.c:1203:d0 Failure in alloc_l3_table: entry 3


Upon investigating i found that 28000001 type is L2 page - pinned
memory. However, xen expects e0000000: writable page, not pinned
memory. Why is this a requirement? Is there any swiotlb function to
convert the former to the latter ?

Regards,
Asim

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>