From f40070c36cca9d15861df0d83a1d52e4f509a0b5 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sun, 12 Jul 2009 19:21:36 +0000 Subject: Sparc32: convert tcx to qdev Also increase QDEV_MAX_MMIO. Signed-off-by: Blue Swirl --- hw/sysbus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/sysbus.h') diff --git a/hw/sysbus.h b/hw/sysbus.h index 7c20808..9b2553d 100644 --- a/hw/sysbus.h +++ b/hw/sysbus.h @@ -5,7 +5,7 @@ #include "qdev.h" -#define QDEV_MAX_MMIO 5 +#define QDEV_MAX_MMIO 32 #define QDEV_MAX_IRQ 32 typedef struct SysBusDevice SysBusDevice; -- cgit v1.1