Add libvirt hooks script

This commit is contained in:
RisingPrism 2020-04-25 22:20:40 -04:00
parent 9b8f02a845
commit bc282aef92

12
qemu Executable file
View File

@ -0,0 +1,12 @@
#!/bin/sh
# Script for win10
if [[ $1 == "win10" ]]; then
if [[ $2 == "prepare" ]]; then
/bin/polaris-vfio-startup.sh
fi
if [[ $2 == "release" ]]; then
/bin/polaris-vfio-teardown.sh
fi
fi