Re: [PATCH RFC 1/1] memory: Address space map listener

2023-04-05 Thread David Hildenbrand
On 05.04.23 16:25, Antonio Caggiano wrote: Hi David, On 05/04/23 15:23, David Hildenbrand wrote: On 05.04.23 14:57, Antonio Caggiano wrote: Introduce a MemoryListener callback for address space map events. Why? Please, have a look at the cover letter "[PATCH RFC 0/1] MemoryListener addre

Re: [PATCH RFC 1/1] memory: Address space map listener

2023-04-05 Thread Antonio Caggiano
Hi David, On 05/04/23 15:23, David Hildenbrand wrote: On 05.04.23 14:57, Antonio Caggiano wrote: Introduce a MemoryListener callback for address space map events. Why? Please, have a look at the cover letter "[PATCH RFC 0/1] MemoryListener address_space_map callback" with a detail explan

Re: [PATCH RFC 1/1] memory: Address space map listener

2023-04-05 Thread David Hildenbrand
On 05.04.23 14:57, Antonio Caggiano wrote: Introduce a MemoryListener callback for address space map events. Why? -- Thanks, David / dhildenb

[PATCH RFC 1/1] memory: Address space map listener

2023-04-05 Thread Antonio Caggiano
Introduce a MemoryListener callback for address space map events. This will require a change to the memory listener callbacks: while it currently uses "self" as first argument for the callbacks, this new approach is going to use an "opaque" member, effectively following the model used for MemoryRe

[PATCH RFC 1/1] memory: Address space map listener

2023-04-05 Thread Antonio Caggiano
Introduce a MemoryListener callback for address space map events. This will require a change to the memory listener callbacks: while it currently uses "self" as first argument for the callbacks, this new approach is going to use an "opaque" member, effectively following the model used for MemoryRe