qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH V3 06/22] vl: add helper to request re-exec


From: Stefan Hajnoczi
Subject: Re: [PATCH V3 06/22] vl: add helper to request re-exec
Date: Wed, 12 May 2021 17:27:59 +0100

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/.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]