Re: [XEN][RFC PATCH v3 14/14] tools/xl: Add new xl command overlay for device tree overlay support

2022-03-17 Thread Anthony PERARD
On Tue, Mar 08, 2022 at 11:47:04AM -0800, Vikram Garhwal wrote: > Signed-off-by: Vikram Garhwal > --- > tools/xl/xl.h | 4 > tools/xl/xl_cmdtable.c | 6 ++ > tools/xl/xl_vmcontrol.c | 45 + > 3 files changed, 55 insertions(+) > >

Re: [XEN][RFC PATCH v3 14/14] tools/xl: Add new xl command overlay for device tree overlay support

2022-03-15 Thread Luca Fancellu
> On 8 Mar 2022, at 19:47, Vikram Garhwal wrote: > > Signed-off-by: Vikram Garhwal > --- > tools/xl/xl.h | 4 > tools/xl/xl_cmdtable.c | 6 ++ > tools/xl/xl_vmcontrol.c | 45 + > 3 files changed, 55 insertions(+) > > diff --git

[XEN][RFC PATCH v3 14/14] tools/xl: Add new xl command overlay for device tree overlay support

2022-03-08 Thread Vikram Garhwal
Signed-off-by: Vikram Garhwal --- tools/xl/xl.h | 4 tools/xl/xl_cmdtable.c | 6 ++ tools/xl/xl_vmcontrol.c | 45 + 3 files changed, 55 insertions(+) diff --git a/tools/xl/xl.h b/tools/xl/xl.h index c5c4bedbdd..604fd5bb94 100644 ---