changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / scripts/start-vm.sh

changeset 289: acaa2f3cfbd4
parent: e7b1cc457afd
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 18 Jun 2024 16:10:23 -0400
permissions: -rwxr-xr-x
description: autogen checks
1 #!/bin/sh
2 IMG="${1:-.stash/box/vm.releng.raw}"
3 qemu-system-x86_64 $IMG -m 8G -cpu host --accel kvm
4 # -chardev socket,path=.stash/qga.sock,server=on,wait=off,id=qga0 \
5 # -device virtio-serial -device virtserialport,chardev=qga0,name=org.qemu.guest_agent.0 \
6