From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH v7 1/1] target-i386: Add missing kvm bits. Date: Fri, 26 Oct 2012 18:39:53 -0200 Message-ID: <20121026203953.GA4991@amt.cnet> References: <1350071004-22756-1-git-send-email-Don@CloudSwitch.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, ehabkost@redhat.com, imammedo@redhat.com, avi@redhat.com, afaerber@suse.de, peter.maydell@linaro.org, anthony@codemonkey.ws To: Don Slutz Return-path: Received: from mx1.redhat.com ([209.132.183.28]:21296 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966244Ab2JZUzP (ORCPT ); Fri, 26 Oct 2012 16:55:15 -0400 Content-Disposition: inline In-Reply-To: <1350071004-22756-1-git-send-email-Don@CloudSwitch.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Oct 12, 2012 at 03:43:23PM -0400, Don Slutz wrote: > Currently "-cpu host,-kvmclock,-kvm_nopiodelay,-kvm_mmu" does not > turn off all bits in CPUID 0x40000001 EAX. > > The missing ones are KVM_FEATURE_STEAL_TIME and > KVM_FEATURE_CLOCKSOURCE_STABLE_BIT. > > This adds the names kvm_steal_time and kvm_clock_stable for these > bits. > > Signed-off-by: Don Slutz It does not make sense to expose KVM_FEATURE_STEAL_TIME to the user (as its going to be controlled by the kernel), applied with kvm_steal_time addition only. Thanks.