On 20/11/2024 7:09 pm, Xin Li wrote:
On 11/20/2024 1:33 AM, Andrew Cooper wrote:
Right now, this change is codifying the problem behaviour we were trying
to fix out under FRED.
Under FRED, if userspace loads e.g. 2 into a selector, it should remain
2 until userspace changes it to something else.
Okay, I will fix it by:
1) For null selector values, do nothing.
2) For non-null selector values, set RPL bits.
sounds okay?
Yeah, that sounds okay.
The selftest ought to work under FRED, but it was speculative coding. I
can't rule out that tweaks might be needed.