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

2006-03-04 Thread Joseph Stewart
Change the function argument from signed to unsigned and see it printf handles prints the values correctly. I.E.static void print_packet(unsigned char *s, int len) ...-joe On 2/25/06, Umamaheswararao Karyampudi <[EMAIL PROTECTED]> wrote: Hi,I am using QEMU in one of my research projects. Ilanded in

[Qemu-devel] [PATCH] Inline mtc0 instruction emulation

2006-03-04 Thread Thiemo Seufer
Hello All, this patch inlines MIPS mtc0 instruction emulation into the TB (except for the exception/interrupt handling). Thiemo Index: qemu-work/target-mips/exec.h === --- qemu-work.orig/target-mips/exec.h 2006-02-19 16:25:20.00

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

2006-03-04 Thread Alessandro Iurlano
Il giorno sab, 25/02/2006 alle 10.29 -0800, Umamaheswararao Karyampudi ha scritto: > In ne2000_receive(), I copied the packet received to a > static char [] and printed the packet using > static void print_packet(char *s, int len) > { > int i,j; > for (i=0;i if (i%20 == 0) > pr

[Qemu-devel] FW: [Xen-devel] [PATCH] Fox for pcnet device model data corruption

2006-03-04 Thread Kamble, Nitin A
Thanks & Regards, Nitin -- Open Source Technology Center, Intel Corp -Original Message- From: [EMAIL PROTECTED] on behalf of Kamble, Nitin A Sent: Fri 2/24/2006 4:10 PM To: [EMAIL PROTECTED] Cc: Ian Pratt Subject: [Xen-devel] [PATCH] Fox