On Tue, Jan 14, 2025 at 5:41 PM Anup Patel <[email protected]> wrote: > > On Tue, Jan 14, 2025 at 9:41 PM Milan Djokic <[email protected]> > wrote: > > > > From: Slavisa Petrovic <[email protected]> > > > > This patch introduces initial support for running RISC-V as a Xen guest. > > It provides the necessary infrastructure and stubs for Xen-specific > > operations. Key changes include: > > > > - Modifications to the RISC-V kernel to integrate Xen-specific hypercalls > > and interfaces, with function implementations stubbed for future work. > > - Introduction of Xen-specific headers for RISC-V, including event > > handling, hypervisor interaction, and page management. Functions are > > defined but not yet implemented. > > - Stub implementations for memory management, grant tables, and context > > switching in the Xen environment, allowing further development and > > integration. > > > > Signed-off-by: Milan Djokic <[email protected]> > > Signed-off-by: Slavisa Petrovic <[email protected]> > > A single patch with many changes is hard to review. > > Please convert this patch into a series with smaller patches. > Also, include a cover letter in the series explaining how to > test Xen on RISC-V. > > Regards, > Anup > Hello Anup,
We're currently working on patch breakdown in smaller logical parts. Will be converted into patch series in the next revision. BR, Milan
