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