mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-04-05 03:24:15 +00:00
- Trim trailing whitespace and ensure final newline in non-vendor files - Add .editorconfig-checker.json excluding vendor dirs, *.patch, *.img, *.dtb, *.drawio, *.svg, and pkg/cloud-hypervisor/client so CI only checks project code - Leave generated and binary assets unchanged (excluded from checker) Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com> Co-authored-by: Cursor <cursoragent@cursor.com>
980 B
980 B
Device
Device Manager
Currently we have following device manager:
| Name | Description |
|---|---|
| address space manager | abstracts virtual machine's physical management and provide mapping for guest virtual memory and MMIO ranges of emulated virtual devices, pass-through devices and vCPU |
| config manager | provides abstractions for configuration information |
| console manager | provides management for all console devices |
| resource manager | provides resource management for legacy_irq_pool, msi_irq_pool, pio_pool, mmio_pool, mem_pool, kvm_mem_slot_pool with builder ResourceManagerBuilder |
| VSOCK device manager | provides configuration info for VIRTIO-VSOCK and management for all VSOCK devices |
Device supported
VIRTIO-VSOCK
i8042
COM1
COM2