From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754552Ab0ESRv4 (ORCPT ); Wed, 19 May 2010 13:51:56 -0400 Received: from terminus.zytor.com ([198.137.202.10]:40632 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753855Ab0ESRvz (ORCPT ); Wed, 19 May 2010 13:51:55 -0400 Message-ID: <4BF4252E.6090609@zytor.com> Date: Wed, 19 May 2010 10:51:42 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100330 Fedora/3.0.4-1.fc12 Thunderbird/3.0.4 MIME-Version: 1.0 To: Ky Srinivasan CC: greg@kroah.com, hjanssen@microsoft.com, mingo@redhat.com, linux-kernel@vger.kernel.org, Avi Kivity Subject: Re: [PATCH 1/2] Hyperv detection - code cleanup References: <4BF3C7970200003000085602@sinclair.provo.novell.com> In-Reply-To: <4BF3C7970200003000085602@sinclair.provo.novell.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/19/2010 10:12 AM, Ky Srinivasan wrote: > > From: K. Y. Srinivasan > Subject: Code cleanup - consolidate all hyperv related definitions into one > header file. > How will this affect KVM? I was under the impression that this was separated out as a constants-only header file for a reason. -hpa