[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 05/22] mini-os: add boot code for HVMlite support
Hello, It looks good, there is just: Juergen Gross, on Tue 23 Aug 2016 17:15:51 +0200, wrote: > + .macro PTES prot, addr, incr, idx, end Please document what prot, addr, incr, idx, end represent precisely. > + .ifgt \end-\idx-32 > + PTES \prot, \addr, \incr, \idx, "(\idx+32)" > + PTES \prot, "(\addr+32*\incr)", \incr, "(\idx+32)", \end > + .else > + PTE(\addr + \prot) > + .if \end-\idx-1 > + PTES \prot, "(\addr+\incr)", \incr, "(\idx+1)", \end > + .endif > + .endif > + .endm > diff --git a/include/x86/desc.h b/include/x86/desc.h > new file mode 100644 > index 0000000..d450557 > --- /dev/null > +++ b/include/x86/desc.h > @@ -0,0 +1,366 @@ > +/* -*- Mode:C; c-basic-offset:4; tab-width:4 -*- > + * > + * (C) 2016 - Juergen Gross, SUSE Linux GmbH Was this whole file imported from somewhere, or written from scratch? Samuel _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |