Re: [PATCH v4 0/2] Add support for LAM in QEMU

2024-05-22 Thread Paolo Bonzini
Queued, thanks. Paolo

Re: [PATCH v4 0/2] Add support for LAM in QEMU

2024-05-22 Thread Paolo Bonzini
Queued, thanks. Paolo

Re: [PATCH v4 0/2] Add support for LAM in QEMU

2024-03-24 Thread Binbin Wu
Ping... On 1/22/2024 4:55 PM, Binbin Wu wrote: Gentle ping... Please help to review and consider applying the patch series. (The KVM part has been merged). On 1/12/2024 2:00 PM, Binbin Wu wrote: Linear-address masking (LAM) [1], modifies the checking that is applied to *64-bit* linear

Re: [PATCH v4 0/2] Add support for LAM in QEMU

2024-02-21 Thread Binbin Wu
Ping... Hi Paolo, do you have time to have a look at this patchset? On 1/22/2024 4:55 PM, Binbin Wu wrote: Gentle ping... Please help to review and consider applying the patch series. (The KVM part has been merged). On 1/12/2024 2:00 PM, Binbin Wu wrote: Linear-address masking (LAM) [1],

Re: [PATCH v4 0/2] Add support for LAM in QEMU

2024-01-22 Thread Binbin Wu
Gentle ping... Please help to review and consider applying the patch series. (The KVM part has been merged). On 1/12/2024 2:00 PM, Binbin Wu wrote: Linear-address masking (LAM) [1], modifies the checking that is applied to *64-bit* linear addresses, allowing software to use of the untranslated

[PATCH v4 0/2] Add support for LAM in QEMU

2024-01-11 Thread Binbin Wu
Linear-address masking (LAM) [1], modifies the checking that is applied to *64-bit* linear addresses, allowing software to use of the untranslated address bits for metadata and masks the metadata bits before using them as linear addresses to access memory. When the feature is virtualized and