On Fri, 13 Feb 2026 at 11:09, Daniel P. BerrangĂ© <[email protected]> wrote:
>
> On Fri, Feb 13, 2026 at 11:21:09AM +0100, Paolo Bonzini wrote:
> > From: Aidan Khoury <[email protected]>
> >
> > The new Diamond Rapids x86 cpu model definition that was added in 7a6dd8bde1
> > has an unexpected comma in the `.features[FEAT_VMX_EXIT_CTLS]` subobject
> > initializer, causing the prior initialization to be overridden.  For this
> > reason `VMX_VM_EXIT_SAVE_DEBUG_CONTROLS | VMX_VM_EXIT_HOST_ADDR_SPACE_SIZE`
> > is not included.
> >
> > Fix this by replacing the comma with the missing bitwise OR to properly
> > combine all the flags into a single bitmask value.
> >
> > Fixes: 7a6dd8bde159 ("i386/cpu: Add CPU model for Diamond Rapids")
> > Signed-off-by: Aidan Khoury <[email protected]>
>
> That's missing your S-o-B


I have this pullreq tested and ready to apply -- do you think this
is important enough to respin?

-- PMM

Reply via email to