Re: [PATCHv2 0/2] kvm/x86: vhost task creation failure handling

2025-02-27 Thread Keith Busch
On Thu, Feb 27, 2025 at 06:21:34PM +0800, Lei Yang wrote: > Hi Keith > > There are some error messages from qemu output when I tested this > series of patches with the virtio-net regression test. It can > reproduced by boot up a guest with vhost device after applied your > patches. > Error message

Re: [PATCHv2 0/2] kvm/x86: vhost task creation failure handling

2025-02-27 Thread Lei Yang
Hi Keith There are some error messages from qemu output when I tested this series of patches with the virtio-net regression test. It can reproduced by boot up a guest with vhost device after applied your patches. Error messages: Qemu output: qemu-kvm: -netdev {"id": "idoejzv8", "type": "tap", "vho

[PATCHv2 0/2] kvm/x86: vhost task creation failure handling

2025-02-26 Thread Keith Busch
From: Keith Busch The suggestion from Sean appears to be successful, so sending out a new version for consideration. Background: The crosvm VMM might send signals to its threads that have entered KVM_RUN. The signal specifically is SIGRTRMIN from here: https://github.com/google/crosvm/blob/m