Re: [PATCH 4/5] x86_64: refactor segment register handling

2023-08-04 Thread Samuel Thibault
Applied, thanks! Luca Dariz, le sam. 29 juil. 2023 19:47:52 +0200, a ecrit: > The actual values are not saved together with the rest of the thread > state, both because it would be quite espensive (reading MSR, unless > rdfsbase instructions are supported, but that's optional) and not > really nee

[PATCH 4/5] x86_64: refactor segment register handling

2023-07-29 Thread Luca Dariz
The actual values are not saved together with the rest of the thread state, both because it would be quite espensive (reading MSR, unless rdfsbase instructions are supported, but that's optional) and not really needed. The only way the user has to change its value is with a specific RPC, so we can