Displaying 2 results from an estimated 2 matches for "zhanghao1".
Did you mean:
zhanghao
2023 Jul 31
1
[PATCH] virtio: a new vcpu watchdog driver
On Mon, 31 Jul 2023 09:25:12 +0800, "zhanghao1" <zhanghao1 at kylinos.cn> wrote:
> A new virtio pci driver is added for listening to vcpus
> inside guest. Each vcpu creates a corresponding thread to
> periodically send data to qemu's back-end watchdog device.
> If a vCPU is in the stall state, data cannot be sent to
&...
2023 Jul 31
0
[PATCH] virtio: a new vcpu watchdog driver
Hi--
On 7/30/23 18:25, zhanghao1 wrote:
> A new virtio pci driver is added for listening to vcpus
> inside guest. Each vcpu creates a corresponding thread to
> periodically send data to qemu's back-end watchdog device.
> If a vCPU is in the stall state, data cannot be sent to
> back-end virtio device. As a resul...