cloud-hypervisor/vmm
Sebastien Boeuf 34412c9b41 vmm: Add id option to VFIO hotplug
Add a new id option to the VFIO hotplug command so that it matches the
VFIO coldplug semantic.

This is done by refactoring the existing code for VFIO hotplug, where
VmAddDeviceData structure is replaced by DeviceConfig. This structure is
the one used whenever a VFIO device is coldplugged, which is why it
makes sense to reuse it for the hotplug codepath.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-03-11 19:50:31 +01:00
..
src vmm: Add id option to VFIO hotplug 2020-03-11 19:50:31 +01:00
Cargo.toml vmm: Switch to the micro-http package 2020-03-11 17:38:01 +01:00