From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58396) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f8r67-0007VS-Ts for qemu-devel@nongnu.org; Wed, 18 Apr 2018 13:42:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f8r67-0000mO-5F for qemu-devel@nongnu.org; Wed, 18 Apr 2018 13:42:23 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:45174 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f8r66-0000m4-WB for qemu-devel@nongnu.org; Wed, 18 Apr 2018 13:42:23 -0400 Date: Wed, 18 Apr 2018 19:42:17 +0200 From: Cornelia Huck Message-ID: <20180418194217.77d66bf8.cohuck@redhat.com> In-Reply-To: <1523991487-241006-2-git-send-email-mst@redhat.com> References: <1523991487-241006-1-git-send-email-mst@redhat.com> <1523991487-241006-2-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/4] update-linux-headers.sh: drop kvm_para.h hacks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org, Wanpeng Li , kvm@vger.kernel.org, Paolo Bonzini , Radim =?UTF-8?B?S3LEjW3DocWZ?= , Eduardo Habkost , Roman Kagan , Brijesh Singh , Gerd Hoffmann On Tue, 17 Apr 2018 21:58:21 +0300 "Michael S. Tsirkin" wrote: > It turns out (as will be clear from follow-up patches) > we do not really need any kvm para macros host side > for now, except on x86, and there we need it > unconditionally whether we run on kvm or we don't. > > Import the x86 asm/kvm_para.h into standard-headers, > follow-up patches remove a bunch of code using this. > > Signed-off-by: Michael S. Tsirkin > --- > scripts/update-linux-headers.sh | 16 +++++----------- > 1 file changed, 5 insertions(+), 11 deletions(-) Acked-by: Cornelia Huck