On Fri, May 07, 2021 at 05:25:04AM -0700, Steve Sistare wrote: > @@ -660,6 +673,16 @@ void qemu_system_debug_request(void) > qemu_notify_event(); > } > > +static void qemu_exec(void) > +{ > + const char *helper = "/usr/bin/qemu-exec"; The network up script is get_relocated_path(CONFIG_SYSCONFDIR "/qemu-ifup"). For consistency maybe this should use the same path rather than /usr/bin/.