Re: [Qemu-devel] [PATCH v2] Fix buffer run out in eepro100.

2012-09-18 Thread Andreas Färber
Am 31.08.2012 07:30, schrieb Stefan Hajnoczi: > On Fri, Aug 31, 2012 at 4:40 AM, Bo Yang wrote: >> >> > Stefan Hajnoczi 08/30/12 7:42 PM >>> > I'm happy with this patch. I have merged it into the net tree: > > https://github.com/stefanha/qemu/commit/363ed8f3012462d409de8fcbfe746b7336a2c437

Re: [Qemu-devel] [PATCH v2] Fix buffer run out in eepro100.

2012-08-31 Thread Bo Yang
>>> Stefan Hajnoczi 08/30/12 7:42 PM >>> On Thu, Aug 30, 2012 at 9:38 AM, Bo Yang wrote: > On 08/30/2012 04:04 PM, Stefan Hajnoczi wrote: >> On Wed, Aug 29, 2012 at 09:17:43PM +0200, Stefan Weil wrote: >>> Am 29.08.2012 13:26, schrieb Bo Yang: This is reported by QA. When installing os wit

Re: [Qemu-devel] [PATCH v2] Fix buffer run out in eepro100.

2012-08-30 Thread Stefan Hajnoczi
On Fri, Aug 31, 2012 at 4:40 AM, Bo Yang wrote: > > Stefan Hajnoczi 08/30/12 7:42 PM >>> > On Thu, Aug 30, 2012 at 9:38 AM, Bo Yang wrote: >> On 08/30/2012 04:04 PM, Stefan Hajnoczi wrote: >>> On Wed, Aug 29, 2012 at 09:17:43PM +0200, Stefan Weil wrote: Am 29.08.2012 13:26, schrieb Bo

Re: [Qemu-devel] [PATCH v2] Fix buffer run out in eepro100.

2012-08-30 Thread Stefan Hajnoczi
On Thu, Aug 30, 2012 at 9:38 AM, Bo Yang wrote: > On 08/30/2012 04:04 PM, Stefan Hajnoczi wrote: >> On Wed, Aug 29, 2012 at 09:17:43PM +0200, Stefan Weil wrote: >>> Am 29.08.2012 13:26, schrieb Bo Yang: This is reported by QA. When installing os with pxe, after the initial kernel and ini

Re: [Qemu-devel] [PATCH v2] Fix buffer run out in eepro100.

2012-08-30 Thread Bo Yang
On 08/30/2012 04:04 PM, Stefan Hajnoczi wrote: > On Wed, Aug 29, 2012 at 09:17:43PM +0200, Stefan Weil wrote: >> Am 29.08.2012 13:26, schrieb Bo Yang: >>> 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

Re: [Qemu-devel] [PATCH v2] Fix buffer run out in eepro100.

2012-08-30 Thread Stefan Hajnoczi
On Wed, Aug 29, 2012 at 09:17:43PM +0200, Stefan Weil wrote: > Am 29.08.2012 13:26, schrieb Bo Yang: > >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 bec

Re: [Qemu-devel] [PATCH v2] Fix buffer run out in eepro100.

2012-08-30 Thread Stefan Hajnoczi
On Thu, Aug 30, 2012 at 07:47:38AM +0800, Bo Yang wrote: > On 08/29/2012 11:19 PM, Stefan Hajnoczi wrote: > > 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 t

Re: [Qemu-devel] [PATCH v2] Fix buffer run out in eepro100.

2012-08-29 Thread Bo Yang
On 08/30/2012 03:17 AM, Stefan Weil wrote: > Am 29.08.2012 13:26, schrieb Bo Yang: >> 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 beca

Re: [Qemu-devel] [PATCH v2] Fix buffer run out in eepro100.

2012-08-29 Thread Bo Yang
On 08/29/2012 11:19 PM, Stefan Hajnoczi wrote: > 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 networ

Re: [Qemu-devel] [PATCH v2] Fix buffer run out in eepro100.

2012-08-29 Thread Stefan Weil
Am 29.08.2012 13:26, schrieb Bo Yang: 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-b

Re: [Qemu-devel] [PATCH v2] Fix buffer run out in eepro100.

2012-08-29 Thread Stefan Hajnoczi
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

[Qemu-devel] [PATCH v2] Fix buffer run out in eepro100.

2012-08-29 Thread Bo Yang
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 --- hw/eepro100.c |5 ++