> From: Jason Gunthorpe <[email protected]>
> Sent: Thursday, September 4, 2025 1:47 AM
>
> +#define PT_FMT x86_64
> +#define PT_SUPPORTED_FEATURES                                  \
> +     (BIT(PT_FEAT_SIGN_EXTEND) | BIT(PT_FEAT_FLUSH_RANGE) | \
> +      BIT(PT_FEAT_FLUSH_RANGE_NO_GAPS) |                    \
> +      BIT(PT_FEAT_X86_64_AMD_ENCRYPT_TABLES))
> +

iirc we discussed that FLUSH_RANGE and FLUSH_RANGE_NO_GAPS are
mutually exclusive. so it's a typo to set both of them here?

Reply via email to