Re: [PATCH v8 2/2] xen: Add files needed for minimal riscv build

2021-06-08 Thread Bob Eshleman
On 6/3/21 7:14 PM, Connor Davis wrote: > Add arch-specific makefiles and configs needed to build for > riscv. Also add a minimal head.S that is a simple infinite loop. > head.o can be built with > > $ make XEN_TARGET_ARCH=riscv64 SUBSYSTEMS=xen -C xen tiny64_defconfig > $ make XEN_TARGET_ARCH=risc

Re: [PATCH v8 2/2] xen: Add files needed for minimal riscv build

2021-06-08 Thread Jan Beulich
On 04.06.2021 04:14, Connor Davis wrote: > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -456,6 +456,15 @@ F: tools/libs/light/libxl_nonetbuffer.c > F: tools/hotplug/Linux/remus-netbuf-setup > F: tools/hotplug/Linux/block-drbd-probe > > +RISCV > +M: Bob Eshleman > +M: Alistair Franc

[PATCH v8 2/2] xen: Add files needed for minimal riscv build

2021-06-03 Thread Connor Davis
Add arch-specific makefiles and configs needed to build for riscv. Also add a minimal head.S that is a simple infinite loop. head.o can be built with $ make XEN_TARGET_ARCH=riscv64 SUBSYSTEMS=xen -C xen tiny64_defconfig $ make XEN_TARGET_ARCH=riscv64 SUBSYSTEMS=xen -C xen TARGET=riscv64/head.o No