mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-02 23:23:44 +00:00
Without an explicit id= on the vfio-pci device, QEMU auto-generates an internal name that does not match vfioDev.ID, so any subsequent qomGetPciPath(vfioDev.ID) call via QMP fails with "Device 'X' not found". This breaks resolveColdPlugVFIOGuestPciPaths which needs the device ID to look up the guest PCI path, leaving GuestPciPath nil and causing update_interface to fail repeatedly as the agent can't find the interface to configure. Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com> Assisted-by: Cursor <cursoragent@cursor.com>
Kata golang packages
This repository contains a number of packages in addition to the
virtcontainers package:
| Package name | Description |
|---|---|
katatestutils |
Unit test utilities. |
katautils |
Utilities. |
signals |
Signal handling functions. |