From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932730AbeC0QmX (ORCPT ); Tue, 27 Mar 2018 12:42:23 -0400 Received: from mx2.suse.de ([195.135.220.15]:34736 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932704AbeC0QmS (ORCPT ); Tue, 27 Mar 2018 12:42:18 -0400 Date: Tue, 27 Mar 2018 09:29:56 -0700 From: Davidlohr Bueso To: Wanpeng Li Cc: Peter Zijlstra , LKML , kvm , Paolo Bonzini , Radim Kr??m??? , Davidlohr Bueso Subject: Re: [PATCH 1/2] KVM: X86: Fix setup the virt_spin_lock_key before static key get initialized Message-ID: <20180327162956.ocafdhbbuwtaphi5@linux-n805> References: <1521951444-5087-1-git-send-email-wanpengli@tencent.com> <20180326002732.qks4cp7qq2xzysnx@linux-n805> <20180326223232.ifaoc3zyjii4gq2f@linux-n805> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 27 Mar 2018, Wanpeng Li wrote: >The host admin can control it by qemu command-line, -cpu ...+kvm-hint-dedicated So this requires qemu code modification, no?