[Qemu-devel] qemu/pc-bios README openbios-sparc32 openbios-s...

2007-04-14 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/04/15 06:38:29 Modified files: pc-bios: README openbios-sparc32 Added files: pc-bios: openbios-sparc64 Log message: Update OpenBIOS for Sparc32 and add a Sparc64 image CVS

Re: [Qemu-devel] Determine simulated pc during an exception

2007-04-14 Thread eady
Thanks Paul for the reply, I don't see how this function is called though by the exception handler. The way I understand it is that an exception is raised via raise_interrupt(exception_index, 0, 0, 0); in helper.c which in turn calls raise_interrupt() that sends the control flow back to the mai

Re: [Qemu-devel] Determine simulated pc during an exception

2007-04-14 Thread Paul Brook
> Can anyone point me to the place in the code where the simulated program > counter is determined after an exception? cpu_restore_state Paul

[Qemu-devel] Determine simulated pc during an exception

2007-04-14 Thread eady
In the QEMU internals docs under exception support the following is stated... "The simulated program counter is found by retranslating the corresponding basic block and by looking where the host program counter was at the exception point." Can anyone point me to the place in the code where the

[Qemu-devel] qemu gdbstub.c

2007-04-14 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/04/14 22:35:50 Modified files: . : gdbstub.c Log message: Fix format specified for watchpoint address. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/gdbstub.c?cvsroot=qemu&

Re: Qemu-PPC problems (was [Qemu-devel] Just to add one single point)

2007-04-14 Thread Rob Landley
On Thursday 12 April 2007 11:49 am, Jason Wessel wrote: > J. Mayer wrote: > > On Wed, 2007-04-11 at 17:49 -0400, Rob Landley wrote: > > > >> qemu-system-ppc -M prep -nographic -kernel zImage-powerpc -append \ > >> "console=/dev/ttyS0" > >> > > > > You cannot append anything to the comman

Re: Qemu-PPC problems (was [Qemu-devel] Just to add one single point)

2007-04-14 Thread Rob Landley
I'm fighting with cvs and haven't been able to update my build directory yet. (I've been spoiled by mercurial, where doing an update on a directory with modifications in it doesn't _eat_ the directory. And my attempt to create a mercurial copy of the cvs history with tailor so I could tracck d

[Qemu-devel] qemu gdbstub.c

2007-04-14 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/04/14 16:15:49 Modified files: . : gdbstub.c Log message: Fix Sparc64 double float gdb protocol (initial version by Paul Brook) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/g

[Qemu-devel] qemu/hw fdc.c m48t59.c

2007-04-14 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/04/14 13:01:32 Modified files: hw : fdc.c m48t59.c Log message: Add device save and reset methods to FDC and M48T59 CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/fdc.c?cvsro

[Qemu-devel] qemu/target-mips op.c translate.c

2007-04-14 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/04/14 12:56:47 Modified files: target-mips: op.c translate.c Log message: Restart interrupts after an exception. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/op.c?cv

[Qemu-devel] qemu/hw pci.c

2007-04-14 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/04/14 12:24:46 Modified files: hw : pci.c Log message: Know about more PCI device classes. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pci.c?cvsroot=qemu&r1=1.37&r2=

[Qemu-devel] qemu monitor.c linux-user/syscall.c

2007-04-14 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/04/14 12:17:59 Modified files: . : monitor.c linux-user : syscall.c Log message: Fix incorrect pointers casts. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/mon

[Qemu-devel] qemu hw/pflash_cfi02.c hw/ppc.c hw/ppc_chrp.c l...

2007-04-14 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/04/14 12:17:10 Modified files: hw : pflash_cfi02.c ppc.c ppc_chrp.c linux-user : main.c target-alpha : cpu.h translate.c target-ppc : cpu.h helper.c Log m

[Qemu-devel] qemu cpu-defs.h

2007-04-14 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/04/14 12:15:37 Modified files: . : cpu-defs.h Log message: Add TARGET_FMT_plx to properly display target_phys_addr_t variables. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu

Re: [Qemu-devel] FDC and M48T59 save/reset methods

2007-04-14 Thread Stuart Brady
On Fri, Apr 13, 2007 at 06:23:15PM -0400, Ben Taylor wrote: > > http://lists.gnu.org/archive/html/qemu-devel/2007-03/msg00435.html > > Other than the comments from this email makes absolutely no > sense now. :-) I'm not sure I follow, but the sun4m emulation uses an m48t08, for which the alarm a

Re: [Qemu-devel] FDC and M48T59 save/reset methods

2007-04-14 Thread Blue Swirl
On 4/14/07, Blue Swirl <[EMAIL PROTECTED]> wrote: On 4/14/07, Blue Swirl <[EMAIL PROTECTED]> wrote: > On 4/13/07, Paul Brook <[EMAIL PROTECTED]> wrote: > > > I'd like to commit the attached FDC and M48T59 device save and reset > > > methods. After this change, all Sparc32 devices can be saved. >