diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:36:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:36:24 +0000 |
commit | 2d190fe39a843d10b121d8dcff234dd590e7fc0c (patch) | |
tree | 4489bd5d968f9696b1c807fec58839785f719962 /qemu-good-SSE3 | |
parent | Initial commit. (diff) | |
download | isa-support-2d190fe39a843d10b121d8dcff234dd590e7fc0c.tar.xz isa-support-2d190fe39a843d10b121d8dcff234dd590e7fc0c.zip |
Adding upstream version 15.1.upstream/15.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'qemu-good-SSE3')
-rw-r--r-- | qemu-good-SSE3 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qemu-good-SSE3 b/qemu-good-SSE3 new file mode 100644 index 0000000..bf9d45a --- /dev/null +++ b/qemu-good-SSE3 @@ -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" |