From 4e4f03e49883cef886c4914c0db965882ea4a855 Mon Sep 17 00:00:00 2001 From: lukas Date: Sun, 1 Jun 2025 17:44:26 +0000 Subject: [PATCH] docs: create virt/tools --- virt/tools.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 virt/tools.md diff --git a/virt/tools.md b/virt/tools.md new file mode 100644 index 0000000..f1fd5ec --- /dev/null +++ b/virt/tools.md @@ -0,0 +1,23 @@ +--- +title: Tools related to virtualization +description: +published: true +date: 2025-06-01T17:44:24.240Z +tags: +editor: markdown +dateCreated: 2025-06-01T17:44:24.240Z +--- + +# Tools related to virtualization + +The following command output the XML description of the domain called *phyllomeos* + +``` +virsh dumpxml phyllomeos +``` + +``` + + [...] + +```