From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BA71A1381F3 for ; Wed, 2 Oct 2013 16:31:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 054F0E0ACE; Wed, 2 Oct 2013 16:31:19 +0000 (UTC) Received: from postler.lichtfels.com (postler.lichtfels.com [78.46.92.195]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA6D8E0A44 for ; Wed, 2 Oct 2013 16:31:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by postler.lichtfels.com (Postfix) with ESMTP id ED752125B6 for ; Wed, 2 Oct 2013 18:31:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1380731476; bh=eMyNldNWRMIT1rUH1W3R/9acPkbYAparzzLB1PjnGsc=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=bkcQDEz6B4fmccub9RzzQyyTKGG5k6HSA2sNMd9rz6GS60Z3clDDMuaaAq5aBvDRP m+m3+mLW+XHAcgRwZ1YAH446RXiaVV/tia/TXFKEVuUOzVlq2KUL9tEmi0FcZtAOfc isBYbr2VqIKDt9/O9hB8kOXc+N3ameDuft6pdyO8= Received: from postler.lichtfels.com ([127.0.0.1]) by localhost (postler.lichtfels.com [127.0.0.1]) (amavisd-maia, port 10024) with LMTP id 09335-08 for ; Wed, 2 Oct 2013 18:31:14 +0200 (CEST) Received: from hiro.oops.intern (unknown [IPv6:2001:15c0:65ff:8742:2cd9:17ba:1549:e177]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by postler.lichtfels.com (Postfix) with ESMTPSA id 0F1DD123DF for ; Wed, 2 Oct 2013 18:31:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1380731474; bh=eMyNldNWRMIT1rUH1W3R/9acPkbYAparzzLB1PjnGsc=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=GWZww3m2/1RpJGdBlCmLykEhVhCCxXSmXb4lk3kLv2IXklux/YgzTmnXlJVwVr7SZ E53TNOUnk0OjJcDn3/ysn+9hKgIQznoT20UiNk4F/J+fsmAfgTkB3CH0yJ7lMUyisP gKaKRXBp3KR05w/SLSUXwTy2g6CEiAdx1RGHeJu8= Message-ID: <524C4A50.7050205@xunil.at> Date: Wed, 02 Oct 2013 18:31:12 +0200 From: "Stefan G. Weichinger" Organization: oops! User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] KVM on AMD ... why doesn't it just work? References: <524C113A.6070003@xunil.at> <524C25A2.5070000@fastmail.co.uk> In-Reply-To: <524C25A2.5070000@fastmail.co.uk> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.2c X-Archives-Salt: 5512a80a-cb80-4fa4-8853-6799a6ecb408 X-Archives-Hash: 0bc33f2224711f3882dfc9c684e4d0f4 Am 02.10.2013 15:54, schrieb Kerin Millar: > Run "modinfo kvm kvm-amd" and check for discrepancies between the > details of the two, especially regarding the vermagic field. [...] > I would suggest "make mrproper" to clean the source tree. Ensure that > the .config has been backed up because it will be deleted as a result. I had no module "kvm" because one was built as module and one into the kernel. I now did mrproper and recompile both kvm and kvm_amd into the kernel. The next reboot will show ... Thanks!