[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCHv5 4/6] plat/kvm: Implement intctrl APIs for Arm64
Hi Sharan On 2019/7/10 17:14, Sharan Santhanam wrote: Hello Jia He, This patch seems fine but there are compiler error. Please find them inline. Thanks & Regards Sharan On 6/28/19 9:09 AM, Jia He wrote:Before GICv2 become ready, we had marked the intctrl APIs as TODO. Now, we have enabled the GICv2, we can implement intctrl APIs with related GIC APIs. Signed-off-by: Wei Chen <wei.chen@xxxxxxx> Signed-off-by: Jia He <justin.he@xxxxxxx> --- plat/kvm/arm/intctrl.c | 20 ++++++++++++++++---- plat/kvm/arm/setup.c | 4 ++++ 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/plat/kvm/arm/intctrl.c b/plat/kvm/arm/intctrl.c index ac604a7..401b2a3 100644 --- a/plat/kvm/arm/intctrl.c +++ b/plat/kvm/arm/intctrl.c @@ -31,24 +31,36 @@ * * THIS HEADER MAY NOT BE EXTRACTED OR MODIFIED IN ANY WAY. */ +#include <uk/assert.h> +#include <kvm/sections.h>fatal error: kvm/sections.h: No such file or directory my bad, should be removed --- Cheers, Justin (Jia He) _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |