libvirt/src/vmx
Jonathon Jongsma 08f8fd8413 conf: Add support for vDPA network devices
This patch adds new schema and adds support for parsing and formatting
domain configurations that include vdpa devices.

vDPA network devices allow high-performance networking in a virtual
machine by providing a wire-speed data path. These devices require a
vendor-specific host driver but the data path follows the virtio
specification.

When a device on the host is bound to an appropriate vendor-specific
driver, it will create a chardev on the host at e.g.  /dev/vhost-vdpa-0.
That chardev path can then be used to define a new interface with
type='vdpa'.

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
2020-10-20 14:46:52 -04:00
..
meson.build meson: src: build libvirt.so library 2020-08-03 09:27:04 +02:00
vmx.c conf: Add support for vDPA network devices 2020-10-20 14:46:52 -04:00
vmx.h vmx: hide private helpers 2020-10-14 11:23:18 +02:00