From 9b9098932b8596601336eea28b626decb6ea0d6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Wed, 31 Aug 2016 18:01:48 +0200 Subject: [PATCH] Document qubes.ResizeDisk service. --- debugging/vm-interface.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debugging/vm-interface.md b/debugging/vm-interface.md index 6332b7b4..098bf5bd 100644 --- a/debugging/vm-interface.md +++ b/debugging/vm-interface.md @@ -78,6 +78,9 @@ Services called by dom0 to provide some VM configuration: - `qubes.SetGuiMode` - called in HVM to switch between fullscreen and seamless GUI mode. The service receives a single word on stdin - either `FULLSCREEN` or `SEAMLESS` +- `qubes.ResizeDisk` - called to inform that underlying disk was resized. + Name of disk image is passed on standard input (`root`, `private`, `volatile`, + or other). This is used starting with Qubes 4.0. Other Qrexec services installed by default: