diff --git a/Readme.md b/Readme.md index cb9b05d..f4a2991 100644 --- a/Readme.md +++ b/Readme.md @@ -211,6 +211,39 @@ iptables -w -I INPUT 5 -d -p tcp --dport -m conntrack - # ``` +### Flags +Flags explanation as produced from the `qvm-ls` utility: +``` + Type of domain. + + 0 AdminVM (AKA Dom0) + aA AppVM + dD DisposableVM + sS StandaloneVM + tT TemplateVM + + When it is HVM (optimised VM), the letter is capital. + + Current power state. + + r running + t transient + p paused + s suspended + h halting + d dying + c crashed + ? unknown + + Extra + U updateable + N provides_network + R installed_by_rpm + i internal + D debug + A autostart +``` + ### Dev Environment Currently developing on VMWare Workstation on Windows due to issues in virtualizing on linux on my home hardware. QubesOS is virtualized behind NAT and can reach Windows Host via SSH.