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 and

[Qemu-devel] qemu cpu-defs.h

2007-04-14 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer j_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:

[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 j_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

[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 j_mayer 07/04/14 12:17:59 Modified files: . : monitor.c linux-user : syscall.c Log message: Fix incorrect pointers casts. CVSWeb URLs:

[Qemu-devel] qemu/hw pci.c

2007-04-14 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/04/14 12:24:46 Modified files: hw : pci.c Log message: Know about more PCI device classes. CVSWeb URLs:

[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 ths 07/04/14 12:56:47 Modified files: target-mips: op.c translate.c Log message: Restart interrupts after an exception. CVSWeb URLs:

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

2007-04-14 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 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:

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

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 command line this way,

[Qemu-devel] qemu gdbstub.c

2007-04-14 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook pbrook 07/04/14 22:35:50 Modified files: . : gdbstub.c Log message: Fix format specified for watchpoint address. CVSWeb URLs:

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

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