Message ID | 20220701142434.75170-1-jean-philippe.brucker@arm.com (mailing list archive) |
---|---|
Headers | show |
Series | Virtio v1 support | expand |
On Fri, 1 Jul 2022 15:24:22 +0100, Jean-Philippe Brucker wrote: > This is version 2 of the modern virtio support for kvmtool. > > Since v1 [1]: > * Repaired vhost-net for pci-modern, by adding patches 4 and 5 > * Added patch 6 that extends the feature fields and simplifies modern > features handling > * Added patch 12, a small cleanup > > [...] Applied to kvmtool (master), thanks! [01/12] virtio/pci: Delete MSI routes https://git.kernel.org/will/kvmtool/c/c6590f782be6 [02/12] virtio: Extract init_vq() for PCI and MMIO https://git.kernel.org/will/kvmtool/c/d0607293c937 [03/12] virtio/pci: Make doorbell offset dynamic https://git.kernel.org/will/kvmtool/c/21c9bc744087 [04/12] virtio/pci: Use the correct eventfd for vhost notification https://git.kernel.org/will/kvmtool/c/73fd13686e22 [05/12] virtio/net: Set vhost backend after queue address https://git.kernel.org/will/kvmtool/c/de166e5f7edc [06/12] virtio: Prepare for more feature bits https://git.kernel.org/will/kvmtool/c/3c8f82b8d4a7 [07/12] virtio: Move PCI transport to pci-legacy https://git.kernel.org/will/kvmtool/c/930876d51193 [08/12] virtio: Add support for modern virtio-pci https://git.kernel.org/will/kvmtool/c/b0d56e3c994a [09/12] virtio: Move MMIO transport to mmio-legacy https://git.kernel.org/will/kvmtool/c/22a0823676f1 [10/12] virtio: Add support for modern virtio-mmio https://git.kernel.org/will/kvmtool/c/5fe5eb04de80 [11/12] virtio/pci: Initialize all vectors to VIRTIO_MSI_NO_VECTOR https://git.kernel.org/will/kvmtool/c/3d5cefc2eb3e [12/12] virtio/pci: Remove VIRTIO_PCI_F_SIGNAL_MSI https://git.kernel.org/will/kvmtool/c/c86ef0b86366 Cheers,