[virt-tools-list] [PATCH v4 1/5] Add VM capabilities to vz.xml
Mikhail Feoktistov
mfeoktistov at virtuozzo.com
Mon Mar 13 12:01:50 UTC 2017
---
tests/capabilities-xml/vz.xml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/tests/capabilities-xml/vz.xml b/tests/capabilities-xml/vz.xml
index fac68d9..318f5b0 100644
--- a/tests/capabilities-xml/vz.xml
+++ b/tests/capabilities-xml/vz.xml
@@ -29,6 +29,28 @@
</host>
<guest>
+ <os_type>hvm</os_type>
+ <arch name="i686">
+ <wordsize>32</wordsize>
+ <emulator>vz</emulator>
+ <domain type="vz">
+ <emulator>vz</emulator>
+ </domain>
+ </arch>
+ </guest>
+
+ <guest>
+ <os_type>hvm</os_type>
+ <arch name="x86_64">
+ <wordsize>64</wordsize>
+ <emulator>vz</emulator>
+ <domain type="vz">
+ <emulator>vz</emulator>
+ </domain>
+ </arch>
+ </guest>
+
+ <guest>
<os_type>exe</os_type>
<arch name="i686">
<wordsize>32</wordsize>
--
2.9.3
More information about the virt-tools-list
mailing list