Re: [PATCH v4 07/13] tools/xenstore: use accounting data array for per-domain values

2023-05-02 Thread Juergen Gross
On 02.05.23 21:09, Julien Grall wrote: Hi Juergen, On 05/04/2023 08:03, Juergen Gross wrote: diff --git a/tools/xenstore/xenstored_domain.h b/tools/xenstore/xenstored_domain.h index 5cfd730cf6..0d61bf4344 100644 --- a/tools/xenstore/xenstored_domain.h +++ b/tools/xenstore/xenstored_domain.h

Re: [PATCH v4 07/13] tools/xenstore: use accounting data array for per-domain values

2023-05-02 Thread Julien Grall
Hi Juergen, On 05/04/2023 08:03, Juergen Gross wrote: diff --git a/tools/xenstore/xenstored_domain.h b/tools/xenstore/xenstored_domain.h index 5cfd730cf6..0d61bf4344 100644 --- a/tools/xenstore/xenstored_domain.h +++ b/tools/xenstore/xenstored_domain.h @@ -28,7 +28,10 @@ enum accitem {

[PATCH v4 07/13] tools/xenstore: use accounting data array for per-domain values

2023-04-05 Thread Juergen Gross
Add the accounting of per-domain usage of Xenstore memory, watches, and outstanding requests to the array based mechanism. Signed-off-by: Juergen Gross --- tools/xenstore/xenstored_core.c | 8 +-- tools/xenstore/xenstored_domain.c | 111 +++---