From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMhBB-0000nX-WC for qemu-devel@nongnu.org; Sat, 14 Feb 2015 13:10:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMhB7-0006hL-6C for qemu-devel@nongnu.org; Sat, 14 Feb 2015 13:10:57 -0500 Message-ID: <54DF8EF5.5080204@reactos.org> Date: Sat, 14 Feb 2015 19:07:49 +0100 From: =?windows-1252?Q?Herv=E9_Poussineau?= MIME-Version: 1.0 References: <1423903949-14487-1-git-send-email-mark.cave-ayland@ilande.co.uk> <1423903949-14487-3-git-send-email-mark.cave-ayland@ilande.co.uk> In-Reply-To: <1423903949-14487-3-git-send-email-mark.cave-ayland@ilande.co.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCHv3 2/2] m48t59: add m48t59 sysbus device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark Cave-Ayland , qemu-devel@nongnu.org, qemu-ppc@nongnu.org, agraf@suse.de, andreas.faerber@web.de, atar4qemu@gmail.com Le 14/02/2015 09:52, Mark Cave-Ayland a =E9crit : > This is for subsequent use by the sun4u machine. > > Signed-off-by: Mark Cave-Ayland Reviewed-by: Herv=E9 Poussineau > --- > hw/timer/m48t59.c | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/hw/timer/m48t59.c b/hw/timer/m48t59.c > index 3d2d6ac..5fa4ab4 100644 > --- a/hw/timer/m48t59.c > +++ b/hw/timer/m48t59.c > @@ -129,6 +129,10 @@ static M48txxInfo m48txx_info[] =3D { > .model =3D 8, > .size =3D 0x2000, > },{ > + .sysbus_name =3D "sysbus-m48t59", > + .model =3D 59, > + .size =3D 0x2000, > + },{ > .isa_name =3D "isa-m48t59", > .model =3D 59, > .size =3D 0x2000, >