From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755469Ab3I3QTH (ORCPT ); Mon, 30 Sep 2013 12:19:07 -0400 Received: from mail.skyhub.de ([78.46.96.112]:55725 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752788Ab3I3QTE (ORCPT ); Mon, 30 Sep 2013 12:19:04 -0400 Date: Mon, 30 Sep 2013 18:18:56 +0200 From: Borislav Petkov To: Eduardo Habkost Cc: Gleb Natapov , LKML , Borislav Petkov , "H. Peter Anvin" , Paolo Bonzini , Andre Przywara , Joerg Roedel , X86 ML , KVM , qemu-devel@nongnu.org, libvir-list@redhat.com, Jiri Denemark Subject: Re: [PATCH 1/6] kvm: Add KVM_GET_EMULATED_CPUID Message-ID: <20130930161856.GC16383@pd.tnic> References: <20130923162856.GC7264@otherpad.lan.raisama.net> <2f5d83d4d90ba9c5930f099d6f73e61b.squirrel@www.skyhub.de> <20130924100414.GE17294@redhat.com> <20130926141915.GV2840@otherpad.lan.raisama.net> <20130926185524.GA10123@pd.tnic> <20130926192059.GD10924@otherpad.lan.raisama.net> <20130926203206.GB10123@pd.tnic> <20130927142100.GB2840@otherpad.lan.raisama.net> <20130928104903.GB5956@pd.tnic> <20130930161334.GA5831@otherpad.lan.raisama.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20130930161334.GA5831@otherpad.lan.raisama.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 30, 2013 at 01:13:34PM -0300, Eduardo Habkost wrote: > I have added it to my TODO-list. :-) Cool, thanks. Let me know if I can test stuff and help out somehow. > > > > Also, there's another aspect, while we're here: now that QEMU emulates > > MOVBE with TCG too, how do we specify on the command line, which > > emulation should be used - kvm.ko or QEMU? > > You can use accel={tcg,kvm} option on the "-machine" argument, e.g. > "-machine pc,accel=kvm". Or the "-enable-kvm" option. Ah, ok. Thanks. -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. -- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQgBk-0005nb-PQ for qemu-devel@nongnu.org; Mon, 30 Sep 2013 12:19:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQgBe-0006Dh-T3 for qemu-devel@nongnu.org; Mon, 30 Sep 2013 12:19:12 -0400 Received: from mail.skyhub.de ([2a01:4f8:120:8448::d00d]:55191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQgBe-0006Cw-HX for qemu-devel@nongnu.org; Mon, 30 Sep 2013 12:19:06 -0400 Date: Mon, 30 Sep 2013 18:18:56 +0200 From: Borislav Petkov Message-ID: <20130930161856.GC16383@pd.tnic> References: <20130923162856.GC7264@otherpad.lan.raisama.net> <2f5d83d4d90ba9c5930f099d6f73e61b.squirrel@www.skyhub.de> <20130924100414.GE17294@redhat.com> <20130926141915.GV2840@otherpad.lan.raisama.net> <20130926185524.GA10123@pd.tnic> <20130926192059.GD10924@otherpad.lan.raisama.net> <20130926203206.GB10123@pd.tnic> <20130927142100.GB2840@otherpad.lan.raisama.net> <20130928104903.GB5956@pd.tnic> <20130930161334.GA5831@otherpad.lan.raisama.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20130930161334.GA5831@otherpad.lan.raisama.net> Subject: Re: [Qemu-devel] [PATCH 1/6] kvm: Add KVM_GET_EMULATED_CPUID List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: KVM , Gleb Natapov , libvir-list@redhat.com, Joerg Roedel , X86 ML , LKML , qemu-devel@nongnu.org, Andre Przywara , "H. Peter Anvin" , Paolo Bonzini , Jiri Denemark , Borislav Petkov On Mon, Sep 30, 2013 at 01:13:34PM -0300, Eduardo Habkost wrote: > I have added it to my TODO-list. :-) Cool, thanks. Let me know if I can test stuff and help out somehow. > > > > Also, there's another aspect, while we're here: now that QEMU emulates > > MOVBE with TCG too, how do we specify on the command line, which > > emulation should be used - kvm.ko or QEMU? > > You can use accel={tcg,kvm} option on the "-machine" argument, e.g. > "-machine pc,accel=kvm". Or the "-enable-kvm" option. Ah, ok. Thanks. -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. --