From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZy9M-0007lw-B0 for qemu-devel@nongnu.org; Thu, 10 Sep 2015 05:28:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZy9L-00027c-LY for qemu-devel@nongnu.org; Thu, 10 Sep 2015 05:28:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44207) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZy9L-00027Q-Ec for qemu-devel@nongnu.org; Thu, 10 Sep 2015 05:28:11 -0400 References: <1441816441-7730-1-git-send-email-pbonzini@redhat.com> <1441816441-7730-3-git-send-email-pbonzini@redhat.com> <20150910103319-mutt-send-email-mst@redhat.com> <55F14B34.5050906@redhat.com> <20150910122258-mutt-send-email-mst@redhat.com> From: Paolo Bonzini Message-ID: <55F14D23.6090906@redhat.com> Date: Thu, 10 Sep 2015 11:28:03 +0200 MIME-Version: 1.0 In-Reply-To: <20150910122258-mutt-send-email-mst@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 2/2] target-i386: move asm-x86/hyperv.h to standard-headers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: cornelia.huck@de.ibm.com, den@openvz.org, qemu-devel@nongnu.org On 10/09/2015 11:25, Michael S. Tsirkin wrote: > > It is needed because kvm headers include and you don't > > want to pick the system version. > > I see. Makes sense. Then maybe don't bother with kvm.c either? > Keeps it consistent ... kvm.c keeps it consistent between target-i386/kvm.c and target-i386/cpu.h (which will include standard-headers/asm-x86/hyperv.h in Denis's patch). Paolo