summaryrefslogtreecommitdiff
path: root/sysutils/xentools411/patches/patch-tools_qemu-xen-traditional_i386-dm_hookstarget.mak
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2018-07-24 13:40:11 +0000
committerbouyer <bouyer@pkgsrc.org>2018-07-24 13:40:11 +0000
commite87478616d742f5b80d1989eff9a0873bb4e1099 (patch)
treee9967be491f1788709aa8dba336f662ab3d05e9d /sysutils/xentools411/patches/patch-tools_qemu-xen-traditional_i386-dm_hookstarget.mak
parent47fbfd2c6d0ffc40375ebc02f8ef33e4b4b45be2 (diff)
downloadpkgsrc-e87478616d742f5b80d1989eff9a0873bb4e1099.tar.gz
Add Xen 4.11.0 packages.
Note that there is a bug in 4.11 (also present in recent 4.6 and 4.8) which causes an infrequent assert failure when running NetBSD PV guests. The root cause has not been found, but a workaround is inclued which doesn't seems to have ill effects. See xenkernel411/patches/patch-zz-bouyer for details.
Diffstat (limited to 'sysutils/xentools411/patches/patch-tools_qemu-xen-traditional_i386-dm_hookstarget.mak')
-rw-r--r--sysutils/xentools411/patches/patch-tools_qemu-xen-traditional_i386-dm_hookstarget.mak12
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/xentools411/patches/patch-tools_qemu-xen-traditional_i386-dm_hookstarget.mak b/sysutils/xentools411/patches/patch-tools_qemu-xen-traditional_i386-dm_hookstarget.mak
new file mode 100644
index 00000000000..cfe76e0184b
--- /dev/null
+++ b/sysutils/xentools411/patches/patch-tools_qemu-xen-traditional_i386-dm_hookstarget.mak
@@ -0,0 +1,12 @@
+$NetBSD: patch-tools_qemu-xen-traditional_i386-dm_hookstarget.mak,v 1.1 2018/07/24 13:40:11 bouyer Exp $
+
+--- tools/qemu-xen-traditional/i386-dm/hookstarget.mak.orig 2014-10-06 17:50:24.000000000 +0200
++++ tools/qemu-xen-traditional/i386-dm/hookstarget.mak 2015-01-19 13:16:38.000000000 +0100
+@@ -2,5 +2,5 @@
+
+ install-hook:
+ $(INSTALL_DIR) "$(DESTDIR)/$(bindir)"
+- $(INSTALL_DIR) "$(DESTDIR)/$(configdir)"
+- $(INSTALL_PROG) $(QEMU_ROOT)/i386-dm/qemu-ifup-$(IOEMU_OS) "$(DESTDIR)/$(configdir)/qemu-ifup"
++ $(INSTALL_DIR) "$(DESTDIR)/$(XEN_EXAMPLES_DIR)/scripts"
++ $(INSTALL_PROG) $(QEMU_ROOT)/i386-dm/qemu-ifup-$(IOEMU_OS) "$(DESTDIR)/$(XEN_EXAMPLES_DIR)/scripts/qemu-ifup"