This is a patch file for "qemu" 2.2.1. This file is based on a Ubuntu patch file that was obtained originally from: http://patches.ubuntu.com/by-release/extracted/ubuntu/q/qemu/\ 0.9.0-2ubuntu4/52_ne2000_return.patch This patch file may include trailing empty lines and/or trailing lines that consist solely of whitespace. If you edit this file, use software that preserves lines of this type, or you may break the patch. --- qemu-2.2.1.old/hw/net/ne2000.c +++ qemu-2.2.1/hw/net/ne2000.c @@ -170,7 +170,7 @@ NE2000State *s = qemu_get_nic_opaque(nc); if (s->cmd & E8390_STOP) - return 1; + return 0; return !ne2000_buffer_full(s); }