aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux/setup_ubuntu-host_virtualbox-vm_x86-64-kernel.md
Commit message (Collapse)AuthorAgeFilesLines
* tools/create-image.sh: update default Debian release to trixieAndrew Donnellan2025-12-111-5/+5
| | | | | | | | | | Debian bullseye is now oldoldstable, so update the default release to trixie. While we're at it, update documentation references to old Debian releases to match. Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
* vm: implement the VM interface for VirtualBoxKuzey Arda Bulut2025-11-141-0/+106
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