Add VM capabilities to vz.xml
This commit is contained in:
parent
9c8ffe51da
commit
d86792fe0a
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue