qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v7 19/21] multi-process: perform device reset in the remote p


From: Stefan Hajnoczi
Subject: Re: [PATCH v7 19/21] multi-process: perform device reset in the remote process
Date: Thu, 2 Jul 2020 14:19:01 +0100

On Sat, Jun 27, 2020 at 10:09:41AM -0700, elena.ufimtseva@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

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