On 15.11.2024 12:51, Alejandro Vallejo wrote: > Signed-off-by: Alejandro Vallejo <alejandro.vall...@cloud.com> > --- > tools/libs/light/libxl_x86.c | 4 +- > tools/ocaml/libs/xc/xenctrl_stubs.c | 4 +- > .../extra/arch-x86/domainconfig.toml | 87 +++++++++++++++++++ > .../xenbindgen/extra/domctl/createdomain.toml | 6 ++ > xen/arch/x86/domain.c | 8 +- > xen/arch/x86/include/asm/domain.h | 4 +- > xen/arch/x86/setup.c | 2 +- > xen/include/public/arch-x86/xen.h | 51 ----------- > xen/include/public/autogen/arch_x86.h | 52 +++++++++++
Nit: If at all possible, please avoid underscores in the names of new files. Jan