From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eduardo Habkost Subject: Re: [PATCH 1/4] update-linux-headers.sh: drop kvm_para.h hacks Date: Tue, 17 Apr 2018 18:12:38 -0300 Message-ID: <20180417211238.GE29865@localhost.localdomain> 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 Cc: Wanpeng Li , Brijesh Singh , kvm@vger.kernel.org, Radim =?utf-8?B?S3LEjW3DocWZ?= , Cornelia Huck , qemu-devel@nongnu.org, Roman Kagan , Paolo Bonzini , Gerd Hoffmann To: "Michael S. Tsirkin" Return-path: Content-Disposition: inline In-Reply-To: <1523991487-241006-2-git-send-email-mst@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel2=m.gmane.org@nongnu.org Sender: "Qemu-devel" List-Id: kvm.vger.kernel.org On Tue, Apr 17, 2018 at 09:58:21PM +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 I didn't review the code yet but I agree it's a good change, so: Acked-by: Eduardo Habkost -- Eduardo