From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLBjn-0007Ql-S3 for qemu-devel@nongnu.org; Thu, 07 Jul 2016 12:01:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bLBjj-000873-Ov for qemu-devel@nongnu.org; Thu, 07 Jul 2016 12:01:14 -0400 Sender: Paolo Bonzini References: <1467732272-23368-1-git-send-email-clord@redhat.com> <1467732272-23368-5-git-send-email-clord@redhat.com> <20160705154925.GA6553@redhat.com> <32a142e7-8e46-9ae7-30b0-df42876601cb@redhat.com> <20160706082428.GD5233@noname.str.redhat.com> <998cb3c6-46c9-e60c-d807-102911912384@redhat.com> From: Paolo Bonzini Message-ID: <7e27ce0f-5e3a-3e2f-5601-9014c040b793@redhat.com> Date: Thu, 7 Jul 2016 18:01:07 +0200 MIME-Version: 1.0 In-Reply-To: <998cb3c6-46c9-e60c-d807-102911912384@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 04/32] blockdev: Move bochs probe into separate file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow , Kevin Wolf Cc: "Daniel P. Berrange" , qemu-block@nongnu.org, qemu-devel@nongnu.org, Markus Armbruster , mreitz@redhat.com On 06/07/2016 18:09, John Snow wrote: > Recently the include files in hw/ide/ were moved to include/ without > anybody mentioning it to me, including internal.h. > > Why? Because hw/ide/internal.h is not so internal. In particular, it is included by hw/ide/pci.h, which is included by hw/i386/pc_q35.c. Paolo