[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 32/36] xen/arm: reduce the number of supported colors
From: Luca Miccio <lucmiccio@xxxxxxxxx> Currently coloring supports breaks assertion in domctl.c:892 because of the data structure used for color configuration. Currently the array is set to support up to 128 colors. Lower the number of supported colors to 64 until a better solution is found. Signed-off-by: Luca Miccio <lucmiccio@xxxxxxxxx> --- xen/include/public/arch-arm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/public/arch-arm.h b/xen/include/public/arch-arm.h index 627cc42164..5e2eaa02ad 100644 --- a/xen/include/public/arch-arm.h +++ b/xen/include/public/arch-arm.h @@ -303,7 +303,7 @@ struct vcpu_guest_context { typedef struct vcpu_guest_context vcpu_guest_context_t; DEFINE_XEN_GUEST_HANDLE(vcpu_guest_context_t); -#define MAX_COLORS_CELLS 4 +#define MAX_COLORS_CELLS 2 struct color_guest_config { uint32_t max_colors; uint32_t colors[MAX_COLORS_CELLS]; -- 2.30.2
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |