From 9cd560f72420a48740efef99fa83c7c86d22d636 Mon Sep 17 00:00:00 2001 From: Giulio Date: Fri, 25 Jun 2021 16:33:16 +0200 Subject: [PATCH] Added flags explanation --- Readme.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) 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.