On Wed, Aug 29, 2012 at 07:26:11PM +0800, Bo Yang wrote: > This is reported by QA. When installing os with pxe, after the initial > kernel and initrd are loaded, the procedure tries to copy files from install > server to local harddisk, the network becomes stall because of running out of > receive descriptor. > > Signed-off-by: Bo Yang <boy...@suse.com> > --- > hw/eepro100.c | 5 ++++- > 1 files changed, 4 insertions(+), 1 deletions(-)
Thanks, applied to the net patches tree: https://github.com/stefanha/qemu/commits/net I have reproduced the bug and tested that your patch fixes it. Your patch also has tabs instead of spaces, I fixed that up when merging. Stefan