mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-02 17:34:18 +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%
Go
24.6%
Shell
10.1%
RPC
5.3%
Makefile
1%
Other
0.9%