On Thu, Feb 27, 2025 at 7:09 AM Nuno Das Neves
wrote:
>
> From: Stanislav Kinsburskii
>
> Extend the "ms_hyperv_info" structure to include a new field,
> "ext_features", for capturing extended Hyper-V features.
> Update the "ms_hyperv_init_platform" function to retrieve these features
> using the
From: Nuno Das Neves Sent: Wednesday,
February 26, 2025 3:08 PM
>
> From: Stanislav Kinsburskii
>
> Extend the "ms_hyperv_info" structure to include a new field,
> "ext_features", for capturing extended Hyper-V features.
> Update the "ms_hyperv_init_platform" function to retrieve these feature
On 2/27/2025 4:17 PM, Nuno Das Neves wrote:
On 2/27/2025 9:59 AM, Roman Kisel wrote:
On 2/26/2025 3:07 PM, Nuno Das Neves wrote:
From: Stanislav Kinsburskii
[...]
- pr_info("Hyper-V: privilege flags low 0x%x, high 0x%x, hints 0x%x, misc
0x%x\n",
- ms_hyperv.features, ms_hy
On 2/27/2025 9:59 AM, Roman Kisel wrote:
>
>
> On 2/26/2025 3:07 PM, Nuno Das Neves wrote:
>> From: Stanislav Kinsburskii
> [...]
>> - pr_info("Hyper-V: privilege flags low 0x%x, high 0x%x, hints 0x%x,
>> misc 0x%x\n",
>> - ms_hyperv.features, ms_hyperv.priv_high, ms_hyperv.hints,
>
On 2/26/2025 3:07 PM, Nuno Das Neves wrote:
> From: Stanislav Kinsburskii
>
> Extend the "ms_hyperv_info" structure to include a new field,
> "ext_features", for capturing extended Hyper-V features.
> Update the "ms_hyperv_init_platform" function to retrieve these features
> using the cpuid instr
On 2/26/2025 3:07 PM, Nuno Das Neves wrote:
From: Stanislav Kinsburskii
[...]
- pr_info("Hyper-V: privilege flags low 0x%x, high 0x%x, hints 0x%x, misc 0x%x\n",
- ms_hyperv.features, ms_hyperv.priv_high, ms_hyperv.hints,
+ pr_info("Hyper-V: privilege flags low 0x%x, h
On Wed, Feb 26, 2025 at 03:07:56PM -0800, Nuno Das Neves wrote:
> From: Stanislav Kinsburskii
>
> Extend the "ms_hyperv_info" structure to include a new field,
> "ext_features", for capturing extended Hyper-V features.
> Update the "ms_hyperv_init_platform" function to retrieve these features
> u
From: Stanislav Kinsburskii
Extend the "ms_hyperv_info" structure to include a new field,
"ext_features", for capturing extended Hyper-V features.
Update the "ms_hyperv_init_platform" function to retrieve these features
using the cpuid instruction and include them in the informational output.
Si