From 5202ef942fb986011a31d9366fbf93a56f0056e4 Mon Sep 17 00:00:00 2001 From: Igor Mammedov Date: Tue, 16 Oct 2012 03:57:21 +0200 Subject: Move qemu_irq typedef out of qemu-common.h It's necessary for making CPU child of DEVICE without causing circular header deps. Signed-off-by: Igor Mammedov [ehabkost: re-added the typedef to hw/irq.h after rebasing] Signed-off-by: Eduardo Habkost Signed-off-by: Andreas Färber --- hw/xen.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/xen.h') diff --git a/hw/xen.h b/hw/xen.h index d14e92d5aa..e3cca7fb92 100644 --- a/hw/xen.h +++ b/hw/xen.h @@ -8,6 +8,7 @@ */ #include +#include "hw/irq.h" #include "qemu-common.h" /* xen-machine.c */ -- cgit v1.2.3-55-g7522