diff options
| author | Kuzey Arda Bulut <kuzeyardabulut@gmail.com> | 2025-11-06 15:12:01 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-11-14 11:55:37 +0000 |
| commit | f7988ea4935e2627f33bc73cf235f2c1942dce76 (patch) | |
| tree | 32d7c42b2aab502531390df6e2891672398192ee /docs/linux/setup.md | |
| parent | 6d98c1c87ee6472dff362b644cff471c893859d6 (diff) | |
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
Diffstat (limited to 'docs/linux/setup.md')
| -rw-r--r-- | docs/linux/setup.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
