Commit
+1 -9 +/-1 browse
1 | diff --git a/qemu-shim b/qemu-shim |
2 | index 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 |