Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752582AbdLLR7U (ORCPT ); Tue, 12 Dec 2017 12:59:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33926 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752141AbdLLR7R (ORCPT ); Tue, 12 Dec 2017 12:59:17 -0500 Subject: Re: [PATCH] KVM: introduce kvm_arch_vcpu_async_ioctl To: Paolo Bonzini , linux-kernel@vger.kernel.org, kvm@vger.kernel.org Cc: kvm-ppc@vger.kernel.org, cohuck@redhat.com, christoffer.dall@linaro.org, James Hogan , Paul Mackerras , Christian Borntraeger References: <1513099915-107126-1-git-send-email-pbonzini@redhat.com> From: David Hildenbrand Organization: Red Hat GmbH Message-ID: <32e934f0-0a24-5153-f57e-dbd87b5ff371@redhat.com> Date: Tue, 12 Dec 2017 18:59:14 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: 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.25]); Tue, 12 Dec 2017 17:59:17 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 431 Lines: 19 On 12.12.2017 18:48, Paolo Bonzini wrote: > On 12/12/2017 18:47, David Hildenbrand wrote: >>> @@ -2547,13 +2547,13 @@ static long kvm_vcpu_ioctl(struct file *filp, >>> #if defined(CONFIG_S390) || defined(CONFIG_PPC) || defined(CONFIG_MIPS) >> can we now also get rid of this ugly define? > > Not yet, I'd have to add the function to x86 and ARM, or a dummy inline. > > Paolo dummy inline ++ :) -- Thanks, David / dhildenb