Re: [XEN][RFC PATCH v3 13/14] tools/libs/light: Implement new libxl functions for device tree overlay ops

2022-03-17 Thread Anthony PERARD
On Tue, Mar 08, 2022 at 11:47:03AM -0800, Vikram Garhwal wrote: > Signed-off-by: Vikram Garhwal > --- > tools/include/libxl.h| 3 ++ > tools/libs/light/Makefile| 1 + > tools/libs/light/libxl_overlay.c | 67 > 3 files changed, 71

Re: [XEN][RFC PATCH v3 13/14] tools/libs/light: Implement new libxl functions for device tree overlay ops

2022-03-15 Thread Luca Fancellu
> On 8 Mar 2022, at 19:47, Vikram Garhwal wrote: > > Signed-off-by: Vikram Garhwal I don’t know if an empty commit message is ok here, will leave to the maintainer the choice, for me the code looks ok Reviewed-by: Luca Fancellu

[XEN][RFC PATCH v3 13/14] tools/libs/light: Implement new libxl functions for device tree overlay ops

2022-03-08 Thread Vikram Garhwal
Signed-off-by: Vikram Garhwal --- tools/include/libxl.h| 3 ++ tools/libs/light/Makefile| 1 + tools/libs/light/libxl_overlay.c | 67 3 files changed, 71 insertions(+) create mode 100644 tools/libs/light/libxl_overlay.c diff --git