[SLOF] [PATCH v2 3/3] board-qemu: add private hcall to inform host on "phandle" update

Segher Boessenkool segher at kernel.crashing.org
Fri Jul 14 09:10:01 AEST 2017


On Fri, Jul 14, 2017 at 12:25:29AM +0200, Greg Kurz wrote:
> +\ Tell QEMU about the updated phandle:
> +: fdt-hv-update-phandle ( old new -- )
> +   hv-update-phandle ?dup 0 <> IF

0 <> IF   is the same as just   IF
(there also is   0<>   btw, for the cases where you actually need it).


Segher


More information about the SLOF mailing list