Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752617AbdLMJb7 (ORCPT ); Wed, 13 Dec 2017 04:31:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44940 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752306AbdLMJby (ORCPT ); Wed, 13 Dec 2017 04:31:54 -0500 Subject: Re: [PATCH] KVM: introduce kvm_arch_vcpu_async_ioctl To: Christoffer Dall Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, kvm-ppc@vger.kernel.org, cohuck@redhat.com, James Hogan , Paul Mackerras , Christian Borntraeger References: <1513099915-107126-1-git-send-email-pbonzini@redhat.com> <20171212182509.GO910@cbox> From: Paolo Bonzini Message-ID: Date: Wed, 13 Dec 2017 10:31:50 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20171212182509.GO910@cbox> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Wed, 13 Dec 2017 09:31:54 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 370 Lines: 12 On 12/12/2017 19:25, Christoffer Dall wrote: > Reviewed-by: Christoffer Dall > > (although it'd be great if we can introduce the dummy inline to get rid > of the #ifdef'ery as well). Well, it's ARM and x86 that are the culprit so it's up to us. :) I'll add an #ifdef HAVE_KVM_VCPU_ASYNC_IOCTL to include/linux/kvm_host.h. Thanks, Paolo