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

2007-04-18 Thread Ely Soto
Done. -Ely Soto Thiemo Seufer <[EMAIL PROTECTED]> 04/17/2007 07:22 PM To Ely Soto <[EMAIL PROTECTED]> cc qemu-devel@nongnu.org Subject Re: [Qemu-devel] 0.9.0 Win32 Tap inferface PPC Guest issue Ely Soto wrote: > Ok this is the fix I came up with. > > Basically

[Qemu-devel] How to achieve low latency Win32 Tap?

2007-04-11 Thread Ely Soto
s/ideas on my train of thought? I could use some since I'm treading unknown waters. ---- 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, privil

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

2007-04-09 Thread Ely Soto
tLastError(); > fprintf(stderr, "WaitForSingleObject error %d %d\n", i, err); > } > } 6168c6183 < fprintf(stderr, "Wait error %d %d\n", ret, err); --- > fprintf(stderr, "WaitForMultipleObjects error %d %d\n"

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

2007-04-09 Thread Ely Soto
CT_0]); } else if (ret == WAIT_TIMEOUT) { } else { err = GetLastError(); fprintf(stderr, "Wait error %d %d\n", ret, err); } ... Ely Soto - Notice: This e-mail is intended solely for use of t

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 o

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

2007-04-05 Thread Ely Soto
ait() ... 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-53

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

2007-04-05 Thread Ely Soto
cking 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 inte

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@nong

[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. How

[Qemu-devel] PowerPC Decrementer Clock Rate

2006-09-27 Thread Ely Soto
0 Mhz */     cpu_ppc_tb_init(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 is no

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, 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

[Qemu-devel] PPC LFDU instruction emulation problem?

2006-09-22 Thread Ely Soto
going on yet. 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 for use of the individual or entity to which it is addressed and may contain information that is proprietar

Re: [Qemu-devel] No response from qemu

2006-09-19 Thread Ely Soto
ity had Qemu stating 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