mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-20 19:38:40 +00:00
db067857bd4bb9c0d590bdabb647dc78e23e6a71
All file descriptors will come from specific devices configurations, so this patch: 1) Make the Config FDs file private 2) Provide an appendFDs() method for Config, that takes a slice of os.File pointers and a) Adds them to the Config private fd slice b) Return a slice of ints that represent the file descriptors for these device specific files, as seen by the qemu process. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Description
Languages
Rust
58.3%
Go
24.4%
Shell
10.2%
RPC
5.2%
Makefile
1%
Other
0.9%