On Mon, Dec 19, 2016 at 06:43:29PM +0000, Andre Przywara wrote: > Well, yes. The problem is that AFAIK you cannot initialize an array > easily with all the values getting set to something other than zero. u32 phandles[PHANDLES_MAX] = { [0 ... PHANDLES_MAX-1] = FDT_INVALID_PHANDLE }; (Unrelated, but could you please add format.subjectprefix = PATCH kvmtool to your git config. I just suggested via a kvmtool README patch...) Thanks, drew -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html