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
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
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"
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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo