Re: [PATCH 2/2] xen: add sysfs node for guest type

From: Juergen Gross
Date: Mon May 22 2017 - 10:21:47 EST


On 22/05/17 15:17, Boris Ostrovsky wrote:
>
>> diff --git a/Documentation/ABI/testing/sysfs-hypervisor b/Documentation/ABI/testing/sysfs-hypervisor
>> index 443196f0aa1c..06850f74ebd4 100644
>> --- a/Documentation/ABI/testing/sysfs-hypervisor
>> +++ b/Documentation/ABI/testing/sysfs-hypervisor
>> @@ -19,6 +19,19 @@ Contact: xen-devel@xxxxxxxxxxxxxxxxxxxx
>> Description:
>> Compiler which was used to build the Xen hypervisor
>>
>> +What: /sys/hypervisor/guest_type
>> +Date: May 2017
>> +KernelVersion: 4.12
>> +Contact: xen-devel@xxxxxxxxxxxxxxxxxxxx
>> +Description:
>> + Type of guest:
>> + "native": standard guest type on arm
>> + "HVM": fully virtualized guest (x86)
>
> Can we ever get this? Xen sysfs node won't load unless we are
> !XEN_NATIVE and then we are either PVH or PVHVM.

When we remove PVHVM as suggested by Andrew, HVM will be kept. :-)


Juergen