diff options
Diffstat (limited to 'qemu-good-SSE2')
-rw-r--r-- | qemu-good-SSE2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qemu-good-SSE2 b/qemu-good-SSE2 new file mode 100644 index 0000000..bf9d45a --- /dev/null +++ b/qemu-good-SSE2 @@ -0,0 +1,6 @@ +#!/bin/sh + +DEB_HOST_ARCH=amd64 +DEB_HOST_ARCH_BITS=64 + +exec qemu-$DEB_HOST_ARCH -cpu "qemu$DEB_HOST_ARCH_BITS" |