[virt-tools-list] [PATCH v4 1/5] Add VM capabilities to vz.xml
Mikhail Feoktistov
mfeoktistov at virtuozzo.com
Sat Mar 18 05:45:20 UTC 2017
On 17.03.2017 20:57, Cole Robinson wrote:
> On 03/13/2017 08:01 AM, Mikhail Feoktistov wrote:
>> ---
>> 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>
>>
> I pushed this, squashed patch #4 and #5 together and merged it with the
> virtinst/connection.py change in patch #2 and pushed that too. I'll review
> patch #2 and #3 UI changes next week
>
> Thanks,
> Cole
Thank you!
More information about the virt-tools-list
mailing list