From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMUVb-0004KG-Cy for qemu-devel@nongnu.org; Tue, 04 Aug 2015 01:11:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMUVX-00026k-H2 for qemu-devel@nongnu.org; Tue, 04 Aug 2015 01:11:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44125) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMUVX-000268-BR for qemu-devel@nongnu.org; Tue, 04 Aug 2015 01:11:23 -0400 Message-ID: <55C04974.8020607@redhat.com> Date: Tue, 04 Aug 2015 13:11:16 +0800 From: Jason Wang MIME-Version: 1.0 References: <1438604157-29664-1-git-send-email-stefanha@redhat.com> In-Reply-To: <1438604157-29664-1-git-send-email-stefanha@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] rtl8139: cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , qemu-devel@nongnu.org Cc: Peter Maydell On 08/03/2015 08:15 PM, Stefan Hajnoczi wrote: > After addressing CVE-2015-5165 there were several additional rtl8139 cleanups > that I'm sending separately since they are not security fixes. > > These patches eliminate duplicate eth.h structs/macros and fix unaligned memory > accesses in tx offload. > > Stefan Hajnoczi (3): > rtl8139: remove duplicate net/eth.h definitions > rtl8139: use net/eth.h macros instead of custom macros > rtl8139: use ldl/stl wrapper for unaligned 32-bit access > > hw/net/rtl8139.c | 103 +++++++++++++++---------------------------------------- > 1 file changed, 27 insertions(+), 76 deletions(-) > Reviewed-by: Jason Wang