RE: [Qemu-devel] patch for ne2000.c

2006-05-14 Thread Han, Zhu
hanzhu -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fabrice Bellard Sent: 2006年5月12日 5:52 To: qemu-devel@nongnu.org Subject: Re: [Qemu-devel] patch for ne2000.c OK for (2). For (1) It would be good to find the exact behaviour of the NE2000 card. Maybe E

Re: [Qemu-devel] patch for ne2000.c

2006-05-11 Thread Fabrice Bellard
OK for (2). For (1) It would be good to find the exact behaviour of the NE2000 card. Maybe ENISR_RX remain set as long are there are packets in the buffer ? Otherwise your fix is a workaround to correct a bug in the OS driver... Fabrice. Han, Zhu wrote: > Any comments for this patch? > > Best R

RE: [Qemu-devel] patch for ne2000.c

2006-05-10 Thread Han, Zhu
Any comments for this patch? Best Regards, hanzhu -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Han, Zhu Sent: 2006年5月9日 12:27 To: qemu-devel@nongnu.org Subject: [Qemu-devel] patch for ne2000.c Hi, All! I'm a developer working on xen project! It's wel