diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-21 21:32:25 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-21 21:32:25 +0800 |
commit | 14b3d2fd2adc4a37a5a16aff0795869f5e769056 (patch) | |
tree | 5956d7ad9d0b3b6b4368c8aeb5ef79a7f990ec7f /emulators | |
parent | 1fe3c71e87c78445b250ced911919c05f453802c (diff) | |
download | freebsd-ports-gnome-14b3d2fd2adc4a37a5a16aff0795869f5e769056.tar.gz freebsd-ports-gnome-14b3d2fd2adc4a37a5a16aff0795869f5e769056.tar.zst freebsd-ports-gnome-14b3d2fd2adc4a37a5a16aff0795869f5e769056.zip |
Add a patch to disable posted interrupts for PVH guest
Submitted by: royger
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xen-kernel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/xen-kernel/Makefile b/emulators/xen-kernel/Makefile index 8cc11b6ca75a..6d6e39a39a06 100644 --- a/emulators/xen-kernel/Makefile +++ b/emulators/xen-kernel/Makefile @@ -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> |