From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48948) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4vS1-00028q-7S for qemu-devel@nongnu.org; Mon, 23 May 2016 15:23:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b4vRv-0004Ww-35 for qemu-devel@nongnu.org; Mon, 23 May 2016 15:23:40 -0400 Received: from mail-lb0-x244.google.com ([2a00:1450:4010:c04::244]:34987) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4vRu-0004Wq-Rd for qemu-devel@nongnu.org; Mon, 23 May 2016 15:23:35 -0400 Received: by mail-lb0-x244.google.com with SMTP id sh2so1549371lbb.2 for ; Mon, 23 May 2016 12:23:34 -0700 (PDT) From: Max Filippov Date: Mon, 23 May 2016 22:22:54 +0300 Message-Id: <1464031374-29410-1-git-send-email-jcmvbkbc@gmail.com> Subject: [Qemu-devel] [PULL 0/2] hw/net/opencores_eth cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Max Filippov Hi Peter, please pull two cleanup patches for the opencores 10/100Mbit ethernet model. The following changes since commit c9158547617584bb9d19db7fb139998fbef80133: Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2016-05-23 16:15:52 +0100) are available in the git repository at: git://github.com/OSLL/qemu-xtensa.git tags/20160523-opencores_eth for you to fetch changes up to ea4d824168ce2a309ccf26fa20c6e4f9e3d47c82: hw/net/opencores_eth: Allocating Large sized arrays to heap (2016-05-23 22:10:16 +0300) ---------------------------------------------------------------- opencores_eth cleanups: - use mii.h - reduce stack usage in open_eth_start_xmit. ---------------------------------------------------------------- Max Filippov (1): hw/net/opencores_eth: use mii.h Zhou Jie (1): hw/net/opencores_eth: Allocating Large sized arrays to heap hw/net/opencores_eth.c | 44 ++++++++++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 18 deletions(-)