[PATCH v8 01/16] FDT: introduce global phandle allocation
From: Andrew Jones <hidden>
Date: 2016-12-20 09:43:39
Also in:
kvm, kvmarm
From: Andrew Jones <hidden>
Date: 2016-12-20 09:43:39
Also in:
kvm, kvmarm
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