11.03.25 15:39, Tamas K Lengyel:
On Tue, Mar 11, 2025 at 7:59 AM Jan Beulich<[email protected]> wrote:
On 11.03.2025 11:27, Sergiy Kibrik wrote:
From: Stefano Stabellini<[email protected]>
Extend coverage of CONFIG_VM_EVENT option and make the build of VM events
and monitoring support optional. Also make MEM_PAGING option depend on VM_EVENT
to document that mem_paging is relying on vm_event.
This is to reduce code size on Arm when this option isn't enabled.
CC: Jan Beulich<[email protected]>
CC: Tamas K Lengyel<[email protected]>
Reviewed-by: Ayan Kumar Halder<[email protected]>
Signed-off-by: Stefano Stabellini<[email protected]>
Signed-off-by: Sergiy Kibrik<[email protected]>
Please can tags be kept in chronological order? It's impossible to review
a patch that wasn't first signed-off on by the author(s).
---
changes in v3:
- add dependency MEM_PAGING -> VM_EVENT
This seems to be largely unnecessary since on x86 selecting HVM
already selects it but I guess it also doesn't hurt to explicitly mark
it like this either.
It's done just to highlight this dependency, more like a documentation
hint (as Jan suggested in previous discussion).
-Sergiy