qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCHv4 2/2] m48t59: add m48t59 sysbus device


From: Mark Cave-Ayland
Subject: [Qemu-devel] [PATCHv4 2/2] m48t59: add m48t59 sysbus device
Date: Mon, 16 Feb 2015 23:38:55 +0000

This is for subsequent use by the sun4u machine.

Signed-off-by: Mark Cave-Ayland <address@hidden>
Reviewed-by: Hervé Poussineau <address@hidden>
---
 hw/timer/m48t59.c |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hw/timer/m48t59.c b/hw/timer/m48t59.c
index d3d8079..8ab683d 100644
--- a/hw/timer/m48t59.c
+++ b/hw/timer/m48t59.c
@@ -129,6 +129,10 @@ static M48txxInfo m48txx_info[] = {
         .model = 8,
         .size = 0x2000,
     },{
+        .sysbus_name = "sysbus-m48t59",
+        .model = 59,
+        .size = 0x2000,
+    },{
         .isa_name = "isa-m48t59",
         .model = 59,
         .size = 0x2000,
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]