Add VM capabilities to vz.xml

This commit is contained in:
Mikhail Feoktistov 2017-03-13 15:01:50 +03:00 committed by Cole Robinson
parent 9c8ffe51da
commit d86792fe0a
1 changed files with 22 additions and 0 deletions

View File

@ -28,6 +28,28 @@
</topology>
</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">