From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Besser Subject: Re: [PATCH] Fix sysenter migration issue on AMD CPUs Date: Mon, 24 Aug 2009 16:06:24 +0200 Message-ID: References: <1250855924-13762-1-git-send-email-andre.przywara@amd.com> <4A928FB7.1030501@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit To: kvm@vger.kernel.org Return-path: Received: from lo.gmane.org ([80.91.229.12]:39261 "EHLO lo.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752487AbZHXOGu (ORCPT ); Mon, 24 Aug 2009 10:06:50 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MfaC7-0000nu-Lb for kvm@vger.kernel.org; Mon, 24 Aug 2009 16:06:47 +0200 Received: from nat.rz.uni-karlsruhe.de ([129.13.72.198]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Aug 2009 16:06:47 +0200 Received: from thomas.besser by nat.rz.uni-karlsruhe.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Aug 2009 16:06:47 +0200 Sender: kvm-owner@vger.kernel.org List-ID: Andre Przywara wrote: > Thomas Besser wrote: >> Andre Przywara wrote: >>> Stephane, Thomas: Can you verify this? >> >> I'm not very familiar with compiling kvm-mod from git sources. And your >> patch does not apply to svm.c shipped with kernel 2.6.30.5 > You shouldn't have seen any problems with 2.6.30.5, since the code in > question (sysenter/syscall emulation) is not in here. Both hosts running 2.6.30.5 with kvm as module from kernel source. So I should have another problem with live migration and qemu-kvm (0.10.6). Probably this http://article.gmane.org/gmane.comp.emulators.kvm.devel/39185 Thanx Thomas