svn commit: r386931 - head/emulators/xen-kernel

Baptiste Daroussin bapt at FreeBSD.org
Thu May 21 13:32:26 UTC 2015


Author: bapt
Date: Thu May 21 13:32:25 2015
New Revision: 386931
URL: https://svnweb.freebsd.org/changeset/ports/386931

Log:
  Add a patch to disable posted interrupts for PVH guest
  
  Submitted by:	royger

Modified:
  head/emulators/xen-kernel/Makefile

Modified: head/emulators/xen-kernel/Makefile
==============================================================================
--- head/emulators/xen-kernel/Makefile	Thu May 21 12:56:58 2015	(r386930)
+++ head/emulators/xen-kernel/Makefile	Thu May 21 13:32:25 2015	(r386931)
@@ -3,7 +3,7 @@
 PORTNAME=	xen
 PKGNAMESUFFIX=	-kernel
 PORTVERSION=	4.5.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators
 MASTER_SITES=	http://bits.xensource.com/oss-xen/release/${PORTVERSION}/
 
@@ -24,7 +24,8 @@ PLIST_FILES=	/boot/xen \
 ALL_TARGET=	build
 STRIP=		#
 WRKSRC_SUBDIR=	xen
-EXTRA_PATCHES=	${FILESDIR}/iommu_share_p2m_table.patch:-p2
+EXTRA_PATCHES=	${FILESDIR}/iommu_share_p2m_table.patch:-p2 \
+		${FILESDIR}/0001-x86-pvh-disable-posted-interrupts.patch:-p2
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-all mailing list