From: Mark Cave-Ayland Date: Mon, 2 Mar 2015 22:23:27 +0000 (+0000) Subject: m48t59: add m48t59 sysbus device X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0278377dde6a5a845e886567c1e68a77766a89b1;p=qemu.git m48t59: add m48t59 sysbus device This is for subsequent use by the sun4u machine. Reviewed-by: Hervé Poussineau Signed-off-by: Mark Cave-Ayland --- diff --git a/hw/timer/m48t59.c b/hw/timer/m48t59.c index d3d80798ef..8ab683ddac 100644 --- a/hw/timer/m48t59.c +++ b/hw/timer/m48t59.c @@ -128,6 +128,10 @@ static M48txxInfo m48txx_info[] = { .sysbus_name = "sysbus-m48t08", .model = 8, .size = 0x2000, + },{ + .sysbus_name = "sysbus-m48t59", + .model = 59, + .size = 0x2000, },{ .isa_name = "isa-m48t59", .model = 59,