Re: [OT] Re: [Qemu-devel] [PATCH] Remove broken MIPS PICA 61 machine

2008-01-30 Thread Samuel Thibault
Marius Groeger, le Wed 30 Jan 2008 14:41:17 +0100, a écrit : > On Wed, 30 Jan 2008, Hervé Poussineau wrote: > > > I didn't know how to do a patch which removes the file > > hw/mips_pica61.c, so this file will have to be removed manually by > > the committer. > > One work-around for that is to d

[OT] Re: [Qemu-devel] [PATCH] Remove broken MIPS PICA 61 machine

2008-01-30 Thread Marius Groeger
On Wed, 30 Jan 2008, Hervé Poussineau wrote: > I didn't know how to do a patch which removes the file > hw/mips_pica61.c, so this file will have to be removed manually by > the committer. One work-around for that is to do: $ cvs diff ... > my.diff $ diff -pu hw/mips_pica61.c /dev/null >> m

[Qemu-devel] [PATCH] Remove broken MIPS PICA 61 machine

2008-01-30 Thread Hervé Poussineau
Hi, This patch removes the MIPS Pica 61 machine and the RTC memory-mapped interface. Those don't work. I didn't know how to do a patch which removes the file hw/mips_pica61.c, so this file will have to be removed manually by the committer. Hervé Index: Makefile.target ===