From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 0/4] move kvm_para.h to standard-headers Date: Tue, 15 May 2018 14:56:33 +0200 Message-ID: References: <1523991487-241006-1-git-send-email-mst@redhat.com> <20180515061211-mutt-send-email-mst@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Wanpeng Li , Eduardo Habkost , kvm@vger.kernel.org, =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= To: "Michael S. Tsirkin" , qemu-devel@nongnu.org Return-path: In-Reply-To: <20180515061211-mutt-send-email-mst@kernel.org> Content-Language: en-US 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 15/05/2018 14:33, Michael S. Tsirkin wrote: >> Let's just pull it into standard-headers instead, and use >> on all platforms unconditionally. >> >> It turns out we only need the x86 version, so that is >> and extra a plus - drop the rest. > > Ping kvm maintainers - any comments? > Should I merge this one? Yes, go ahead! Paolo From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49491) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fIZVR-0002fk-6O for qemu-devel@nongnu.org; Tue, 15 May 2018 08:56:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fIZVO-0003mR-54 for qemu-devel@nongnu.org; Tue, 15 May 2018 08:56:41 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:46064 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 1fIZVO-0003lp-01 for qemu-devel@nongnu.org; Tue, 15 May 2018 08:56:38 -0400 References: <1523991487-241006-1-git-send-email-mst@redhat.com> <20180515061211-mutt-send-email-mst@kernel.org> From: Paolo Bonzini Message-ID: Date: Tue, 15 May 2018 14:56:33 +0200 MIME-Version: 1.0 In-Reply-To: <20180515061211-mutt-send-email-mst@kernel.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] move kvm_para.h to standard-headers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" , qemu-devel@nongnu.org Cc: Wanpeng Li , kvm@vger.kernel.org, =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= , Eduardo Habkost On 15/05/2018 14:33, Michael S. Tsirkin wrote: >> Let's just pull it into standard-headers instead, and use >> on all platforms unconditionally. >> >> It turns out we only need the x86 version, so that is >> and extra a plus - drop the rest. > > Ping kvm maintainers - any comments? > Should I merge this one? Yes, go ahead! Paolo