Re: [Qemu-devel] 0.9.0 Win32 Tap inferface PPC Guest issue

2007-04-09 Thread Ely Soto
) { } else { err = GetLastError(); fprintf(stderr, Wait error %d %d\n, ret, err); } ... Ely Soto - Notice: This e-mail is intended solely for use of the individual or entity to which it is addressed and may contain

Re: [Qemu-devel] 0.9.0 Win32 Tap inferface PPC Guest issue

2007-04-09 Thread Ely Soto
); == Ely Soto Ely Soto [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 04/09/2007 01:54 PM Please respond to qemu-devel@nongnu.org To qemu-devel@nongnu.org cc Subject Re: [Qemu-devel] 0.9.0 Win32 Tap inferface PPC Guest issue Ok I located the source of the problem

[Qemu-devel] 0.9.0 Win32 Tap inferface PPC Guest issue

2007-04-05 Thread Ely Soto
this out of the 0.9.0 gets tap networking working again. I'll keep investigating. Ely Soto, Flight Software Engineer Orbital Sciences Corp. Dulles, VA. [EMAIL PROTECTED] Office No. 703-406-5341 Mobile No. 703-403-7077 - Notice: This e-mail is intended solely

Re: [Qemu-devel] 0.9.0 Win32 Tap inferface PPC Guest issue

2007-04-05 Thread Ely Soto
() ... ret = WaitForMultipleObjects(w-num, w-events, FALSE, timeout); if (WAIT_OBJECT_0 + 0 = ret ret = WAIT_OBJECT_0 + w-num - 1) { ... Ely Soto, Flight Software Engineer Orbital Sciences Corp. Dulles, VA. [EMAIL PROTECTED] Office No. 703-406-5341 Mobile No. 703-403-7077

Re: [Qemu-devel] 0.9.0 Win32 Tap inferface PPC Guest issue

2007-04-05 Thread Ely Soto
Initially it looks like it may be some sort of timing issue. It happened to start working a bit without any code changes after I was stepping through the code. Can't reproduce that yet. Ely Soto - Notice: This e-mail is intended solely for use

Re: [Qemu-devel] [PATCH] PPC32 Trace Exception and Trap instruction

2006-12-27 Thread Ely Soto
Excellent, I had encountered that bug earlier on when trying to debug using workbench. Are you guys developing a BSP for qemu? I have a partially working one. Ely Soto Jason Wessel [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 12/27/2006 11:05 AM Please respond to qemu-devel@nongnu.org

[Qemu-devel] PPC Bug Report - Trap Exception setting SRR0 incorrectly

2006-11-17 Thread Ely Soto
PPC Bug Only Call Stack op_helper.c : do_tw() op_helper.c : do_raise_exception_err() op_helper.c : cpu_loop_exit() op_helper.c : longjmp() ??? helper.c : do_interrupt() Normally when an exception gets to do_interrupt(), env-nip is set to the instruction after the one causing the exception.

[Qemu-devel] PowerPC Decrementer Clock Rate

2006-09-27 Thread Ely Soto
(env, 100UL * 1000UL * 1000UL); ... Thanks, Ely Soto Notice: This e-mail is intended solely for use of the individual or entity to which it is addressed and may contain information that is proprietary, privileged and exempt from disclosure under applicable law. If the reader

[Qemu-devel] PPC LFDU instruction emulation problem?

2006-09-22 Thread Ely Soto
floating point value and increment register ( f0 - ($r17) and $r17 += 8 */ bc 16,0,falconScrubFloop /* branch till counter == 0, This is equivalent to bdnz or branch if not zero */ The MSR is set to allow floating point $MSR = 0x2000. Not sure what's going on yet. Ely Soto, Flight

Re: [Qemu-devel] PPC LFDU instruction emulation problem?

2006-09-22 Thread Ely Soto
Ok, it seems to be my mistake. bdnz or bc 16,0,target decrements ctr then branches when zero. However, in the qemu monitor, info registers doesn't seem to update $ctr. Ely Soto [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 09/22/2006 11:20 AM Please respond to qemu-devel@nongnu.org

Re: [Qemu-devel] No response from qemu

2006-09-19 Thread Ely Soto
that I was executing Zeros. Otherwise I'd have to create a bootable .img file with my vxworks install inside it and have the BIOS bootstrap it. Can't quite figure out how to create that sort of image yet. Anyway. Just thought I'd introduce myself. Ely Soto Notice: This e-mail is intended solely