From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUZaL-0000qG-Te for qemu-devel@nongnu.org; Wed, 26 Aug 2015 08:13:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZUZaH-0004dB-Tx for qemu-devel@nongnu.org; Wed, 26 Aug 2015 08:13:45 -0400 Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:34329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUZaH-0004d6-Nc for qemu-devel@nongnu.org; Wed, 26 Aug 2015 08:13:41 -0400 Received: by widdq5 with SMTP id dq5so44818233wid.1 for ; Wed, 26 Aug 2015 05:13:40 -0700 (PDT) Date: Wed, 26 Aug 2015 13:13:37 +0100 From: Stefan Hajnoczi Message-ID: <20150826121337.GA5226@stefanha-thinkpad.redhat.com> References: <1438604157-29664-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1438604157-29664-1-git-send-email-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/3] rtl8139: cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Peter Maydell , jasowang@redhat.com, qemu-devel@nongnu.org On Mon, Aug 03, 2015 at 01:15:54PM +0100, 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(-) > > -- > 2.4.3 > > Thanks, applied to my net tree: https://github.com/stefanha/qemu/commits/net Stefan