From f7988ea4935e2627f33bc73cf235f2c1942dce76 Mon Sep 17 00:00:00 2001 From: Kuzey Arda Bulut Date: Thu, 6 Nov 2025 15:12:01 +0200 Subject: vm: implement the VM interface for VirtualBox 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 --- CONTRIBUTORS | 1 + 1 file changed, 1 insertion(+) (limited to 'CONTRIBUTORS') diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0cb36092b..4e7c2caed 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -142,3 +142,4 @@ Rivos Inc. Jeongjun Park Nikita Zhandarovich Jiacheng Xu +Kuzey Arda Bulut -- cgit mrf-deployment