mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
GenericVhostUserConfig flattens PciDeviceCommonConfig, so the wire format accepts an optional id like the other PCI device configs. FsConfig, which flattens the same struct, already documents id. Add it here as well so generated clients can name the device and later target it with /vm.remove-device. Signed-off-by: leo03164 <leo03164@gmail.com>