Re: [PATCH v4 06/13] tools/xenstore: add current connection to domain_memory_add() parameters

2023-05-02 Thread Julien Grall
Hi Juergen, On 05/04/2023 08:03, Juergen Gross wrote: In order to enable switching memory accounting to the generic array based accounting, add the current connection to the parameters of domain_memory_add(). This requires to add the connection to some other functions, too. Signed-off-by: Juer

[PATCH v4 06/13] tools/xenstore: add current connection to domain_memory_add() parameters

2023-04-05 Thread Juergen Gross
In order to enable switching memory accounting to the generic array based accounting, add the current connection to the parameters of domain_memory_add(). This requires to add the connection to some other functions, too. Signed-off-by: Juergen Gross --- tools/xenstore/xenstored_core.c | 28 ++