From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amit Shah Subject: Re: [PATCH 4/7] qemu: Include hw.h in qemu/hw/isa.h to fix compile issues Date: Wed, 24 Sep 2008 17:05:09 +0530 Message-ID: <200809241705.09194.amit.shah@redhat.com> References: <1222181695-23418-1-git-send-email-amit.shah@redhat.com> <48D915B8.6040401@codemonkey.ws> <200809240957.39770.amit.shah@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: avi@redhat.com, kvm@vger.kernel.org, muli@il.ibm.com, benami@il.ibm.com, weidong.han@intel.com, allen.m.kay@intel.com To: Anthony Liguori Return-path: Received: from mx1.redhat.com ([66.187.233.31]:59628 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750937AbYIXLk7 (ORCPT ); Wed, 24 Sep 2008 07:40:59 -0400 In-Reply-To: <200809240957.39770.amit.shah@redhat.com> Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: * On Wednesday 24 Sep 2008 09:57:39 Amit Shah wrote: > * On Tuesday 23 Sep 2008 21:43:44 Anthony Liguori wrote: > > Amit Shah wrote: > > What compile issues? > > register_ioport_read* and register_ioport_write* functions cause a lot of > this. I just noticed a lot of .h files need hw.h included to function and they all just put hw.h first in the .c where it's needed and then put the .h; so I'll include hw.h in device-assignment.c, but this is really screwed.