Re: [Qemu-devel] Wrong reset of MIPS hflags EXL after interrupt?

2006-08-16 Thread Dirk Behme
Marius Groeger wrote: I agree, though, that in your debugging, you probably examined a wrong context. The actual, current context's EXL should be correct, otherwise things wouldn't be working at all. Argh, debugging different context sounds nice ;) It's my feeling that while switching between

Re: [Qemu-devel] Wrong reset of MIPS hflags EXL after interrupt?

2006-08-16 Thread Marius Groeger
On Wed, 16 Aug 2006, Dirk Behme wrote: AFAIU qemu maintains an environment stack, I guess popping the environment restores the old flag contents. Anybody with a short explanation of the basics of this? I think this would really help debugging this issue. I don't think it's really a stack (s

Re: [Qemu-devel] Re: Compile error on Windows

2006-08-16 Thread Kazu
Alex wrote: > MSYS/MinGW on Athlon 1.25 GHz with 500MB of RAM, Windows XP Pro > > $ uname -a > MINGW32_NT-5.1 VIC 1.0.10(0.46/3/2) 2004-03-15 07:17 i686 unknown > > $ gcc --version > gcc.exe (GCC) 3.2.3 (mingw special 20030504-1) > > ./configure --target-list=i386-softmmu --static > make > > I co

[Qemu-devel] Re: Compile error on Windows

2006-08-16 Thread Alex
MSYS/MinGW on Athlon 1.25 GHz with 500MB of RAM, Windows XP Pro $ uname -a MINGW32_NT-5.1 VIC 1.0.10(0.46/3/2) 2004-03-15 07:17 i686 unknown $ gcc --version gcc.exe (GCC) 3.2.3 (mingw special 20030504-1) ./configure --target-list=i386-softmmu --static make I compiled several previous versions o

RE: [Qemu-devel] Compile error on Windows

2006-08-16 Thread Armistead, Jason
Alex Some inevitable question others will ask: what is your machine's configuration and build environment ? MSYS ? GCC ? What versions of these tools ? How are you invoking make ? etc. Regards Jason -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ale

[Qemu-devel] Compile error on Windows

2006-08-16 Thread Alex
vl.o(.text+0x57b0): In function `do_savevm': c:/qemu/vl.c:4570: undefined reference to `gettimeofday' -- Alex. ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] Wrong reset of MIPS hflags EXL after interrupt?

2006-08-16 Thread Dirk Behme
Thiemo Seufer wrote: Dirk Behme wrote: I'm not sure, but while playing with MIPS interrupts, it seems to me that something with reset of interrupt flag MIPS_HFLAG_EXL (0x04) at exception exit (eret) is wrong. It seems to me that only one interrupt is executed because after eret, MIPS_HFLAG_EX

Re: [Qemu-devel] Wrong reset of MIPS hflags EXL after interrupt?

2006-08-16 Thread Thiemo Seufer
Dirk Behme wrote: > Hi, > > I'm not sure, but while playing with MIPS interrupts, it > seems to me that something with reset of interrupt flag > MIPS_HFLAG_EXL (0x04) at exception exit (eret) is wrong. It > seems to me that only one interrupt is executed because > after eret, MIPS_HFLAG_EXL st

[Qemu-devel] Wrong reset of MIPS hflags EXL after interrupt?

2006-08-16 Thread Dirk Behme
Hi, I'm not sure, but while playing with MIPS interrupts, it seems to me that something with reset of interrupt flag MIPS_HFLAG_EXL (0x04) at exception exit (eret) is wrong. It seems to me that only one interrupt is executed because after eret, MIPS_HFLAG_EXL stays set in env->hflags. Then,

Re: [Qemu-devel] trace an incoming network packet of data ?

2006-08-16 Thread Alessandro Corradi
Hi, I am interesting to understand qemu network manage too. I search and find this document: http://www.h7.dion.ne.jp/~qemu-win/HowToNetwork-en.html Look if it can help you (I read it very fast but I think it's very interesting).  2006/8/14, S. P. T. Krishnan <[EMAIL PROTECTED]>: Hi,I would like to

Re: [Qemu-devel] qemu under x86_64: grub segfault, ld-linux.so segfault, lost ticks

2006-08-16 Thread J M Cerqueira Esteves
J M Cerqueira Esteves wrote: > Host CPU: AMD Athlon 64 3500+ (machine: HP dx5150 MT) > Host operating system: Ubuntu 6.06 LTS > Host kernel: one of the Ubuntu pre-packaged ones, > 2.6.15-26-amd64-k8 (SMP PREEMPT) > QEMU: 0.8.2, configured with -cc=gcc-3.4 --enable-alsa > kqemu: 1

[Qemu-devel] qemu under x86_64: grub segfault, ld-linux.so segfault, lost ticks

2006-08-16 Thread J M Cerqueira Esteves
As I said before, under Host CPU: AMD Athlon 64 3500+ (machine: HP dx5150 MT) Host operating system: Ubuntu 6.06 LTS Host kernel: one of the Ubuntu pre-packaged ones, 2.6.15-26-amd64-k8 (SMP PREEMPT) QEMU: 0.8.2, configured with -cc=gcc-3.4 --enable-alsa kqemu: 1.3.0pre9 I coul