From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMEez-0001LJ-BR for qemu-devel@nongnu.org; Mon, 03 Aug 2015 08:16:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMEeu-0004BO-Ct for qemu-devel@nongnu.org; Mon, 03 Aug 2015 08:16:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53249) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMEet-0004Ak-Ou for qemu-devel@nongnu.org; Mon, 03 Aug 2015 08:16:00 -0400 From: Stefan Hajnoczi Date: Mon, 3 Aug 2015 13:15:54 +0100 Message-Id: <1438604157-29664-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] rtl8139: cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , jasowang@redhat.com, Stefan Hajnoczi 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