[Qemu-devel] qemu regression 0.7.2 -> 0.8.0 (ARM user emulation)

2006-03-03 Thread Anderson Lizardo
Hi, I was having some issues with the latest qemu (ARM user emulation), which I tracked down to the following reduced test case: #include int main(void) { float a, b; a = 0.1f; b = 0.8f; printf("a < b: %d\n", (a < b)); return 0; } Compile it with an ARM c

[Qemu-devel] qemu configure

2006-03-03 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/03/02 21:52:18 Modified files: . : configure Log message: suppressed invalid test CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qem

[Qemu-devel] Printing bogus values in ne2000_asic_ioport_read()/ ne2000_receive()

2006-03-03 Thread Umamaheswararao Karyampudi
Hi,I am using QEMU in one of my research projects. I landed in a problem where I see bogus numbers being printed when I printed the packet/each word that is received from ne2000.In ne2000_receive(), I copied the packet received to a static char [] and printed the packet using static void print_pack

Re: [Qemu-devel] Printing bogus values in ne2000_asic_ioport_read()/ ne2000_receive()

2006-03-03 Thread Brian Wheeler
On Sun, 2006-02-26 at 10:01 -0800, Umamaheswararao Karyampudi wrote: > Hi, > I am using QEMU in one of my research projects. I > landed in a problem where I see bogus numbers being > printed when I printed the packet/each word that is > received from ne2000. > > In ne2000_receive(), I copied the p