Re: [PATCH 4/7] qemu: Include hw.h in qemu/hw/isa.h to fix compile issues

2008-09-24 Thread Anthony Liguori
Amit Shah wrote: * On Tuesday 23 Sep 2008 21:43:44 Anthony Liguori wrote: Amit Shah wrote: Signed-off-by: Amit Shah <[EMAIL PROTECTED]> --- 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 10064

Re: [PATCH 4/7] qemu: Include hw.h in qemu/hw/isa.h to fix compile issues

2008-09-24 Thread Amit Shah
* 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 t

Re: [PATCH 4/7] qemu: Include hw.h in qemu/hw/isa.h to fix compile issues

2008-09-23 Thread Amit Shah
* On Tuesday 23 Sep 2008 21:43:44 Anthony Liguori wrote: > Amit Shah wrote: > > Signed-off-by: Amit Shah <[EMAIL PROTECTED]> > > --- > > 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 10064

Re: [PATCH 4/7] qemu: Include hw.h in qemu/hw/isa.h to fix compile issues

2008-09-23 Thread Anthony Liguori
Amit Shah wrote: Signed-off-by: Amit Shah <[EMAIL PROTECTED]> --- 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

[PATCH 4/7] qemu: Include hw.h in qemu/hw/isa.h to fix compile issues

2008-09-23 Thread Amit Shah
Signed-off-by: Amit Shah <[EMAIL PROTECTED]> --- 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