From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E4o2L-0005tf-53 for qemu-devel@nongnu.org; Mon, 15 Aug 2005 19:06:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E4o2H-0005t8-E1 for qemu-devel@nongnu.org; Mon, 15 Aug 2005 19:06:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E4o1S-0005VS-1e for qemu-devel@nongnu.org; Mon, 15 Aug 2005 19:05:38 -0400 Received: from [64.233.182.206] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E4ntf-0005jM-3j for qemu-devel@nongnu.org; Mon, 15 Aug 2005 18:57:35 -0400 Received: by nproxy.gmail.com with SMTP id g2so230863nfe for ; Mon, 15 Aug 2005 15:41:41 -0700 (PDT) Message-ID: <41e41e7a050815154129ddc222@mail.gmail.com> Date: Tue, 16 Aug 2005 00:41:41 +0200 From: Hetz Ben Hamo Subject: Re: [Qemu-devel] [PATCH 1/3] Fix MIPS counter / compare interrupt In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050815085210.GA7390@linux-mips.org> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org You can always put it in the forum in the patches area. Just notify this list that it's there. Thanks, Hetz On 8/16/05, Johannes Schindelin wrote: > Hi, >=20 > On Mon, 15 Aug 2005, Ralf Baechle wrote: >=20 > > The count / compare interrupt is wired to the CPU's internal interrupt > > controller, not a PIC. > > > > hw/mips_r4k.c | 10 ++++++++-- > > target-mips/helper.c | 12 +++++++++++- > > 2 files changed, 19 insertions(+), 3 deletions(-) > > > > Index: qemu-mips/hw/mips_r4k.c > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > --- qemu-mips.orig/hw/mips_r4k.c > > +++ qemu-mips/hw/mips_r4k.c >=20 > Somebody else than me seems to use git on qemu... I regularly cvsimport > qemu, but do not have webspace to provide it. Is anybody interested in > hosting it? >=20 > Ciao, > Dscho >=20 >=20 > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >