cloud-hypervisor/vmm
Alyssa Ross 7d0b85d727 vmm: forbid using special VSOCK CIDs for guests
I accidentally ran a VM with CID 2 (VMADDR_CID_HOST), and very strange
and difficult to debug behavior ensued.  I don't think a virtio-vsock
device should be allowed to have any of the special CIDs
(VMADDR_CID_ANY, VMADDR_CID_HYPERVISOR, VMADDR_CID_LOCAL, VMADDR_CID_HOST).

Signed-off-by: Alyssa Ross <hi@alyssa.is>
2024-01-10 10:43:21 +00:00
..
src vmm: forbid using special VSOCK CIDs for guests 2024-01-10 10:43:21 +00:00
Cargo.toml vmm: use RateLimiterGroup for virtio-blk devices 2024-01-03 10:21:06 -08:00