Re: [PATCH v2 22/29] tools/xenstored: get own domid in stubdom case

2023-11-13 Thread Juergen Gross
On 13.11.23 22:59, Julien Grall wrote: Hi Juergen, On 10/11/2023 16:07, Juergen Gross wrote: Obtain the own domid from the Xenstore special grant entry when running as stubdom. Signed-off-by: Juergen Gross --- V2: - replacement of V1 patch (ANdrew Cooper) ---   tools/xenstored/core.c   | 1 +

Re: [PATCH v2 22/29] tools/xenstored: get own domid in stubdom case

2023-11-13 Thread Julien Grall
Hi Juergen, On 10/11/2023 16:07, Juergen Gross wrote: Obtain the own domid from the Xenstore special grant entry when running as stubdom. Signed-off-by: Juergen Gross --- V2: - replacement of V1 patch (ANdrew Cooper) --- tools/xenstored/core.c | 1 + tools/xenstored/core.h | 1 + tools

Re: [PATCH v2 22/29] tools/xenstored: get own domid in stubdom case

2023-11-13 Thread Juergen Gross
On 10.11.23 18:36, Julien Grall wrote: Hi Juergen, On 10/11/2023 16:07, Juergen Gross wrote: Obtain the own domid from the Xenstore special grant entry when running as stubdom. The commit message says we would use the grant entry but ... Sorry, now fixed. Signed-off-by: Juergen Gross -

Re: [PATCH v2 22/29] tools/xenstored: get own domid in stubdom case

2023-11-10 Thread Julien Grall
Hi Juergen, On 10/11/2023 16:07, Juergen Gross wrote: Obtain the own domid from the Xenstore special grant entry when running as stubdom. The commit message says we would use the grant entry but ... Signed-off-by: Juergen Gross --- V2: - replacement of V1 patch (ANdrew Cooper) --- tools/x

[PATCH v2 22/29] tools/xenstored: get own domid in stubdom case

2023-11-10 Thread Juergen Gross
Obtain the own domid from the Xenstore special grant entry when running as stubdom. Signed-off-by: Juergen Gross --- V2: - replacement of V1 patch (ANdrew Cooper) --- tools/xenstored/core.c | 1 + tools/xenstored/core.h | 1 + tools/xenstored/minios.c | 5 + 3 files changed, 7 insertions