cloud-hypervisor/vmm
Fabiano Fidêncio b4e3942708 api: Fix vm.add-device argument type
The add_device() function, from the device manager code, takes a
DeviceConfig as a parameter, instead of a VmAddDevice.

The change was originally done as part of 34412c9b41 and it didn't
break Kata Containers because the VmAddDevice and DeviceConfig structs
share most of their fields, besides the optional for serialization
`pci_segment`, which is not used by the client yet.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-10-21 11:09:55 -07:00
..
src api: Fix vm.add-device argument type 2022-10-21 11:09:55 -07:00
Cargo.toml build: Bump anyhow from 1.0.65 to 1.0.66 2022-10-21 00:04:03 +00:00