aboutsummaryrefslogtreecommitdiffstats
path: root/vm/virtualbox/virtualbox.go
Commit message (Collapse)AuthorAgeFilesLines
* vm: implement the VM interface for VirtualBoxKuzey Arda Bulut2025-11-141-0/+319
This change adds VirtualBox support to syzkaller. It implements the VM interface for VirtualBox and provides: - full VM lifecycle operations (create, boot, stop, snapshot restore) - serial console hookup and integration with the output merger - proper boot wait logic similar to qemu, using SSH readiness - boot-time crash capture using collected console output