summaryrefslogtreecommitdiffstats
path: root/meta-agl-jailhouse/recipes-extended/jailhouse/files/helper-scripts/run-qemu-jailhouse.sh
blob: c6688d1a3865c7e0ed08b646e49ade3da790dc63 (plain)
1
2
3
4
5
6
7
#!/bin/sh

echo "Running QEMU..."
runqemu qemux86-64 slirp kvm publicvnc serial bootparams="verbose ipv6.disable=1 intel_iommu=off"
echo "Powering Off..."

# Note: If you want to run `$ jailhouse hardware check` then make `intel_iommu=on`, and `intel_iommu=off` for otherwise.