From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fRZfE-0006j6-Ez for qemu-devel@nongnu.org; Sat, 09 Jun 2018 04:56:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fRZfD-0006mC-Nz for qemu-devel@nongnu.org; Sat, 09 Jun 2018 04:56:00 -0400 References: <20180608200558.386-1-laurent@vivier.eu> <20180608200558.386-13-laurent@vivier.eu> From: =?UTF-8?Q?Herv=c3=a9_Poussineau?= Message-ID: <13174505-c724-9adb-bf09-bb97eecfe423@reactos.org> Date: Sat, 9 Jun 2018 10:55:51 +0200 MIME-Version: 1.0 In-Reply-To: <20180608200558.386-13-laurent@vivier.eu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [RFC 12/13] dp8393x: put DMA temp buffer in the state, not in the stack List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier , qemu-devel@nongnu.org Cc: Aurelien Jarno , qemu-block@nongnu.org, Gerd Hoffmann , "Dr. David Alan Gilbert" , =?UTF-8?Q?Andreas_F=c3=a4rber?= , Jason Wang , Paolo Bonzini , Yongbok Kim , Fam Zheng , Max Reitz , Kevin Wolf Le 08/06/2018 à 22:05, Laurent Vivier a écrit : > It's only 32 bytes, and this simplifies the dp8393x_get()/ > dp8393x_put() interface. > > Signed-off-by: Laurent Vivier > --- > hw/net/dp8393x.c | 107 ++++++++++++++++++++++++++----------------------------- > 1 file changed, 51 insertions(+), 56 deletions(-) > Works OK on NetBSD 5.1/arc on MIPS Magnum. Tested-by: Hervé Poussineau