libvirt/include/libvirt
Laine Stump 353941961a hypervisor api: new virNodeDeviceDetachFlags
The existing virNodeDeviceDettach() assumes that there is only a
single PCI device assignment backend driver appropriate for any
hypervisor. This is no longer true, as the qemu driver is getting
support for PCI device assignment via VFIO. The new API
virNodeDeviceDetachFlags adds a driverName arg that should be set to
the exact same string set in a domain <hostdev>'s <driver name='x'/>
element (i.e. "vfio", "kvm", or NULL for default). It also adds a
flags arg for good measure (and because it's possible we may need it
when we start dealing with VFIO's "device groups").
2013-04-25 21:28:10 -04:00
..
libvirt-lxc.h syntax-check: Only allows to include public headers in external tools 2013-04-18 11:31:19 +08:00
libvirt-qemu.h syntax-check: Only allows to include public headers in external tools 2013-04-18 11:31:19 +08:00
libvirt.h.in hypervisor api: new virNodeDeviceDetachFlags 2013-04-25 21:28:10 -04:00
Makefile.am Introduce an LXC specific public API & library 2013-01-14 13:58:34 +00:00
virterror.h Add an API for re-mounting cgroups, to isolate the process location 2013-04-15 17:35:32 +01:00