summaryrefslogtreecommitdiff
path: root/kvm-worker.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kvm-worker.sh')
-rw-r--r--kvm-worker.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/kvm-worker.sh b/kvm-worker.sh
index a3377a6..9af59e3 100644
--- a/kvm-worker.sh
+++ b/kvm-worker.sh
@@ -182,9 +182,9 @@ target_project_basename() {
compose_cpu_opt() {
arch=$1
if [ $arch = "i586" ]; then
- echo "-cpu pentium3"
+ echo "-cpu qemu32"
else
- echo "-cpu core2duo"
+ echo "-cpu qemu64"
fi
}