Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2019 14:21:42 +0000 (UTC)
From:      =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= <royger@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499848 - in head: emulators/xen-kernel emulators/xen-kernel/files sysutils/xen-tools sysutils/xen-tools/files
Message-ID:  <201904241421.x3OELgJs074423@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: royger (src committer)
Date: Wed Apr 24 14:21:41 2019
New Revision: 499848
URL: https://svnweb.freebsd.org/changeset/ports/499848

Log:
  xen: update to 4.12
  
  Reviewed by:		bapt
  Sponsored by:		Citrix Systems R&D
  Differential revision:	https://reviews.freebsd.org/D20038

Added:
  head/sysutils/xen-tools/files/0001-tools-include-propagate-python-interpreter-path.patch   (contents, props changed)
Deleted:
  head/emulators/xen-kernel/files/
  head/sysutils/xen-tools/files/0001-build-fix-include-paths-in-FreeBSD.patch
  head/sysutils/xen-tools/files/0001-docs-use-the-make-wildcard-function-instead-of-find.patch
  head/sysutils/xen-tools/files/0001-hvmloader-fix-build-with-LLVM-Linker.patch
  head/sysutils/xen-tools/files/0001-x86-replace-usage-in-the-linker-script.patch
Modified:
  head/emulators/xen-kernel/Makefile
  head/emulators/xen-kernel/distinfo
  head/emulators/xen-kernel/pkg-message
  head/sysutils/xen-tools/Makefile
  head/sysutils/xen-tools/distinfo
  head/sysutils/xen-tools/pkg-plist

Modified: head/emulators/xen-kernel/Makefile
==============================================================================
--- head/emulators/xen-kernel/Makefile	Wed Apr 24 14:21:32 2019	(r499847)
+++ head/emulators/xen-kernel/Makefile	Wed Apr 24 14:21:41 2019	(r499848)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	xen
-PORTVERSION=	4.11.1
-PORTREVISION=	1
+PORTVERSION=	4.12.0
+PORTREVISION=	0
 CATEGORIES=	emulators
 MASTER_SITES=	http://downloads.xenproject.org/release/xen/${PORTVERSION}/
 PKGNAMESUFFIX=	-kernel
@@ -22,53 +22,8 @@ MAKE_ARGS=	clang=y PYTHON=${PYTHON_CMD} ARCH=x86_64
 NO_MTREE=	yes
 STRIP=		#
 PLIST_FILES=	/boot/xen \
-		/boot/xen.4th \
 		lib/debug/boot/xen.debug
 
-# IOMMU fixes
-EXTRA_PATCHES=	${FILESDIR}/0001-pci-treat-class-0-devices-as-endpoints.patch:-p1
-# vPCI MSI fixes
-EXTRA_PATCHES+=	${FILESDIR}/0001-vpci-msi-split-code-to-bind-pirq.patch:-p1 \
-		${FILESDIR}/0002-vpci-msi-fix-update-of-bound-MSI-interrupts.patch:-p1
-# Add extra RAM regions to Dom0 memory map as UNUSABNLE
-EXTRA_PATCHES+=	${FILESDIR}/0001-x86-dom0-add-extra-RAM-regions-as-UNUSABLE-for-PVH-m.patch:-p1
-# MTRR guest setup for PVH
-EXTRA_PATCHES+=	${FILESDIR}/0001-x86-mtrr-introduce-mask-to-get-VCNT-from-MTRRcap-MSR.patch:-p1 \
-		${FILESDIR}/0001-x86-HVM-improve-MTRR-load-checks.patch:-p1 \
-		${FILESDIR}/0002-x86-mtrr-split-enabled-field-into-two-boolean-flags.patch:-p1 \
-		${FILESDIR}/0003-hvm-mtrr-add-emacs-local-variables-block-with-format.patch:-p1 \
-		${FILESDIR}/0004-hvm-mtrr-use-the-hardware-number-of-variable-ranges-.patch:-p1 \
-		${FILESDIR}/0005-hvm-mtrr-copy-hardware-state-for-Dom0.patch:-p1 \
-		${FILESDIR}/0006-libxc-pvh-set-default-MTRR-type-to-write-back.patch:-p1 \
-		${FILESDIR}/0007-docs-pvh-document-initial-MTRR-state.patch:-p1
-# Build with lld (LLVM linker)
-EXTRA_PATCHES+=	${FILESDIR}/0001-x86-replace-usage-in-the-linker-script.patch:-p1
-# Fix PVH Dom0 build with shadow paging
-EXTRA_PATCHES+= ${FILESDIR}/0001-x86-pvh-change-the-order-of-the-iommu-initialization.patch:-p1
-# Forward dom0 lapic EOIs to underlying hardware
-EXTRA_PATCHES+=	${FILESDIR}/0001-x86-dom0-propagate-PVH-vlapic-EOIs-to-hardware.patch:-p1
-# Fix deadlock in IO-APIC gsi mapping
-EXTRA_PATCHES+=	${FILESDIR}/0001-pvh-dom0-fix-deadlock-in-GSI-mapping.patch:-p1
-# Fix for migration/save
-EXTRA_PATCHES+=	${FILESDIR}/0001-x86-mm-locks-remove-trailing-whitespace.patch:-p1 \
-		${FILESDIR}/0002-x86-mm-locks-convert-some-macros-to-inline-functions.patch:-p1 \
-		${FILESDIR}/0003-x86-mm-locks-apply-a-bias-to-lock-levels-for-control.patch:-p1
-
-# XSA-284
-EXTRA_PATCHES+=	${FILESDIR}/xsa284.patch:-p1
-# XSA-287
-EXTRA_PATCHES+=	${FILESDIR}/xsa287-4.11.patch:-p1
-# XSA-290
-EXTRA_PATCHES+=	${FILESDIR}/xsa290-4.11-1.patch:-p1 \
-		${FILESDIR}/xsa290-4.11-2.patch:-p1
-# XSA-292
-EXTRA_PATCHES+=	${FILESDIR}/xsa292.patch:-p1
-# XSA-293
-EXTRA_PATCHES+=	${FILESDIR}/xsa293-4.11-1.patch:-p1 \
-		${FILESDIR}/xsa293-4.11-2.patch:-p1
-# XSA-294
-EXTRA_PATCHES+=	${FILESDIR}/xsa294-4.11.patch:-p1
-
 .include <bsd.port.options.mk>
 
 .if ${OPSYS} != FreeBSD
@@ -88,7 +43,6 @@ do-install:
 	${MKDIR} ${STAGEDIR}/boot
 	${MKDIR} ${STAGEDIR}${PREFIX}/lib/debug/boot/
 	${INSTALL_PROGRAM} ${WRKSRC}/xen/xen ${STAGEDIR}/boot
-	${INSTALL_DATA} ${FILESDIR}/xen.4th ${STAGEDIR}/boot
 	${INSTALL_DATA} ${WRKSRC}/xen/xen-syms ${STAGEDIR}${PREFIX}/lib/debug/boot/xen.debug
 
 .include <bsd.port.mk>

Modified: head/emulators/xen-kernel/distinfo
==============================================================================
--- head/emulators/xen-kernel/distinfo	Wed Apr 24 14:21:32 2019	(r499847)
+++ head/emulators/xen-kernel/distinfo	Wed Apr 24 14:21:41 2019	(r499848)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1550823720
-SHA256 (xen-4.11.1.tar.gz) = be88cb2443761990efc1070d9718016561fe19066af232f9bfae572922897e59
-SIZE (xen-4.11.1.tar.gz) = 25152217
+TIMESTAMP = 1555345627
+SHA256 (xen-4.12.0.tar.gz) = 6e5455e4a58dcb2339bfcd2a89842728068b530aa62501843793f7cf743c4d64
+SIZE (xen-4.12.0.tar.gz) = 26949697

Modified: head/emulators/xen-kernel/pkg-message
==============================================================================
--- head/emulators/xen-kernel/pkg-message	Wed Apr 24 14:21:32 2019	(r499847)
+++ head/emulators/xen-kernel/pkg-message	Wed Apr 24 14:21:41 2019	(r499848)
@@ -7,12 +7,8 @@ In /etc/ttys:
 	xc0 	"/usr/libexec/getty Pc"         xterm   on  secure
 
 In /boot/loader.conf for a dom0 with 2G memory and 4 vcpus:
-	hw.pci.mcfg=0
 	xen_kernel="/boot/xen"
 	xen_cmdline="dom0_mem=2048M dom0_max_vcpus=4 dom0=pvh com1=115200,8n1 guest_loglvl=all loglvl=all"
 
 Add to the above xen_cmdline in order to activate the serial console:
 	console=com1
-
-In /boot/menu.rc.local:
-	try-include /boot/xen.4th

Modified: head/sysutils/xen-tools/Makefile
==============================================================================
--- head/sysutils/xen-tools/Makefile	Wed Apr 24 14:21:32 2019	(r499847)
+++ head/sysutils/xen-tools/Makefile	Wed Apr 24 14:21:41 2019	(r499848)
@@ -2,8 +2,8 @@
 
 PORTNAME=	xen
 PKGNAMESUFFIX=	-tools
-PORTVERSION=	4.11.1
-PORTREVISION=	2
+PORTVERSION=	4.12.0
+PORTREVISION=	0
 CATEGORIES=	sysutils emulators
 MASTER_SITES=	http://downloads.xenproject.org/release/xen/${PORTVERSION}/
 
@@ -41,20 +41,10 @@ HAS_CONFIGURE=	yes
 # Set ARCH=x86_64 in order to overwrite the environment ARCH=amd64
 MAKE_ARGS=	clang=y ARCH=x86_64
 
-# Set correct include paths taking /usr/local into account.
-EXTRA_PATCHES=	${FILESDIR}/0001-build-fix-include-paths-in-FreeBSD.patch:-p1
-# Build with lld (LLVM linker)
-EXTRA_PATCHES+=	${FILESDIR}/0001-x86-replace-usage-in-the-linker-script.patch:-p1
-# Fix docs build
-EXTRA_PATCHES+=	${FILESDIR}/0001-docs-use-the-make-wildcard-function-instead-of-find.patch:-p1
-# Fix hvmloader build with LLVM LD
-EXTRA_PATCHES+=	${FILESDIR}/0001-hvmloader-fix-build-with-LLVM-Linker.patch:-p1
-
 CONFIGURE_ARGS+=	--with-system-seabios=${LOCALBASE}/share/seabios/bios.bin \
 			--mandir=${MANPREFIX}/man
 
-SHEBANG_FILES=	tools/misc/xen-ringwatch \
-		tools/misc/xencov_split \
+SHEBANG_FILES=	tools/misc/xencov_split \
 		tools/python/scripts/convert-legacy-stream \
 		tools/python/scripts/verify-stream-v2 \
 		tools/xenmon/xenmon.py
@@ -63,6 +53,8 @@ ALL_TARGET=		tools
 DOCS_ALL_TARGET=	docs
 INSTALL_TARGET=		install-tools
 DOCS_INSTALL_TARGET=	install-docs
+
+EXTRA_PATCHES+=	${FILESDIR}/0001-tools-include-propagate-python-interpreter-path.patch:-p1
 
 .include <bsd.port.options.mk>
 

Modified: head/sysutils/xen-tools/distinfo
==============================================================================
--- head/sysutils/xen-tools/distinfo	Wed Apr 24 14:21:32 2019	(r499847)
+++ head/sysutils/xen-tools/distinfo	Wed Apr 24 14:21:41 2019	(r499848)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1550823720
-SHA256 (xen-4.11.1.tar.gz) = be88cb2443761990efc1070d9718016561fe19066af232f9bfae572922897e59
-SIZE (xen-4.11.1.tar.gz) = 25152217
+TIMESTAMP = 1555345627
+SHA256 (xen-4.12.0.tar.gz) = 6e5455e4a58dcb2339bfcd2a89842728068b530aa62501843793f7cf743c4d64
+SIZE (xen-4.12.0.tar.gz) = 26949697

Added: head/sysutils/xen-tools/files/0001-tools-include-propagate-python-interpreter-path.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/xen-tools/files/0001-tools-include-propagate-python-interpreter-path.patch	Wed Apr 24 14:21:41 2019	(r499848)
@@ -0,0 +1,33 @@
+From 6b9481a710c2158ba47fbc18a0767f643cfdfee1 Mon Sep 17 00:00:00 2001
+From: Roger Pau Monne <roger.pau@citrix.com>
+Date: Thu, 18 Apr 2019 11:35:00 +0200
+Subject: [PATCH] tools/include: propagate python interpreter path
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+To the Makefile that generates the cpuid policy. Without this fix if
+the tools python interpreter is different than the default 'python' it
+won't be correctly propagated.
+
+Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
+---
+ tools/include/Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tools/include/Makefile b/tools/include/Makefile
+index d693810053..71538e1ce2 100644
+--- a/tools/include/Makefile
++++ b/tools/include/Makefile
+@@ -32,7 +32,7 @@ endif
+ 	touch $@
+ 
+ all-$(CONFIG_X86): xen/.dir
+-	$(MAKE) -C xen/lib/x86 all XEN_ROOT=$(XEN_ROOT)
++	$(MAKE) -C xen/lib/x86 all XEN_ROOT=$(XEN_ROOT) PYTHON=$(PYTHON)
+ 
+ # Not xen/xsm as that clashes with link to
+ # $(XEN_ROOT)/xen/include/public/xsm above.
+-- 
+2.17.2 (Apple Git-113)
+

Modified: head/sysutils/xen-tools/pkg-plist
==============================================================================
--- head/sysutils/xen-tools/pkg-plist	Wed Apr 24 14:21:32 2019	(r499847)
+++ head/sysutils/xen-tools/pkg-plist	Wed Apr 24 14:21:41 2019	(r499848)
@@ -30,9 +30,6 @@ etc/rc.d/xendriverdomain
 include/_libxl_list.h
 include/_libxl_types.h
 include/_libxl_types_json.h
-include/fsimage.h
-include/fsimage_grub.h
-include/fsimage_plugin.h
 include/libxl.h
 include/libxl_event.h
 include/libxl_json.h
@@ -53,7 +50,9 @@ include/xen/arch-x86/xen-x86_64.h
 include/xen/arch-x86/xen.h
 include/xen/arch-x86_32.h
 include/xen/arch-x86_64.h
+include/xen/argo.h
 include/xen/callback.h
+include/xen/device_tree_defs.h
 include/xen/dom0_ops.h
 include/xen/domctl.h
 include/xen/elfnote.h
@@ -121,6 +120,9 @@ include/xenctrl_compat.h
 include/xendevicemodel.h
 include/xenevtchn.h
 include/xenforeignmemory.h
+include/xenfsimage.h
+include/xenfsimage_grub.h
+include/xenfsimage_plugin.h
 include/xengnttab.h
 include/xenguest.h
 include/xenstat.h
@@ -133,28 +135,18 @@ include/xentoollog.h
 include/xs.h
 include/xs_lib.h
 lib/debug/usr/local/lib/xen/boot/xen-shim-syms
-lib/fs/ext2fs/fsimage.so
-lib/fs/fat/fsimage.so
-lib/fs/iso9660/fsimage.so
-lib/fs/reiserfs/fsimage.so
-lib/fs/ufs/fsimage.so
-lib/fs/xfs/fsimage.so
-lib/fs/zfs/fsimage.so
-lib/libfsimage.so
-lib/libfsimage.so.1.0
-lib/libfsimage.so.1.0.0
 lib/libxencall.a
 lib/libxencall.so
 lib/libxencall.so.1
-lib/libxencall.so.1.1
+lib/libxencall.so.1.2
 lib/libxenctrl.a
 lib/libxenctrl.so
-lib/libxenctrl.so.4.11
-lib/libxenctrl.so.4.11.0
+lib/libxenctrl.so.4.12
+lib/libxenctrl.so.4.12.0
 lib/libxendevicemodel.a
 lib/libxendevicemodel.so
 lib/libxendevicemodel.so.1
-lib/libxendevicemodel.so.1.2
+lib/libxendevicemodel.so.1.3
 lib/libxenevtchn.a
 lib/libxenevtchn.so
 lib/libxenevtchn.so.1
@@ -163,22 +155,25 @@ lib/libxenforeignmemory.a
 lib/libxenforeignmemory.so
 lib/libxenforeignmemory.so.1
 lib/libxenforeignmemory.so.1.3
+lib/libxenfsimage.so
+lib/libxenfsimage.so.4.12
+lib/libxenfsimage.so.4.12.0
 lib/libxengnttab.a
 lib/libxengnttab.so
 lib/libxengnttab.so.1
-lib/libxengnttab.so.1.1
+lib/libxengnttab.so.1.2
 lib/libxenguest.a
 lib/libxenguest.so
-lib/libxenguest.so.4.11
-lib/libxenguest.so.4.11.0
+lib/libxenguest.so.4.12
+lib/libxenguest.so.4.12.0
 lib/libxenlight.a
 lib/libxenlight.so
-lib/libxenlight.so.4.11
-lib/libxenlight.so.4.11.0
+lib/libxenlight.so.4.12
+lib/libxenlight.so.4.12.0
 lib/libxenstat.a
 lib/libxenstat.so
-lib/libxenstat.so.0
-lib/libxenstat.so.0.0
+lib/libxenstat.so.4.12
+lib/libxenstat.so.4.12.0
 lib/libxenstore.a
 lib/libxenstore.so
 lib/libxenstore.so.3.0
@@ -193,9 +188,8 @@ lib/libxentoollog.so.1
 lib/libxentoollog.so.1.0
 lib/libxlutil.a
 lib/libxlutil.so
-lib/libxlutil.so.4.11
-lib/libxlutil.so.4.11.0
-%%PYTHON_SITELIBDIR%%/fsimage.so
+lib/libxlutil.so.4.12
+lib/libxlutil.so.4.12.0
 %%PYTHON_SITELIBDIR%%/grub/ExtLinuxConf.py
 %%PYTHON_SITELIBDIR%%/grub/ExtLinuxConf.pyc
 %%PYTHON_SITELIBDIR%%/grub/GrubConf.py
@@ -204,7 +198,7 @@ lib/libxlutil.so.4.11.0
 %%PYTHON_SITELIBDIR%%/grub/LiloConf.pyc
 %%PYTHON_SITELIBDIR%%/grub/__init__.py
 %%PYTHON_SITELIBDIR%%/grub/__init__.pyc
-%%PYTHON_SITELIBDIR%%/pygrub-0.3-py%%PYTHON_VER%%.egg-info
+%%PYTHON_SITELIBDIR%%/pygrub-0.6-py%%PYTHON_VER%%.egg-info
 %%PYTHON_SITELIBDIR%%/xen-3.0-py%%PYTHON_VER%%.egg-info
 %%PYTHON_SITELIBDIR%%/xen/__init__.py
 %%PYTHON_SITELIBDIR%%/xen/__init__.pyc
@@ -228,7 +222,9 @@ lib/libxlutil.so.4.11.0
 %%PYTHON_SITELIBDIR%%/xen/migration/verify.pyc
 %%PYTHON_SITELIBDIR%%/xen/migration/xl.py
 %%PYTHON_SITELIBDIR%%/xen/migration/xl.pyc
+%%PYTHON_SITELIBDIR%%/xenfsimage.so
 lib/xen/bin/convert-legacy-stream
+lib/xen/bin/depriv-fd-checker
 lib/xen/bin/libxl-save-helper
 lib/xen/bin/lsevtchn
 lib/xen/bin/pygrub
@@ -245,6 +241,13 @@ lib/xen/bin/xenpaging
 lib/xen/bin/xenpvnetboot
 lib/xen/boot/hvmloader
 lib/xen/boot/xen-shim
+lib/xenfsimage/ext2fs/fsimage.so
+lib/xenfsimage/fat/fsimage.so
+lib/xenfsimage/iso9660/fsimage.so
+lib/xenfsimage/reiserfs/fsimage.so
+lib/xenfsimage/ufs/fsimage.so
+lib/xenfsimage/xfs/fsimage.so
+lib/xenfsimage/zfs/fsimage.so
 libdata/pkgconfig/xencall.pc
 libdata/pkgconfig/xencontrol.pc
 libdata/pkgconfig/xendevicemodel.pc
@@ -258,6 +261,26 @@ libdata/pkgconfig/xenstore.pc
 libdata/pkgconfig/xentoolcore.pc
 libdata/pkgconfig/xentoollog.pc
 libdata/pkgconfig/xlutil.pc
+man/man1/xenstore-chmod.1.gz
+man/man1/xenstore-ls.1.gz
+man/man1/xenstore-read.1.gz
+man/man1/xenstore-write.1.gz
+man/man1/xenstore.1.gz
+man/man1/xentop.1.gz
+man/man1/xentrace_format.1.gz
+man/man1/xl.1.gz
+man/man5/xl-disk-configuration.5.gz
+man/man5/xl-network-configuration.5.gz
+man/man5/xl.cfg.5.gz
+man/man5/xl.conf.5.gz
+man/man5/xlcpupool.cfg.5.gz
+man/man7/xen-pci-device-reservations.7.gz
+man/man7/xen-pv-channel.7.gz
+man/man7/xen-tscmode.7.gz
+man/man7/xen-vtpm.7.gz
+man/man7/xen-vtpmmgr.7.gz
+man/man7/xl-numa-placement.7.gz
+man/man8/xentrace.8.gz
 sbin/flask-get-bool
 sbin/flask-getenforce
 sbin/flask-label-pci
@@ -265,22 +288,20 @@ sbin/flask-loadpolicy
 sbin/flask-set-bool
 sbin/flask-setenforce
 sbin/gdbsx
-sbin/kdd
-sbin/xen-bugtool
 sbin/xen-diag
 sbin/xen-hptool
 sbin/xen-hvmcrash
 sbin/xen-hvmctx
+sbin/xen-kdd
 sbin/xen-livepatch
 sbin/xen-lowmemd
 sbin/xen-mfndump
-sbin/xen-ringwatch
 sbin/xen-tmem-list-parse
 sbin/xenbaked
 sbin/xenconsoled
 sbin/xencov
 sbin/xenlockprof
-sbin/xenmon.py
+sbin/xenmon
 sbin/xenperf
 sbin/xenpm
 sbin/xenpmd
@@ -295,7 +316,9 @@ sbin/xl
 %%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,arch-arm,hvm,save.h.html
 %%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,arch-arm,smccc.h.html
 %%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,arch-arm.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,argo.h.html
 %%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,callback.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,device_tree_defs.h.html
 %%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,dom0_ops.h.html
 %%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,domctl.h.html
 %%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,elfnote.h.html
@@ -363,7 +386,9 @@ sbin/xl
 %%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,arch-x86,xen-x86_32.h.html
 %%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,arch-x86,xen.h.html
 %%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,arch-x86_32.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,argo.h.html
 %%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,callback.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,device_tree_defs.h.html
 %%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,dom0_ops.h.html
 %%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,domctl.h.html
 %%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,elfnote.h.html
@@ -430,7 +455,9 @@ sbin/xl
 %%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,arch-x86,xen-x86_64.h.html
 %%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,arch-x86,xen.h.html
 %%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,arch-x86_64.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,argo.h.html
 %%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,callback.h.html
+%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,device_tree_defs.h.html
 %%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,dom0_ops.h.html
 %%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,domctl.h.html
 %%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,elfnote.h.html
@@ -496,6 +523,8 @@ sbin/xl
 %%PORTDOCS%%%%DOCSDIR%%/html/man/xen-vtpmmgr.7.html
 %%PORTDOCS%%%%DOCSDIR%%/html/man/xenstore-chmod.1.html
 %%PORTDOCS%%%%DOCSDIR%%/html/man/xenstore-ls.1.html
+%%PORTDOCS%%%%DOCSDIR%%/html/man/xenstore-read.1.html
+%%PORTDOCS%%%%DOCSDIR%%/html/man/xenstore-write.1.html
 %%PORTDOCS%%%%DOCSDIR%%/html/man/xenstore.1.html
 %%PORTDOCS%%%%DOCSDIR%%/html/man/xentop.1.html
 %%PORTDOCS%%%%DOCSDIR%%/html/man/xentrace.8.html
@@ -507,7 +536,6 @@ sbin/xl
 %%PORTDOCS%%%%DOCSDIR%%/html/man/xl.cfg.5.html
 %%PORTDOCS%%%%DOCSDIR%%/html/man/xl.conf.5.html
 %%PORTDOCS%%%%DOCSDIR%%/html/man/xlcpupool.cfg.5.html
-%%PORTDOCS%%%%DOCSDIR%%/html/misc/9pfs.html
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/amd-ucode-container.txt
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/arm/big.LITTLE.txt
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/arm/booting.txt
@@ -522,63 +550,33 @@ sbin/xl
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/arm/silicon-errata.txt
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/block-scripts.txt
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/console.txt
-%%PORTDOCS%%%%DOCSDIR%%/html/misc/coverage.html
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/crashdb.txt
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/distro_mapping.txt
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/dump-core-format.txt
-%%PORTDOCS%%%%DOCSDIR%%/html/misc/efi.html
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/grant-tables.txt
-%%PORTDOCS%%%%DOCSDIR%%/html/misc/hvm-emulated-unplug.html
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/index.html
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/kconfig-language.txt
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/kconfig.txt
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/kexec_and_kdump.txt
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/libxl_memory.txt
-%%PORTDOCS%%%%DOCSDIR%%/html/misc/livepatch.html
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/printk-formats.txt
-%%PORTDOCS%%%%DOCSDIR%%/html/misc/pv-drivers-lifecycle.html
-%%PORTDOCS%%%%DOCSDIR%%/html/misc/pvcalls.html
-%%PORTDOCS%%%%DOCSDIR%%/html/misc/pvh.html
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/qemu-backends.txt
-%%PORTDOCS%%%%DOCSDIR%%/html/misc/qemu-deprivilege.txt
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/stubdom.txt
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/vtd-pi.txt
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/vtd.txt
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/vtpm-platforms.txt
-%%PORTDOCS%%%%DOCSDIR%%/html/misc/x86-xenpv-bootloader.html
-%%PORTDOCS%%%%DOCSDIR%%/html/misc/xen-command-line.html
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/xen-error-handling.txt
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/xenmon.txt
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/xenpaging.txt
-%%PORTDOCS%%%%DOCSDIR%%/html/misc/xenstore-paths.html
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/xenstore-ring.txt
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/xenstore.txt
-%%PORTDOCS%%%%DOCSDIR%%/html/misc/xl-psr.html
 %%PORTDOCS%%%%DOCSDIR%%/html/misc/xsm-flask.txt
-%%DOCS%%man/man1/xenstore-chmod.1.gz
-%%DOCS%%man/man1/xenstore-ls.1.gz
-%%DOCS%%man/man1/xenstore.1.gz
-%%DOCS%%man/man1/xentop.1.gz
-%%DOCS%%man/man1/xentrace_format.1.gz
-%%DOCS%%man/man1/xl.1.gz
-%%DOCS%%man/man5/xl-disk-configuration.5.gz
-%%DOCS%%man/man5/xl-network-configuration.5.gz
-%%DOCS%%man/man5/xl.cfg.5.gz
-%%DOCS%%man/man5/xl.conf.5.gz
-%%DOCS%%man/man5/xlcpupool.cfg.5.gz
-%%DOCS%%man/man7/xen-pci-device-reservations.7.gz
-%%DOCS%%man/man7/xen-pv-channel.7.gz
-%%DOCS%%man/man7/xen-tscmode.7.gz
-%%DOCS%%man/man7/xen-vtpm.7.gz
-%%DOCS%%man/man7/xen-vtpmmgr.7.gz
-%%DOCS%%man/man7/xl-numa-placement.7.gz
-%%DOCS%%man/man8/xentrace.8.gz
 share/qemu-xen/qemu/QEMU,cgthree.bin
 share/qemu-xen/qemu/QEMU,tcx.bin
-share/qemu-xen/qemu/acpi-dsdt.aml
 share/qemu-xen/qemu/bamboo.dtb
 share/qemu-xen/qemu/bios-256k.bin
 share/qemu-xen/qemu/bios.bin
+share/qemu-xen/qemu/canyonlands.dtb
 share/qemu-xen/qemu/efi-e1000.rom
 share/qemu-xen/qemu/efi-e1000e.rom
 share/qemu-xen/qemu/efi-eepro100.rom
@@ -587,6 +585,7 @@ share/qemu-xen/qemu/efi-pcnet.rom
 share/qemu-xen/qemu/efi-rtl8139.rom
 share/qemu-xen/qemu/efi-virtio.rom
 share/qemu-xen/qemu/efi-vmxnet3.rom
+share/qemu-xen/qemu/hppa-firmware.img
 share/qemu-xen/qemu/keymaps/ar
 share/qemu-xen/qemu/keymaps/bepo
 share/qemu-xen/qemu/keymaps/common
@@ -651,6 +650,7 @@ share/qemu-xen/qemu/skiboot.lid
 share/qemu-xen/qemu/slof.bin
 share/qemu-xen/qemu/spapr-rtas.bin
 share/qemu-xen/qemu/trace-events-all
+share/qemu-xen/qemu/u-boot-sam460-20100605.bin
 share/qemu-xen/qemu/u-boot.e500
 share/qemu-xen/qemu/vgabios-cirrus.bin
 share/qemu-xen/qemu/vgabios-qxl.bin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904241421.x3OELgJs074423>