From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [PATCH 4/7] qemu: Include hw.h in qemu/hw/isa.h to fix compile issues Date: Tue, 23 Sep 2008 11:13:44 -0500 Message-ID: <48D915B8.6040401@codemonkey.ws> References: <1222181695-23418-1-git-send-email-amit.shah@redhat.com> <1222181695-23418-2-git-send-email-amit.shah@redhat.com> <1222181695-23418-3-git-send-email-amit.shah@redhat.com> <1222181695-23418-4-git-send-email-amit.shah@redhat.com> <1222181695-23418-5-git-send-email-amit.shah@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Amit Shah Return-path: Received: from an-out-0708.google.com ([209.85.132.250]:42106 "EHLO an-out-0708.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751924AbYIWQOo (ORCPT ); Tue, 23 Sep 2008 12:14:44 -0400 Received: by an-out-0708.google.com with SMTP id d40so181219and.103 for ; Tue, 23 Sep 2008 09:14:44 -0700 (PDT) In-Reply-To: <1222181695-23418-5-git-send-email-amit.shah@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Amit Shah wrote: > Signed-off-by: Amit Shah > --- > qemu/hw/isa.h | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/qemu/hw/isa.h b/qemu/hw/isa.h > index 222e4f3..e4a1326 100644 > --- a/qemu/hw/isa.h > +++ b/qemu/hw/isa.h > @@ -2,6 +2,8 @@ > #define HW_ISA_H > /* ISA bus */ > > +#include "hw.h" > + > extern target_phys_addr_t isa_mem_base; > > int register_ioport_read(int start, int length, int size, > What compile issues? Regards, Anthony Liguori