From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Krieg Subject: Re: [PATCH] support piix PAM registers in KVM Date: Wed, 15 Jun 2011 16:25:50 +0200 Message-ID: <4DF8C0EE.3000105@collax.com> References: <20100921123142.GB11145@redhat.com> <4DF89E4D.9090704@collax.com> <4DF8B0F0.8060706@redhat.com> <4DF8B989.5080406@collax.com> <4DF8BA49.3070901@redhat.com> <4DF8BACD.9010603@redhat.com> <4DF8BD9A.1050603@collax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Gleb Natapov , mtosatti@redhat.com, seabios@seabios.org, kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mail.collax.com ([213.218.25.154]:58210 "EHLO mail.collax.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754618Ab1FOOZ5 (ORCPT ); Wed, 15 Jun 2011 10:25:57 -0400 In-Reply-To: <4DF8BD9A.1050603@collax.com> Sender: kvm-owner@vger.kernel.org List-ID: On 06/15/2011 04:11 PM, Jason Krieg wrote: > On 06/15/2011 03:59 PM, Avi Kivity wrote: >> On 06/15/2011 04:57 PM, Avi Kivity wrote: >>> >>>> >>>> Any ideas for what I could look for ? >>>> >>> >>> Try -no-tpr-opt (on both sides). >>> >> >> There's no such option. Try commenting out the device_init line of >> kvm-tpr-opt.c. >> > > with 0.12.5 there is no device_init in kvm-tpr-opt.c > should I still try without the device_init() only with 0.14.1 ? > > removing kvm_tpr_opt_setup() in qemu-kvm-x86.c is probably the equivalent to device_init(kvm_tpr_opt_setup)