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 --- docs/linux/setup.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/linux/setup.md') diff --git a/docs/linux/setup.md b/docs/linux/setup.md index cf7f2c273..c1c61690e 100644 --- a/docs/linux/setup.md +++ b/docs/linux/setup.md @@ -13,6 +13,7 @@ Instructions for a particular VM type or kernel architecture can be found on the - [Setup: Linux host, Android virtual device, x86-64 kernel](setup_linux-host_android-virtual-device_x86-64-kernel.md) - [Setup: Linux isolated host](setup_linux-host_isolated.md) - [Setup: Ubuntu host, VMware vm, x86-64 kernel](setup_ubuntu-host_vmware-vm_x86-64-kernel.md) +- [Setup: Ubuntu host, VirtualBox vm, x86-64 kernel](setup_ubuntu-host_virtualbox-vm_x86-64-kernel.md) ## Install -- cgit mrf-deployment