Message ID | 20230419132119.124457-1-jean-philippe@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | Fix vhost-net, scsi and vsock | expand |
Hi Jean-Philippe, On Wed, Apr 19, 2023 at 02:21:04PM +0100, Jean-Philippe Brucker wrote: > Kvmtool supports the three kernel vhost devices, but since they are not > trivial to test, that support has not followed kvmtool core changes over > time and is now severely broken. Restore vhost support to its former glory. > > Patches 1-4 introduce virtio/vhost.c to gather common operations, and > patches 5-11 finish fixing the vhost devices. > > Patch 12 adds documentation about testing all virtio devices, so that > vhost support can be kept up to date more easily in the future. > > Patches 13-16 add support for vhost when the device does not use MSIs > (virtio-mmio or virtio-pci without a MSI-capable irqchip). That's only > nice to have, but is easy enough to implement. > > Patch 17 documents and fixes a possible issue which will appear when > enabling CCA or pKVM. Do you plan to respin this with the outstanding comments addressed? Will
Hi Will, On Tue, May 23, 2023 at 11:46:08AM +0100, Will Deacon wrote: > Hi Jean-Philippe, > > On Wed, Apr 19, 2023 at 02:21:04PM +0100, Jean-Philippe Brucker wrote: > > Kvmtool supports the three kernel vhost devices, but since they are not > > trivial to test, that support has not followed kvmtool core changes over > > time and is now severely broken. Restore vhost support to its former glory. > > > > Patches 1-4 introduce virtio/vhost.c to gather common operations, and > > patches 5-11 finish fixing the vhost devices. > > > > Patch 12 adds documentation about testing all virtio devices, so that > > vhost support can be kept up to date more easily in the future. > > > > Patches 13-16 add support for vhost when the device does not use MSIs > > (virtio-mmio or virtio-pci without a MSI-capable irqchip). That's only > > nice to have, but is easy enough to implement. > > > > Patch 17 documents and fixes a possible issue which will appear when > > enabling CCA or pKVM. > > Do you plan to respin this with the outstanding comments addressed? Yes, I'll try to resend it within a week or two Thanks, Jean