From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Messy headers Date: Fri, 09 Jan 2009 13:58:00 -0600 Message-ID: <4967AC48.1070700@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: kvm-devel , Avi Kivity Return-path: Received: from e31.co.us.ibm.com ([32.97.110.149]:53838 "EHLO e31.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753692AbZAIT6H (ORCPT ); Fri, 9 Jan 2009 14:58:07 -0500 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e31.co.us.ibm.com (8.13.1/8.13.1) with ESMTP id n09JuKNp006589 for ; Fri, 9 Jan 2009 12:56:20 -0700 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id n09Jw6B2222192 for ; Fri, 9 Jan 2009 12:58:06 -0700 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n09Jw62C018972 for ; Fri, 9 Jan 2009 12:58:06 -0700 Sender: kvm-owner@vger.kernel.org List-ID: kvm-userspace installs: /usr/local/include/linux/kvm.h /usr/local/include/linux/kvm_para.h This relies on Which is not installed. libkvm.h depends on an up-to-date version of kvm.h to function properly. Perhaps we should just stop installing all headers since libkvm is probably not going to be a supported library? Right now, this is screwing up the QEMU build because it's getting one header from /usr/local/include and another from /usr/include and chaos ensues. Regards, Anthony Liguori