From e03416d287580194b82c20cddcd0aaa6f2ce727e Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Tue, 27 Sep 2016 11:03:16 -0700 Subject: [PATCH] HVM templates have been implemented --- managing-os/hvm.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/managing-os/hvm.md b/managing-os/hvm.md index 4c366eda..21fce99d 100644 --- a/managing-os/hvm.md +++ b/managing-os/hvm.md @@ -196,10 +196,6 @@ drive : None timezone : localtime ~~~ -Please note that as of now Qubes does not support shared templates for HVM domains. This means that HVM domains cloned this way will have two separate copies of the whole filesystem. This has consequences in taking much more disk space when compared to standard AppVMs that share the root filesystem with the Template VM. Another consequence is that it's probably not legal to clone a proprietary OS (such as Windows) this way unless your license specifically allows for that (even though Windows Activation won't complain when one sets identical MAC address for the cloned VMs, it's doubtful practice at best). - -In the near future we plan on introducing shared template also for HVM domains, hopefully solving the problems described above. - Installing Qubes support tools in Windows 7 VMs -----------------------------------------------