RE: [Qemu-devel] PATCH: serial.c

2007-05-04 Thread Wessel, Jason
Tristan, I do not believe that is actually the problem, and arguably QEMU is correct with timing accuracy set aside. The root of the issue is a more of a timing problem because the clear/set can happen atomically in QEMU with respect to the cpu clock vs the real hardware which takes multiple cloc

RE: [Qemu-devel] [PATCH] add a simple 24mhz clock for the versatile

2007-03-30 Thread Wessel, Jason
uint64_t now = qemu_get_clock(vm_clock); return (uint32_t)((now*3)/125); The optimizer should fix this up with no floating point ops. Jason. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Kalbfeld Sent: Friday, March 3

RE: [Qemu-devel] qemu/target-ppc cpu.h exec.h helper.c op.c op_h...

2007-03-17 Thread Wessel, Jason
Hi Jocelyn, Previously it was mentioned that there is a regression that was introduced by your original merge on March 8, 2007. I tested this latest code and it is still there. The nature of the problem is that the networking does not work when booting QEMU and using the built in slirp networkin

RE: [Qemu-devel] TCP_NODELAY for -redir

2006-11-17 Thread Wessel, Jason
I am in total agreement with the change. :-) Jason. > -Original Message- > From: > [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > rg] On Behalf Of Daniel Jacobowitz > Sent: Thursday, November 16, 2006 8:44 PM > To: qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] TCP_NODELAY for -red

RE: [Qemu-devel] problem in ARM nfs boot

2006-08-20 Thread Wessel, Jason
I suspect the lack of the file system for NFS root is your problem, but you might consider trying arm-system-arm -net nic -net tap -kernel zImage -append "root=nfs nfsroot=192.168.2.182:/myfs,rsize=512,wsize=512" Personally I just use user mode networking because I like to run entirely as a user

RE: [Qemu-devel] Connecting to serial console via Telnet - possible ?

2006-07-03 Thread Wessel, Jason
This was recently added to cvs. The next release of QEMU will have it, until then you would need to build it from cvs. -serial telnet::,server Cheers, Jason. > -Original Message- > From: > [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > rg] On Behalf Of Armistead, Jason > Sent: M

RE: [Qemu-devel] [PATCH 1/5] single step with no IRQs and timers

2006-05-22 Thread Wessel, Jason
Fabrice, I will defer to you on the real time timers. I had not examined the code thoroughly enough to understand if there was more to the real time timers. I had wanted to guard against any kind of interrupts or triggers that might fire off. Just call it a lack of total understanding of the co

RE: RE: [Qemu-devel] [PATCH 1/5] single step with no IRQs and timers

2006-05-22 Thread Wessel, Jason
ntain compatibility with what is out there. I am glad to hear it works. Jason. > -Original Message- > From: Mulyadi Santosa [mailto:[EMAIL PROTECTED] > Sent: Monday, May 22, 2006 2:43 PM > To: Wessel, Jason; qemu-devel@nongnu.org > Subject: Re: RE: [Qemu-devel] [PATCH 1/5] single

RE: [Qemu-devel] [PATCH 1/5] single step with no IRQs and timers

2006-05-21 Thread Wessel, Jason
The patch is completely arch independent and should work with any of the targets that use the gdb-stub. Cheers, Jason. > -Original Message- > From: Mulyadi Santosa [mailto:[EMAIL PROTECTED] > Sent: Sunday, May 21, 2006 1:54 AM > To: qemu-devel@nongnu.org; Wessel, Jason &