Re: [PATCH 07/11] tools/xenstore: add wrapper for tdb_fetch()

2023-06-29 Thread Juergen Gross
On 20.06.23 15:03, Julien Grall wrote: Hi Juergen, One more remark as I was reviewing patch #10. On 30/05/2023 10:13, Juergen Gross wrote: Add a wrapper function for tdb_fetch taking the name of the node in the data base as a parameter. Let it return a data pointer and the length of the data v

Re: [PATCH 07/11] tools/xenstore: add wrapper for tdb_fetch()

2023-06-29 Thread Juergen Gross
On 20.06.23 14:28, Julien Grall wrote: Hi Juergen, On 30/05/2023 10:13, Juergen Gross wrote: Add a wrapper function for tdb_fetch taking the name of the node in the data base as a parameter. Let it return a data pointer and the length of the data via a length pointer provided as additional para

Re: [PATCH 07/11] tools/xenstore: add wrapper for tdb_fetch()

2023-06-20 Thread Julien Grall
Hi Juergen, One more remark as I was reviewing patch #10. On 30/05/2023 10:13, Juergen Gross wrote: Add a wrapper function for tdb_fetch taking the name of the node in the data base as a parameter. Let it return a data pointer and the length of the data via a length pointer provided as addition

Re: [PATCH 07/11] tools/xenstore: add wrapper for tdb_fetch()

2023-06-20 Thread Julien Grall
Hi Juergen, On 30/05/2023 10:13, Juergen Gross wrote: Add a wrapper function for tdb_fetch taking the name of the node in the data base as a parameter. Let it return a data pointer and the length of the data via a length pointer provided as additional parameter. This enables to make set_tdb_key

[PATCH 07/11] tools/xenstore: add wrapper for tdb_fetch()

2023-05-30 Thread Juergen Gross
Add a wrapper function for tdb_fetch taking the name of the node in the data base as a parameter. Let it return a data pointer and the length of the data via a length pointer provided as additional parameter. This enables to make set_tdb_key() static again. This is in preparation to replace TDB w