Re: [Qemu-devel] ne2000 bug? buffer full/empty

2007-04-01 Thread Marcel Block
hi again, here's a patch for the changes i described before. best regards marcel block --- qemu-0.9.0/hw/ne2000.c 2007-02-06 00:01:54.0 +0100 +++ ne2000.c 2007-04-02 03:02:32.0 +0200 @@ -206,7 +206,7 @@ static int ne2000_buffer_full(NE2000Stat index = s-curpag 8;

[Qemu-devel] Ne2000 bug?, buffer full/empty

2007-03-27 Thread Marcel Block
Hi qemu-devers, this is my first post here, so please be kind :-) i believe i found a bug in qemu's ne2000 code. i'm currently working on a ne2000 driver for my little hobby-os and i'm having some troubles getting it to receive any packets when running on qemu. but it works fine on bochs and

[Qemu-devel] ne2000 bug? buffer full/empty

2007-03-27 Thread Marcel Block
Hi qemu-devers, this is my first post here, so please be kind :-) i believe i found a bug in qemu's ne2000 code. i'm currently working on a ne2000 driver for my little hobby-os and i'm having some troubles getting it to receive any packets when running on qemu. but it works fine on bochs and