From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: problem wit svm_get_msr on kvm-kmod-2.6.31.6 Date: Mon, 16 Nov 2009 12:52:15 +0200 Message-ID: <4B012EDF.7030109@redhat.com> References: <90D306BE6EBC8D428A824FBBA7A3113D014275E0F0@ronja.maurer-it.com> <4B012709.20508@redhat.com> <90D306BE6EBC8D428A824FBBA7A3113D014275E0F2@ronja.maurer-it.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm To: Dietmar Maurer Return-path: Received: from mx1.redhat.com ([209.132.183.28]:6183 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751632AbZKPKwN (ORCPT ); Mon, 16 Nov 2009 05:52:13 -0500 In-Reply-To: <90D306BE6EBC8D428A824FBBA7A3113D014275E0F2@ronja.maurer-it.com> Sender: kvm-owner@vger.kernel.org List-ID: On 11/16/2009 12:46 PM, Dietmar Maurer wrote: >> Nothing changed between these two versions to warrant this. >> > Oh, sorry - the one which works is kvm-kmod-2.6.30.1 > > >> Can you post a disassembly of svm_get_msr() around the offending >> address? >> > Please can you tell me how to do that? > > objdump -Dr .../kvm-amd.ko Look at the start address of svm_get_msr (search for the name), add 0x146 (from ":kvm_amd:svm_get_msr+0x146/0x300"), list ~30 lines above and below that. -- error compiling committee.c: too many arguments to function