Message ID | 20230606130426.978945-1-jean-philippe@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | Fix vhost-net, scsi and vsock | expand |
On Tue, 6 Jun 2023 14:04:09 +0100, Jean-Philippe Brucker wrote: > This is version 2 of the vhost fixes for kvmtool posted here: > https://lore.kernel.org/all/20230419132119.124457-1-jean-philippe@linaro.org/ > > Since v1: > * Added review tags from Andre > * Fixed issues reported by Andre, and the max_target size found while > rebasing patch 8 > * Added patch 14 (warn and disable an unsupported configuration) > > [...] Applied to kvmtool (master), thanks! [01/17] virtio: Factor vhost initialization https://git.kernel.org/will/kvmtool/c/f84ab9eb74fc [02/17] virtio/vhost: Factor vring operation https://git.kernel.org/will/kvmtool/c/745221e582f7 [03/17] virtio/vhost: Factor notify_vq_eventfd() https://git.kernel.org/will/kvmtool/c/676c0c8ad95b [04/17] virtio/vhost: Factor notify_vq_gsi() https://git.kernel.org/will/kvmtool/c/029cd2bb7898 [05/17] virtio/scsi: Move VHOST_SCSI_SET_ENDPOINT to device start https://git.kernel.org/will/kvmtool/c/13e7d626e00f [06/17] virtio/scsi: Fix and simplify command-line https://git.kernel.org/will/kvmtool/c/145a86fedfe8 [07/17] disk/core: Fix segfault on exit with SCSI https://git.kernel.org/will/kvmtool/c/7bc3b5d7ef80 [08/17] virtio/scsi: Initialize max_target https://git.kernel.org/will/kvmtool/c/b8420e8d5d8d [09/17] virtio/scsi: Fix feature selection https://git.kernel.org/will/kvmtool/c/13ea439a1f48 [10/17] virtio/vsock: Fix feature selection https://git.kernel.org/will/kvmtool/c/cf8358d34f31 [11/17] virtio/net: Fix feature selection https://git.kernel.org/will/kvmtool/c/53171d59b081 [12/17] virtio: Document how to test the devices https://git.kernel.org/will/kvmtool/c/13534ee80ce3 [13/17] virtio: Fix messages about missing Linux config https://git.kernel.org/will/kvmtool/c/33e026a78c9f [14/17] virtio/net: Warn about enabling multiqueue with vhost https://git.kernel.org/will/kvmtool/c/3a70ab1e7bb3 [15/17] Factor epoll thread https://git.kernel.org/will/kvmtool/c/d30d94872e7f [16/17] virtio/vhost: Support line interrupt signaling https://git.kernel.org/will/kvmtool/c/46aaf3b87d7e [17/17] virtio/vhost: Clear VIRTIO_F_ACCESS_PLATFORM https://git.kernel.org/will/kvmtool/c/3b1cdcf9e78f Cheers,