From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Wang2 Subject: [PATCH] amd iommu: Fix HV crach with 32bit pv_ops kernel Date: Mon, 15 Nov 2010 11:18:40 +0100 Message-ID: <201011151118.40873.wei.wang2@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Boundary-00=_AkQ4MHWQkGho03r" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org --Boundary-00=_AkQ4MHWQkGho03r Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi Keir, Attached patch should have fixed this issue: http://lists.xensource.com/archives/html/xen-devel/2010-11/msg00374.html Thanks, Wei Signed-off-by: Wei Wang Tested-by: Conny Seidel Legal Information: Advanced Micro Devices GmbH Sitz: Dornach, Gemeinde Aschheim,=20 Landkreis M=FCnchen Registergericht M=FCnchen,=20 HRB Nr. 43632 Gesch=E4ftsf=FChrer: Alberto Bozzo, Andrew Bowd --Boundary-00=_AkQ4MHWQkGho03r Content-Type: text/x-diff; charset="iso-8859-1"; name="fix_pv_32b.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="fix_pv_32b.patch" Content-Description: fix_pv_32b.patch diff -r 388c44a63613 xen/include/asm-x86/hvm/svm/amd-iommu-proto.h --- a/xen/include/asm-x86/hvm/svm/amd-iommu-proto.h Wed Nov 10 14:56:06 2010 +0000 +++ b/xen/include/asm-x86/hvm/svm/amd-iommu-proto.h Fri Nov 12 17:10:31 2010 +0100 @@ -31,8 +31,8 @@ #define DMA_32BIT_MASK 0x00000000ffffffffULL -extern int amd_iommu_debug; -extern int amd_iommu_perdev_intremap; +extern bool_t amd_iommu_debug; +extern bool_t amd_iommu_perdev_intremap; #define AMD_IOMMU_DEBUG(fmt, args...) \ do \ --Boundary-00=_AkQ4MHWQkGho03r Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --Boundary-00=_AkQ4MHWQkGho03r--