From 5a33a6d62d4105be446a05923b0007308da63bb4 Mon Sep 17 00:00:00 2001 From: Shoelaceman Date: Wed, 12 Feb 2020 16:05:12 -0600 Subject: [PATCH] Update author line, update docs --- libvirt_hooks/hooks/unalloc_hugepages.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libvirt_hooks/hooks/unalloc_hugepages.sh b/libvirt_hooks/hooks/unalloc_hugepages.sh index 48002c9..836cfe8 100755 --- a/libvirt_hooks/hooks/unalloc_hugepages.sh +++ b/libvirt_hooks/hooks/unalloc_hugepages.sh @@ -1,9 +1,10 @@ #! /bin/bash # -# Author: +# Author: Stefsinn (https://github.com/Stefsinn) # -# This hook automatically (un-)allocates static HugePages when starting/stopping a VM. -# This file depends on the Passthrough POST hook helper script found in this repo. +# This hook automatically un-allocates static HugePages when stopping a VM. +# This file depends on the PassthroughPOST hook helper script found here: +# https://github.com/PassthroughPOST/VFIO-Tools/tree/master/libvirt_hooks # Place this script in BOTH these directories (or symlink it): # $SYSCONFDIR/libvirt/hooks/qemu.d/your_vm/prepare/begin/ # $SYSCONFDIR/libvirt/hooks/qemu.d/your_vm/release/end/