Author: Kevin Schoon [me@kevinschoon.com]
Hash: 77c15eb3a0babd5aa71b6ecf1eaf7080a2650326
Timestamp: Tue, 04 Apr 2023 19:42:06 +0000 (1 year ago)

+1 -9 +/-1 browse
rm redundant text
1diff --git a/qemu-shim b/qemu-shim
2index 3620bf5..a5ee06c 100755
3--- a/qemu-shim
4+++ b/qemu-shim
5 @@ -1,13 +1,5 @@
6 #!/usr/bin/env python
7- # A tiny script for running VMs with QEMU with graceful shutdown in a way that
8- # is compatible with systemd. This script makes a few assumptions about the
9- # arguments it is given:
10- #
11- # The args are a valid QEMU command
12- # They contain the -name flag
13- # They contain a -monitor flag with a unix socket specified. TCP/Telnet is not
14- # yet supported by the script.
15- # The guest OS supports ACPI shutdown signals
16+ # tiny script for running VMs with QEMU with graceful shutdown
17
18 import os
19 import re