diff --git a/virt/libvirt/libvirt/hooks/qemu b/virt/libvirt/libvirt/hooks/qemu index a1da758df..9bf67d436 100755 --- a/virt/libvirt/libvirt/hooks/qemu +++ b/virt/libvirt/libvirt/hooks/qemu @@ -19,30 +19,30 @@ GUEST_NAME=$1 shift OPERATION=$* -logger -p info -t $0 "hook qemu file guest $GUEST_NAME with operation $OPERATION" +logger -p info -t ${0} "hook qemu file guest ${GUEST_NAME} with operation ${OPERATION}" # CPU Low latency setup: -# +# # A cpu is set to low latency when: # 1) host is set to subfunction=lowlatency in platform.conf and # 2) domain has dedicated pinning # # example of section when domain has dedicated pinning: -# -# -# -# -# +# +# +# +# +# # # # example of section when domain has shared pinning: -# -# 4096 -# -# -# -# -# +# +# 4096 +# +# +# +# +# # if [ "${OPERATION}" == "prepare begin -" ] || [ "${OPERATION}" == "stopped end -" ]; then