#!/bin/sh

DEB_HOST_ARCH=amd64
DEB_HOST_ARCH_BITS=64

exec qemu-$DEB_HOST_ARCH -cpu "qemu$DEB_HOST_ARCH_BITS"
