* Jürgen Groß wrote:
> On 11.04.25 11:27, Ingo Molnar wrote:
> >
> > * Juergen Gross wrote:
> >
> > > On 10.04.25 21:31, Jason Andryuk wrote:
> > > > Hypercall detection is failing with xen_hypercall_intel() chosen even on
> > > > an AMD processor. Looking at the disassembly, the call to
>
On 11.04.25 11:27, Ingo Molnar wrote:
* Juergen Gross wrote:
On 10.04.25 21:31, Jason Andryuk wrote:
Hypercall detection is failing with xen_hypercall_intel() chosen even on
an AMD processor. Looking at the disassembly, the call to
xen_get_vendor() was removed.
The check for boot_cpu_has(X
* Juergen Gross wrote:
> On 10.04.25 21:31, Jason Andryuk wrote:
> > Hypercall detection is failing with xen_hypercall_intel() chosen even on
> > an AMD processor. Looking at the disassembly, the call to
> > xen_get_vendor() was removed.
> >
> > The check for boot_cpu_has(X86_FEATURE_CPUID) w
On 10.04.25 21:31, Jason Andryuk wrote:
Hypercall detection is failing with xen_hypercall_intel() chosen even on
an AMD processor. Looking at the disassembly, the call to
xen_get_vendor() was removed.
The check for boot_cpu_has(X86_FEATURE_CPUID) was used as a proxy for
the x86_vendor having be
Hypercall detection is failing with xen_hypercall_intel() chosen even on
an AMD processor. Looking at the disassembly, the call to
xen_get_vendor() was removed.
The check for boot_cpu_has(X86_FEATURE_CPUID) was used as a proxy for
the x86_vendor having been set. When
CONFIG_X86_REQUIRED_FEATURE_