Re: [PATCH v2 0/5] Minimal build for RISCV

2021-05-14 Thread Connor Davis
On 5/13/21 10:43 PM, Alistair Francis wrote: On Fri, May 14, 2021 at 2:18 PM Connor Davis wrote: Hi all, This series introduces a minimal build for RISCV. It is based on Bobby's previous work from last year[0]. I have worked to rebase onto current Xen, as well as update the various header fi

Re: [PATCH v2 0/5] Minimal build for RISCV

2021-05-13 Thread Alistair Francis
On Fri, May 14, 2021 at 2:18 PM Connor Davis wrote: > > Hi all, > > This series introduces a minimal build for RISCV. It is based on Bobby's > previous work from last year[0]. I have worked to rebase onto current Xen, > as well as update the various header files borrowed from Linux. > > This serie

[PATCH v2 0/5] Minimal build for RISCV

2021-05-13 Thread Connor Davis
Hi all, This series introduces a minimal build for RISCV. It is based on Bobby's previous work from last year[0]. I have worked to rebase onto current Xen, as well as update the various header files borrowed from Linux. This series provides the patches necessary to get a minimal build working. Th