On Sat, Jun 27, 2020 at 10:09:41AM -0700, elena.ufimts...@oracle.com wrote:
> @@ -283,3 +288,14 @@ static void process_proxy_ping_msg(QIOChannel *ioc)
>  
>      mpqemu_msg_send(&ret, ioc);
>  }
> +
> +static void process_device_reset_msg(QIOChannel *ioc)
> +{
> +    MPQemuMsg ret = { 0 };
> +
> +    qemu_devices_reset();

Why are all devices reset globally instead of just the PCIDevice in
question?

Attachment: signature.asc
Description: PGP signature

Reply via email to