Commit f815df8
fix(vsock): remove dead virtio_dump debug helper
Delete the unused virtio_dump module and stop exporting it from the
vsock crate. The file contained a large debug-only PCI/MMIO dump helper
that was compiled as dead code and was no longer referenced anywhere in
the tree.
Removing it drops an unmaintained code path that parsed host-controlled
virtio PCI capability state without participating in the shipping vsock
data path, reducing attack surface and keeping the crate aligned with
the actual runtime implementation.
Signed-off-by: Michal Tarnacki <michal.tarnacki@intel.com>
Co-authored-by: GitHub Copilot <noreply@github.com>1 parent 6f8f738 commit f815df8
2 files changed
Lines changed: 0 additions & 359 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
This file was deleted.
0 commit comments