From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 43501] all 32bit binaries produce "Illegal Instruction" after
KVM migration from AMD -> Intel host
Date: Sun, 17 Jun 2012 23:28:25 +0000 (UTC)
Message-ID: <20120617232825.2EAB211FBA4@bugzilla.kernel.org>
References:
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
To: kvm@vger.kernel.org
Return-path:
Received: from mail.kernel.org ([198.145.19.201]:55193 "EHLO mail.kernel.org"
rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP
id S1752508Ab2FQX2c (ORCPT );
Sun, 17 Jun 2012 19:28:32 -0400
Received: from mail.kernel.org (localhost [127.0.0.1])
by mail.kernel.org (Postfix) with ESMTP id 053E92029E
for ; Sun, 17 Jun 2012 23:28:31 +0000 (UTC)
Received: from bugzilla.kernel.org (unknown [198.145.19.217])
by mail.kernel.org (Postfix) with ESMTP id 3DCCB2029D
for ; Sun, 17 Jun 2012 23:28:30 +0000 (UTC)
In-Reply-To:
Sender: kvm-owner@vger.kernel.org
List-ID:
https://bugzilla.kernel.org/show_bug.cgi?id=43501
--- Comment #3 from Paul Zimdars 2012-06-17 23:28:24 ---
Trying the above options results in us being unable to start the guest on the
AMD host in order to test migration. It complains that guest cpu is not
compatible with host CPU.
The only method that works is by creating our own profile and adding it to
cpu-model definition on both the AMD and Intel hosts:
[cpudef]
name = "cpu64-rhel6-dsio"
level = "4"
vendor = "AuthenticAMD"
family = "6"
model = "13"
stepping = "3"
feature_edx = "sse2 sse fxsr mmx clflush pse36 cmov mca pge mtrr apic cx8
mce pae msr tsc pse de fpu"
feature_ecx = "cx16"
extfeature_edx = "lm fxsr mmx nx cmov pge syscall apic cx8 mce pae msr tsc
pse de fpu"
extfeature_ecx = "lahf_lm"
xlevel = "0x8000000A"
model_id = "QEMU Virtual CPU version (cpu64-rhel6)"
We can then migrate the VM but we still encounter the same issue.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.