Wei Liu, on mer. 04 oct. 2017 14:33:36 +0100, wrote:
> Starting from Xen commit af8d93564, it is required to include string.h
> before console.h.
>
> Signed-off-by: Wei Liu
Reviewed-by: Samuel Thibault
> ---
> Cc: Ian Jackson
> Cc: Julien Grall
> Cc: Samuel Thibault
>
> After applying this
On Wed, Oct 04, 2017 at 02:33:36PM +0100, Wei Liu wrote:
> Starting from Xen commit af8d93564, it is required to include string.h
> before console.h.
>
> Signed-off-by: Wei Liu
Sorry this one isn't complete. There are other instances where string.h
are needed. But the basic idea is the same.
>
Starting from Xen commit af8d93564, it is required to include string.h
before console.h.
Signed-off-by: Wei Liu
---
Cc: Ian Jackson
Cc: Julien Grall
Cc: Samuel Thibault
After applying this patch to mini-os I will update Xen's Config.mk to
fix the build failure in xen.git.
I will also update