Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-07 | Exit nicely, even if a VM doesn't have <routed-subnet>HEADmaster | Asbjørn Sloth Tønnesen | |
If there is no '<routed-subnet xmlns="...">' tag, then the xmllint call will fail, and since we are running with `set -e`, then it will terminate the script. Before a VM not using routed-subnet would cause the following error: error: Hook script execution failed: internal error: \ Child process (LC_ALL=C PATH=<...> /etc/libvirt/hooks/qemu <vm> \ prepare begin -) unexpected exit status 10 Signed-off-by: Asbjørn Sloth Tønnesen <ast@2e8.dk> | |||
2024-12-07 | cleanup get_config() | Asbjørn Sloth Tønnesen | |
No functional change intended. | |||
2023-08-06 | initial commit | Asbjørn Sloth Tønnesen | |
Signed-off-by: Asbjørn Sloth Tønnesen <ast@2e8.dk> |