Re: [Qemu-devel] Compilation error from CVS while turning off optimization

2006-11-07 Thread Lauro Moura
On 11/5/06, Neo Jia <[EMAIL PROTECTED]> wrote: hi, I am still trying to debug qemu with gdb so I would like to turn off the optimization. But the build failed. I put the build output in this attachment, please check. I really appreciate if you can share the way you used to debug qemu. I didn'

[Qemu-devel] 64-bit toolchain for Solaris 10 on amd64?

2006-11-07 Thread Leonardo Reiter
Hello, I apologize in advance if this was already discussed, but I cannot find any information on it. I am trying to compile QEMU (CVS) on a 64-bit Solaris 10 host (amd64), as a 64-bit binary. This is "official" Sun Solaris 10, not OpenSolaris. I used the existing "port" from the Open Solaris

[Qemu-devel] [PATCH] MIPS timer

2006-11-07 Thread Alexander Voropay
Hi! This patch separates MIPS CPU timer and R4K "machine", please review. It's required to add a new MIPS machines. -- -=AV=- mipstimer.diff Description: Binary data ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/lis

[Qemu-devel] Thanks for QEMU!

2006-11-07 Thread John Stracke
Just wanted to send a thank-you for developing QEMU. I'm writing an OS for my master's thesis, and having an open-source emulation of the CPU has been a *huge* help. At least three times now, there's been some subtlety that I couldn't figure out from the CPU docs, so I adding some printf()s to QE

Re: [Qemu-devel] Thanks for QEMU!

2006-11-07 Thread Hetz Ben Hamo
Hi, On 11/7/06, John Stracke <[EMAIL PROTECTED]> wrote: Just wanted to send a thank-you for developing QEMU. I'm writing an OS for my master's thesis, and having an open-source emulation of the CPU has been a *huge* help. At least three times now, there's been some subtlety that I couldn't fig

Re: [Qemu-devel] Combined MIPS fixes

2006-11-07 Thread Daniel Jacobowitz
On Tue, Nov 07, 2006 at 11:52:22AM -0600, Neo Jia wrote: > Daniel, > > Thanks. I have tried the R4K images from debian but failed. Could you send > me the command line you used to install debian on qemu? [Replying to the list in case this is helpful for others.] ./obj/mips-softmmu/qemu-system-mi

Re: [Qemu-devel] Combined MIPS fixes

2006-11-07 Thread Aurelien Jarno
Daniel Jacobowitz a écrit : > On Tue, Nov 07, 2006 at 11:52:22AM -0600, Neo Jia wrote: >> Daniel, >> >> Thanks. I have tried the R4K images from debian but failed. Could you send >> me the command line you used to install debian on qemu? > > [Replying to the list in case this is helpful for others

Re: [Qemu-devel] Combined MIPS fixes

2006-11-07 Thread Aurelien Jarno
Aurelien Jarno a écrit : > Daniel Jacobowitz a écrit : >> On Tue, Nov 07, 2006 at 11:52:22AM -0600, Neo Jia wrote: >>> Daniel, >>> >>> Thanks. I have tried the R4K images from debian but failed. Could you send >>> me the command line you used to install debian on qemu? >> [Replying to the list in c

[Qemu-devel] Debugging with paging enabled

2006-11-07 Thread Marcel Kilgus
Hi, I'm using QEMU 0.8.2 to debug a new experimental OS (x86) I'm currently writing for my university. So this is not based on Linux and the "-kernel" option, instead I use a floppy image and load my kernel using GRUB. Now debugging was a breeze so far, but while implementing virtual memory I'm h

Re: [Qemu-devel] Compilation error from CVS while turning offoptimization

2006-11-07 Thread Kazu
Sent: Tuesday, November 07, 2006 7:27 PM Lauro Moura wrote: > On 11/5/06, Neo Jia <[EMAIL PROTECTED]> wrote: >> hi, >> >> I am still trying to debug qemu with gdb so I would like to turn off the >> optimization. But the build failed. I put the build output in this >> attachment, please check. I r